body {

	background-color:#000066;
	font-family: verdana, Helvetica, sans-serif;
	font-size: 12px;	
	color: #333333;
	margin:0px;
}
p.nobg
{
	background-image:none !important;
	background-color:#FFFFFF;
}

p
{
	font:  12px "verdana";
	font-weight:normal;
	line-height:1.3;
	margin:0px;
	}
	
p.body
{
font:  12px "verdana";
color:#333333;
font-weight:normal;
margin-top:0px;
line-height:1.3;
	margin:0px;
	}



p.cal
{
font:  0px "verdana";
color:#333333;
font-weight:normal;
margin-top:0px;
line-height:1.0em;
	padding-left:0px;
	padding-right:0px;
	margin:0px;
	}


.body a:link 
{ 
	color: #000066;

	font-weight:normal;

	}
	
.body a:visited
{ 
	
	color: #000066;

	font-weight:normal;

	}

.body a:hover
{ 
	
	color: #333333;

	font-weight:normal;
	text-decoration:none;
}

p.small
{
font-size:10px;

}


	
p.nolink
{ 
	font:  11px "verdana";
	color: #000000;

	font-weight: normal;
	text-decoration: none;

	}
.nolink a:link
{ 
	font:  11px "verdana";
	color: #FFFFFF;

	font-weight: normal;
	text-decoration: none;

	}
	.nolink a:visited
{ 
	font:  11px "verdana";
	color: #FFFFFF;

	font-weight: normal;
	text-decoration: none;

	}

.nolink a:hover
{ 
	font:  11px "verdana";
	color: #FFFFFF;

	font-weight: bold;
	text-decoration: none;
	}
/*White Font*/	
p.resources {font-size:11px;color:#FFFFFF;}
.resources a:link { color:#FFFFFF;font-weight:normal;text-decoration: none;}
.resources a:visited{color:#FFFFFF;font-weight:normal;text-decoration: none;}
.resources a:hover{ color: #680000;font-weight:normal;text-decoration: none;}

p.menu {font-family:arial;font-size:11px;color:#FFFFFF;}
.menu a:link {font-family:arial;font-size:11px; color:#FFFFFF;font-weight:normal;text-decoration: none;}
.menu a:visited{font-family:arial;font-size:11px;color:#FFFFFF;font-weight:normal;text-decoration: none;}
.menu a:hover{ font-family:arial;font-size:11px;color: #FFFF33;font-weight:normal;text-decoration: none;}

h1 	{
	background-image: url(../images/h1.jpg);
	background-position:0 0;
	background-repeat:no-repeat;
	color: #000066;
	font: 20px "arial";
	font-weight: bold;
	margin: 0;
	padding: 0;
	padding-bottom:25px;
	padding-left: 100px;
	line-height:1.0em;padding-top:20px
}

h2
{	
	background-image: url(../images/h2.jpg);
	color: #000066;
	background-repeat:no-repeat;
	font: 16px "arial";
	font-weight: bold;
	line-height:40px;
	text-align: left;
	padding-left:35px;
	margin-top:5px;
	margin-bottom:0px;

	}
	



th {
	background-color:#000066;
	color:#FFFFFF;
	font-weight:bold;
	text-align:center;
	}



.mininav{
list-style-type: none;
margin: 0;
padding: 0;
width: 250px; /* width of menu (don't forget to add border with below!) */
border-left: 5px solid #247f88;
border-right: 5px solid #247f88; /* thick left border of menu */

}

.mininav {
 border-top: 1px solid #247f88;
}

.mininav li a{
background: white url(bg.jpg) repeat-y left top; /* Background image positioned to the left(v) top(h) corner initially */
font: bold 11px Arial;
display: block;
color: #247f88;
width: auto;

padding: 3px 0; /* Vertical (top/bottom) padding for each menu link */
text-indent: 8px;
text-decoration: none;
}

.mininav li a:visited, .mininav li a:active{
color: #247f88;
}

.mininav li a:hover{
background-position: -387px 0; /* Shift background image horizontally 387px, or the start of the 2nd background image */
color: black;
}

.mininav li.lastitem, .mininav li.lastitem a{
border-bottom-width: 0; /* For last menu item within menu, remove bottom border */
}

.mininav li.lastitem a{
padding: 8px 0; /* increase vertical border of last menu link by 2px (default is padding: 7px 0) to account for removed border width */
}
.mininav li.lastitem, .mininav li.lastitem a{
border-bottom-width: 0; /* For last menu item within menu, remove bottom border */
}

.chromestyle{
width: 100%;
z-index:10;
}

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

.chromestyle ul{
width: 100%;
background: url(../images/topbar.jpg) center top repeat-x; /*THEME CHANGE HERE*/
padding: 0px 0;
margin: 0;
text-align: left; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;

}

.chromestyle ul li a{
color: #FFFFFF;
line-height:42px;
font-family:arial;
font-size:12px;
font-weight:bold;
padding: 5px 20px;
padding-top:0px;
padding-bottom:3px;
margin: 0;
text-decoration: none;

}

.chromestyle ul li a:hover{
line-height:42px;
padding-top:7px;
padding-bottom:10px;
color:#000066;
background: url(../images/topbar_over.jpg) center center repeat-x; /*THEME CHANGE HERE*/

}


.chromestyle ul li a[rel]:after{ /*HTML to indicate drop down link*/

/*content: " " url(../images/linkbullet.gif); /*uncomment this line to use an image instead*/
}


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

.dropmenudiv{
position:absolute;
line-height:14px !important;
top: 0;
font-size:11px !important;
font-weight:normal !important;
background-color:#EEEEEE !important;
background-repeat: no-repeat;
border:1px #000066 solid !important;
padding-top:0px !important;
padding-bottom:0px !important;
padding-left: 0px !important;
text-align:left !important;
z-index:100 !important;
width: 250px !important;
visibility: hidden;
}


.dropmenudiv a{
width: auto !important;
line-height:14px !important;
font-size:11px !important;
display: block !important;
text-indent: 3px !important;
border-bottom: 1px solid #BBB !important; /*THEME CHANGE HERE*/
padding: 5px 0 !important;
padding-left:7px !important;
text-decoration: none !important;
font-weight: normal !important;
color: #000066 !important;
}

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

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
  	background-color:#000066 !important;
	color:#FFFFFF !important;
	font-weight:bold !important;
	background-image:NONE  !important;
}

form {	margin:0;}
select {background-color: #000066;color:#FFFFFF; font-weight:normal;font-size:9px;}
option {padding-left:15px;background-color: #000066;color:#FFFFFF; font-weight:normal; font-size:9px;}
option.blue {padding-left:0px; background-color: #000066;color:#FFFFFF; font-weight:normal; font-size:9px;}
form {margin:0px;}
#contactForm {	
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	clear:right;
	}
#contactForm fieldset {padding:1em;}
#contactForm label {width:25%;float:left;clear:both;text-align:right;padding:5px 1em 0 0;}
#contactForm input, #contactForm textarea, #contactForm select {width:50%;}
#controls {clear:both;width:35%;margin:0.5em auto;}
#controls input {margin:.5em;width:50px;}
.required {font-weight:bold;}
