@charset "utf-8";
body  {
	background-color: #003399;
	background-image: url(../images/background.jpg); font-family:Arial, Helvetica, sans-serif;
	
	text-align: center;
	color: #000000;
}

.nav-left {float:left; width:295px; margin-top:0px;}
.nav-right {float:right; width:505px; margin-top:0px; color:#000066; font-size:12px; padding-top:70px; text-align:left;}



.header {
	height:110px; background-image:url(../images/navigation.jpg); margin-top:0px;
}

.smalltext {font-size:10px;}

.twoColElsLtHdr #container { 
	width: 800px;
	margin-left:auto;
	margin-right:auto;
} 

.twoColElsLtHdr #sidebar1 {
clear:both;
	float: left; 
	width:240px;
	height:494px;

}
.twoColElsLtHdr #sidebar1 h3, .twoColElsLtHdr #sidebar1 p {
	margin-left: 5px; 
	margin-right: 5px;
}

h1 {font-family:Georgia, "Times New Roman", Times, serif; color:#003366; font-size:20px;}

#mainContent {

float:right; 
width:560px;
background-image:url(../images/body.jpg);
height:494px;
} 

.bodytext { 
	font-size:13px; color: #003366;
	margin-top:0px;
	text-align:left;
	padding-left:10px;
	padding-right:10px;
	padding-top:15px;
	padding-bottom:10px;	
	height:459px;
	width:540px;
		overflow:auto;}


.footer {
	font-size:10px; text-align:center; 
	font-family:Arial, Helvetica, sans-serif; 
	clear:both;
	background-image: url(../images/background.jpg);
	color:#FFFFFF; padding-top:5px;}

.footer a:link {
	color: #ffffff;
	text-decoration: none;
}
.footer a:visited {
	text-decoration: none;
	color: #ffffff;
}
.footer a:hover {
	text-decoration: none;
	color: #CC6600;
}
.footer a:active {
	text-decoration: none;
	color: #ffffff;
}


<!-- Navigation --!>

.chromestyle{
width: 505px; font-size:12px;
font-weight: bold; color:#000066;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0px; 
clear: both; 
visibility: hidden;
}

.chromestyle ul{
border: 0px solid #BBB;
width: 100%;
padding: 0px;
margin: 0; font-weight:bold;
text-align: center; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
color:#000066;
padding: 2px 0px;
margin: 0;
text-decoration: none;
border-right: 0px solid #DADADA;
}

.chromestyle ul li a:hover{ color:#CC6600;
}

.chromestyle ul li a:active{ color:#CC6600;
}

.chromestyle ul li a[rel]:after{ /*HTML to indicate drop down link*/
content: "";
/*content: " " url(downimage.gif); /*uncomment this line to use an image instead*/
}


/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;
border: 1px solid #BBB; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font:normal 12px Verdana;
line-height:18px;
z-index:100; 
background-image:url(../images/nav-back.jpg);
width: 200px;
visibility: hidden;
filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
border-bottom: 1px solid #BBB; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
font-weight: bold;
color: black;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #F0F0F0;
}

