body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
}
#container {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: 880px;
}
#header {
	margin: 0px;
	padding: 0px;
}
#navigation {
	float: left;
	width: 190px;
	background-color: #FFFFFF;
	color: #0099CC;
	padding-left: 10px;
	padding-top: 5px;
	font-size: 14px;
}
#footer {
	clear:both;
	}
h1 {
/* first element in each section needs to have a margin-top set to 0px */
	margin-top: 0px;
	font-size: 1px;
	}
/* Design of the header */
#logoleft {
	border-bottom-color: #003366;
	border-bottom-style: solid;
	border-bottom-width: 15px;
	border-right-color:#FFFFFF;
	border-right-style:solid;
	border-right-width: 1px;
	width: 199px;
	float: left;
	margin-bottom:1px;
	}
#logoright {
	border-bottom-color: #0099CC;
	border-bottom-style: solid;
	border-bottom-width: 15px;
	border-left-color:#FFFFFF;
	border-left-style:solid;
	border-left-width: 1px;
	width:199px;
	float: left;
	margin-bottom:1px;
	}
#blankmiddle {
	border-bottom-color: #0099CC;
	border-bottom-style: solid;
	border-bottom-width: 15px;
	border-right-color:#FFFFFF;
	border-right-style:solid;
	border-right-width: 1px;
	border-left-color:#FFFFFF;
	border-left-style:solid;
	border-left-width: 1px;
	width: 476px;
	padding-left: 1px;
	padding-right: 1px;
	float: left;
	margin-bottom:1px;
	}	
/* Drop-down menus for the navigation */	
#nav {
	margin:0;
	padding:0;
	}
#navigation ul {
	margin:0;
	padding:0;
	list-style: none;
	width: 120px;
/*	border-bottom: 1px solid #FFCC33;*/
	}
#navigation ul li {
	position: relative;
	}
#navigation li ul {
	position:absolute;
	/* left: 119px; when border on main and second nav */
	left: 120px; /* when no border on min nav */
	top: 0;
	display: none;
	width: 150px;
	font-size: 10px;
	}
#navigation ul li a {
	display:block;
/*	height: 32px;
	voice-family: "\"}\"";
	voice-family:inherit;
	height: 24px; */
	text-decoration:none;
	color:#0099CC;
/*	padding: 8px 0 0 10px;*/
	padding: 4px 8px 4px 8px;
	margin-bottom:4px;
	margin-top:4px;
/*	border: 1px solid #FFCC33;
	border-bottom: 0;*/
	background-color: #FFFFFF;
	}
#navigation li ul a {
	display:block;
	text-decoration:none;
	color:#0099CC;
	margin: 0px;
	padding: 10px;
	background-color: #FFFFFF;
	border: 1px solid #FFCC33;
	border-bottom: 0;
	}
#navigation li ul {
	border-bottom:1px solid #FFCC33;
	}
/* Fix IE. Hide from IE Mac \*/
* html #navigation ul li {float:left;}
* html #navigation ul li a {height:1%}
/*End*/
#navigation li:hover ul, #navigation li.over ul {
	display: block;
	}
/* design of the navigation links */
#navigation ul li a:link, #navigation ul li a:link {
	text-decoration: none;
	color:#0099CC;
	}
#navigation ul li a:hover {
/*	font-weight: bold;*/
	color:#FFCC33;
	border-left-width: 3px;
	border-left-color:#FFCC33;
	border-left-style: solid;
	}
#navigation ul li a:active {
	text-decoration: none;
	color:#003366;
	font-weight: bold;
	}
/*copyright section */	
#copyright {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding: 10px;
	text-align: center;
	width: 180px;
	float: left;
	color: #003366;
}

/* secondary navigation on the bottom of the page */
#navbottom {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	text-align: center;
	padding: 10px;
	width: 660px;
	float: left;
}
#navbottom a:link,  #navbottom a:visited{
	text-decoration:none;
	color: #666666;
	}
#navbottom a:hover {
	text-decoration:underline;
	color:#0099CC;
	}
#navbottom a:active {
	text-decoration:none;
	color: #666666;
	}	

	
