body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 20px 0px 50px;
	padding: 0;
	color: #000000;
	background-image: url(images/wdmBG.gif);
	background-repeat: no-repeat;
	background-position: 0px 10px;

}

p {
	margin: 15px 20px 15px 25px;
	font-size: 12px;
}

h1 {
	font-size: 30px;
	color: #000066;
	margin: 10px 10px 0px;
	font-weight: bolder;
	text-align: center;
	padding: 0px;


}

h2 {
	font-size: 18px;
	color: #000099;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 13px;
	text-align: center;

}

.h2sub {
	font-size: 14px;
}

h3 {
	font-size: 14px;
	font-weight: bold;
	color: #000066;
	margin-left: 20px;
	margin-top: 10px;
	margin-bottom: 0px;
	background-color: #EEEEFF;
	margin-right: 0px;
	padding: 2px;



}

h4 {
	font-size: 14px;
	margin-top: 0px;
	margin-right: 3px;
	margin-bottom: 0px;
	margin-left: 30px;
	padding: 0px;

}

h5 {
	font-size: 12px;
	margin-top: 0px;
	margin-right: 3px;
	margin-bottom: 0px;
	margin-left: 33px;
	padding: 0px;
}

h6 {
	font-size: 18px;
	color: #009900;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 13px;
	border-bottom-style: solid;
	border-bottom-color: #000099;

}

a {
	color: #000099;
	text-decoration: none;

}

a:visited {
	color: #0033FF;
	text-decoration: none;
}

a:hover {
	color: #0000BB;
	text-decoration: underline;
}

ol {
	float: none;
	margin: 0px;
	padding: 0px;
}

li {
	font-size: 12px;
	text-indent: -10px;
	list-style-image: none;
	list-style-type: none;
}

ul {
	margin: 0 0 0 46px;
	padding: 0em 0em 1em;
}

em {
	font-style: italic;
	color: #000033;
}

.box {
	float: right;
	width: 300px;
	border: solid #000099;
	background-color: #CCCCCC;
	list-style-position: inside;
	padding: 0px;
	left: 0px;
	margin-left: 10px;
	margin-top: 20px;
}

.inbox {
	margin: 7px;
}

.inbox-head {
	font-size: 14px;
	margin: 7px;
}

.leftbox {
	width: 315px;
	left: 125px;
	top: 100px;
	position: absolute;
}

.rightbox {
	position: absolute;
	width: 310px;
	left: 435px;
	top: 100px;
}

.fullbox {
	width: 625px;
	left: 125px;
	top: 100px;
	position: absolute;
}

.SideNav {
	position: absolute;
	width: 115px;
	left: 10px;
	top: 100px;
	border: 0;
	padding: 20px 0 0 0;
	margin: 0;
}

.SideNav a {
	color: #000099;
    font-size: 16px;
	text-decoration: none;
	font-weight: bold;
}
.SideNav a:visited {
	color: #0066FF;
}
.SideNav a:hover {
	color: #0099CC;
	text-decoration: none;
	font-weight: bolder;
	//font-size: 18px;
	//font-stretch: 110%;
}


.SideNav ul {
	list-style-type: none;
	border-top: 0;
	padding: 0;
	margin: 0;
}

.SideNav li {
	text-indent: 0;
	border-bottom: 2px double #006666;
	padding: .5em .5em;
	
}

.SideNav li:first-child {
	border-top: 2px double;
}

#featured a {
	font-size: 20px;

}
#featured a:visited {
	color: #000099;
}

#featured a:hover {
	color: #0000BB;
}

#featured li {
	//background-color: #CCCCCC;
}

.contentcontainer {
	width: 625px;
	left: 125px;
	top: 100px;
	position: absolute;
}

.leftcontent {
	float: left;
	width: 310px;
}

.rightcontent {
	float: left;
	width: 310px;
}

#nowrap {
	white-space: nowrap;
}
