/*BODY TEXT OF 100% IS TYPICALLY 16PX FOR MOST BROWERS; 16PX X 1.125= 18PX LINE HEIGHT*/body {background: #4A87B4; 	font: 100% Verdana, Arial, Helvetica, sans-serif; 	color: #000; 	line-height: 1.125em;	margin: 0.5em;	padding: 0; 	} /*POSITIONS & SIZES THE WHOLE PAGE*/#container {background-color: #fff; 	width: 800px; 	text-align: left;	border: 3px solid #fff; 	margin: 0 auto;	padding: 0; 	}/*SETS THE BACKGROUND & DIMENSIONS FOR THE MAIN CONTENT*/#content {background: #fff;	width: 750px;  	margin: 1em 1em;	padding: 1em;	text-align: left; 	font-size: 0.875em;	}a {text-decoration: none}div#content a:link {color: #00782b; font-weight: bold;}div#content a:visited {color: #666; font-weight: bold;}div#content a:hover {color: #00a0d2; font-weight: bold;}h1 {font-size: 1.3em; line-height: 1.3em;}#page-title {font-size: 1.5em; color: #00a0d2; line-height: 1.7em}h2 {font-size: 1.3em; font-style: italic;}h3 {font-size: 1em; font-weight: bold;}/*SETS THE BACKGROUND & DIMENSIONS FOR THE BOTTOM OF THE PAGE*/div#bottom {/*position: relative; top: -320px;*/ background: #fff; 	width: 750px; margin-right: 2em; margin-left: 2em; height: 88px;}a {text-decoration: none}#bottom a:link {color: #00782b; font-weight: normal;}#bottom a:visited {color: #666; font-weight: normal;}#bottom a:hover {color: #00a0d2; font-weight: normal;}p#copyright {text-align: center; font-size: .65em;}/*POSITIONS & SIZES THE HEADER#top {top center no-repeat;	width: 50em;	}*//*CONTROLS POSITION & FORMATTING OF MAIN MENU BAR*/#nav {	position: relative; top: -40px; left: 25px;	width: 62.5em;	list-style: none;	line-height: 1em;	background: transparent;	font: 0.8em Verdana, Arial, Helvetica, sans-serif; 	font-weight: bold;	padding: 0;	border: none;}/*CONTROLS POSITION & FORMATTING OF DROP DOWN BOXES*/#nav ul {	float: left;	width: 62.5em;	list-style: none;	line-height: 1em;	background: #999;	font-weight: bold;	padding: 0;	border: solid #00a0d2;	border-width: 1px 0;	margin: 0 0 1em 0;}#nav a {	display: block;	width: 12em;	w\idth: 11em;	color: #003f5b;	text-decoration: none;	padding: 0.25em 1em;}#nav li {	float: left;	padding: 0;	width: 11em;}/*CONTROLS THE DROP DOWN BOX*/#nav li ul {	position: absolute;	left: -999em;	height: auto;	width: 17em;	w\idth: 16em;	font-weight: bold;	border-width: 0.21em;	margin: 0;}/*CONTROLS THE HIGHLIGHT WIDTH ON THE DROP DOWN*/#nav li li {	padding-right: 3em;	width: 13em;}#nav li:hover ul, #nav li.sfhover ul {	left: auto;}/*CONTROLS THE HIGHLIGHT COLOR OF THE DROP DOWN*/#nav li:hover, #nav li.sfhover {	background-color: #4a87b4;	}