/*
Author: Gerry Stanford
Purpose:  Style declarations pertaining to the site's outer wrapper - header and navigation,
          left and right frame, and footer.
Date Written: August of 2006
*/
/* Styles to envelope the page content and center it regardless of browser window width. */
body {
	margin: 0px;
	padding: 0 0 0 6px;
	text-align: center;
}
div#PageWrapper {
	width: 800px;
	padding: 0;
	margin: 0 auto;
	position: relative;
}
/* Styles to divvy-up the page into its component parts. */
div#Content { width: 800px; float: left; background-color: white; min-height: 435px; text-align: left; }
div#Nav { width: 228px; float: left; background-color: #fdd82C;}
div#mainBody { width: 572px; float: right; min-height: 435px; }
/* for Internet Explorer */
/*\*/
* html #Content { height: 435px; }
* html #mainBody { height: 435px; }
/**/

ul#MainNav, ul#SubNav { float: left; clear: left; width: 228px; list-style: none; margin: 0; padding: 0; }
ul#MainNav li, ul#SubNav li { float: left; margin: 0; padding: 0; }
ul#MainNav a, ul#SubNav a { display: block; margin: 0; padding: 0; }
div#menuSpacer1 { width: 228px; height: 12px; }
/*div#menuSpacer2 { width: 228px; height: 24px; }*/
/*div#menuSpacer3 { width: 228px; height: 2px; background-color: transparent; }*/

div#Footer { clear: left; text-align: center; font-size: 11px; color: #666666; font-family: "Times New Roman", Times, serif;}
div#Footer a { text-decoration: none; color: #666666; }
div#Footer a:hover { text-decoration: underline;}