body{
	background: url(bkgrd1.gif);
	color: #003366;
	margin: 0;
	padding: 0;
	text-align: center;

}
#container{
	background-image: url(content_bkgrd1.gif);
	background-repeat: repeat-y;
/*	border-left: 1px solid #326566;
	border-right: 1px solid #326566;	*/
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	width: 769px;
	/*border: 1px red solid;*/
	border: 0;
	font-size: 0.7em;
	color: #284444;
}
#content{
	margin: 0em 2em 2em 2em;
	color: #003366;	
	background-color: white;
	z-index: 10;
	vertical-align: top;
}
#banner{
	background: url(title.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	/*border-bottom: 1px solid #336666;*/
	height: 100px;
	/*border: 1px red solid;*/
	margin-right: 4px;
}
#bannernav{
	background-image: url(banner2_bkgrd1.gif);
	background-repeat: repeat-x;
	height: 30px;
	/*border: 1px orange solid;*/
	text-align: center;
	vertical-align: top;
	margin-right: 4px;	
	margin-left: 4px;	
	/*background-color: Lime;*/	
	z-index: 100;
}
#banner3{
	background: url(sat_pic.gif);
	background-repeat: no-repeat;
	background-position: right top;
	/*border-bottom: 1px solid #336666;*/
	height: 177px;
	/*border: 1px red solid;*/
	margin-right: 4px;
	margin-left: 4px;	
}
#bannerfade{
	background: url(content_grey_fade.jpg);
	background-repeat: repeat-x;
	background-position: top;
	height: 30px;
	/*border: 1px red solid;*/
	margin-right: 4px;
	margin-left: 4px;	
}
#footer{
	background: url(footer_bkgrd1.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	/*height: 30px;*/
	text-align: center;
	padding: 1em 1em 2em 1em;
	color: #93ACC6;
	clear: both;
	/*border: 1px red solid;*/
	border: 0;
	margin: 0;
}
#footer p{
	text-align: center;
}
#leftsection{
	margin-top: 2em;
	float: left;
	width:45%;
	padding: 1em;	
	/*border: 1px red solid;*/
	background-image: url(left_section_bkgrd1.gif);
	background-repeat: repeat-x;
	vertical-align: top;
}
#rightsection{
	margin-top: 2em;
	float: right;
	width: 45%;
	padding: 1em;
	vertical-align: top;	
	/*border: 1px red solid;*/
}
/*********************************************************************/
.navimage{
		border: none;	
}
#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	text-align: left;
	/*line-height: 1;
	border: solid red 1px;*/	
}

#nav a {
	/*display: block;*/
	/*width: 10em;
	padding: 1em;
	border: solid blue 1px;*/
}
#nav a:hover {
	/*display: block;*/
	/*width: 10em;
	padding: 1em;
	border: solid blue 1px;
	background: yellow;*/
}
#nav li { /* all list items */
	float: left;
	/*width: 10em;  width needed or else Opera goes nuts */
}
#nav li ul li{ /* all list items */
	float: left;
	width: 10em;  /*width needed or else Opera goes nuts */
}
#nav li ul { /* second-level lists */
	z-index: 99;
	display: block;
	position: absolute;
	margin-left: 16px;
	background: #B3C9DD;
	border-top: 1px #5688B4 solid;	
	border-left: 1px #5688B4 solid;	
	border-right: 1px #5688B4 solid;			
	width: 10.8em;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}
#nav li ul a {
	z-index: 99;
	display: block;
	background-color: #B3C9DD;
	padding: .4em;
	width: 10em;
	text-decoration: none;
	color: #003366;
	border-bottom: 1px solid #5688B4;
}
#nav li ul a:hover {
	background-color: #D6E4F1;
}
#nav li ul ul { /* third-and-above-level lists */
	margin: -1.5em 0 0 10.6em;
}

#nav li:hover ul ul, #nav li.sfhover ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}

/*********************************************************************/

