/*BODY TEXT OF 100% IS TYPICALLY 16PX FOR MOST BROWERS; 16PX X 1.125= 18PX LINE HEIGHT*/body {background: #ffffd2 url(menu-images/header-background.png) repeat-x top; 	font: 100% Helvetica, Arial, sans-serif; 	color: #094206; 	line-height: 1.125em;	margin: 0; 	border: none;	padding: 0; } /*POSITIONS & SIZES THE WHOLE PAGE*/#container {	width: 900px; 	text-align: left;	border: none; /*2px solid #transparent; */	margin: 0 auto;	padding: 0; }/*POSITIONS & SIZES THE TOP GRAPHIC*/#top {background-color: transparent;  		margin: 0;		padding: 0; 		border: none;}		#white-banner {position: relative; left: 50px;}/*POSITIONS & SIZES THE MENU*/#menu {background-color: transparent; 		height: 24px; 		margin: 0; 		padding: 0; auto; border: none; /*1px dotted yellow;*/		text-align: center; vertical-align: text-top;}/*SETS THE BACKGROUND & DIMENSIONS FOR THE MAIN CONTENT*/#content {background: transparent;	width: 750px; 	margin: 0 auto;	padding: 10px 0;	border: none; /*4px solid #ffcc00;*/	text-align: left; 	font-size: 0.875em;}	a {text-decoration: none}	div#content a:link {color: #00a0d2; font-weight: bold;}	div#content a:visited {color: #666; font-weight: bold;}	div#content a:hover {color: #00782b; font-weight: bold;}	h1 {font-size: 1.3em; line-height: 1.3em;}	#page-title {font-size: 1.7em; color: #0d906c; line-height: 1.35em}	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*/#bottom {background: transparent; 	width: 700px; 	margin: 0 auto; 	text-align: center; font-size: .7em; font-weight: bold;}	#top-anchor {font-size: 1.7em; text-align: left;}		a {text-decoration: none}	div#bottom a:link {color: #00a0d2;}	div#bottom a:visited {color: #666;}	div#bottom a:hover {color: #00782b;}
