@charset "utf-8";
/* CSS Document */

/*Website Background*/
/*Use the following html and body styles if you wish to have a SOLID color background.*/
html{border-top:30px solid #343434;}
body{background:#073570;margin-top:-30px;}

/*Use the following code (remove comment tags) if you wish to have a BACKGROUND IMAGE.*/
/*html{border-top:none;}
body{background:#073570 url(../images/background.jpg) no-repeat top center;margin-top:0}*/

/*Link Colors*/
a:link, a:visited, a:hover, a:active{
	color:#039;
	font-weight: bold;
}

/*Heading Colors*/
h1{color:#9f9f9f;}
h2{color:#054E3A;}
h3{color:#444;}
h4{color:#000;}

/*Underline Color*/
.underline{border-bottom:1px #6195ad dotted;}

/*Header Image - No need to change anything here. If you do make a customized header though, just be sure to save it as header.jpg, and place it in your images folder */
#header a {background:url(../images/header.jpg) no-repeat bottom left;}
/*Navigation Link Colors*/
ul#sidenav a:hover, ul#sidenav li:hover a,ul#sidenav li.iehover a {color:#0066ff;}

/*Footer Text Color*/
#footer{color:#92c1ff;background-color: #073570;}

/*Footer Link Color*/
#footer a:link, #footer a:visited, #footer a:hover, #footer a:active{color:#92c1ff;}

/*Far Right Column h4 Background and Text Colors*/
#rightColMain h4, #rightColSub h4{background:#898A7B;color:#fff;}

/*Promotion Section's (in the Upper Right Corner) h3 Color*/
#promote h3{color:#273a66;}

/*Sawtooth Palette Color Style Classes*/
.palette_h2{background:#054E3A ;color:#fff;}
.palette_bkg{background:#073570 ;color:#fff;}
.palette_links{background:#073570;color:#fff;}
.palette_h3{background:#444;color:#fff;}
.palette_h4{background:#000;color:#fff;}
.palette_rgrad{background:#898A7B;color:#fff;}
.palette_rbkg{background:#898A7B;color:#fff;}
.palette_topgrad{background:#d4d8e1;color:#666;}
.palette_sidehover{background:#d4d8e1;color:#666;}
.palette_navborder{background:#ccc;color:#666;}
.palette_linkhover{background:#F60;color:#fff;}
.sawtooth{border:#073570 1px solid;padding: 1px 2px;}



table, th, td {
	text-align:left; 
}
th {
	font-weight:bold;
}
/*new search code*/
#search {
		margin:0;
		}
#search a {
	position: absolute;
	top: 6px; 
	right:24px;
	background:#fff url(/images/magnify.gif) no-repeat 5% 50%;
	padding:6px 0 5px 40px; 
	width:225px; 
	height: 18px; 
	display:block;
	text-decoration: none;
	color: #00C;
	font-weight:bold;
	border:1px solid #b1caff;
	}
#search a:hover {
	background:#e1ecff url(/images/magnify.gif) no-repeat 5% 50%;
	}

