* {
  margin: 0;
  padding: 0;
}

a { text-decoration: underline; color: #c5351d; }

body {
	background-color: #112233;
	color:#000;
	min-width:960px;
	text-align: center;	  /*centers layout*/
}

#container {
	width: 960px;
	margin: 0 auto;		 /*centers layout*/
	text-align: left;	/*removes the default centering for rest of layout*/	
}
#logo-header {
	height: 140px;
	width: 960px;
}
#nav {
	width: 960px;
	height: 20px;
	text-align:center;	
	background-color: #8dbbe3;
}
.menutabs{
float:left;
width:100%;
color: #000000;
line-height:normal;
background-color:#8dbbe3;
border-top: 3px solid #333333; /*Add border strip to top of menu*/
border-bottom: 3px solid #333333; /*Add border strip to bottom of menu*/
}

.menutabs ul{
list-style-type: none;
margin-left: 30px; /*Left offset of entire tab menu relative to page*/
}

.menutabs li{
display:inline;
}

.menutabs a{
float:left;
margin-right: 3px; /*spacing between each tab*/
text-decoration:none;
}

.menutabs a span{
float:left;
display:block;
padding: 8px 26px 8px 25px;
font-weight: bold;
font-family: Arial, Verdana, Helvetica, sans-serif;
font-size: 15px;
color:#000000;
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
.menutabs a span {float:none;}
/* End IE5-Mac hack */

.menutabs a:hover span {
color: white;
background-color: #2b6ebd;
}

.menutabs li.selected a{ /*Selected Tab style*/
color: white;
background-color: #2b6ebd;
}

.menutabs li.selected a span{ /*Selected Tab style*/
color: white;
background-color: #2b6ebd;
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv_d{
position:absolute;
top: 0;
margin-top: 3px;
border: 1px solid #9c9c9c; /*THEME CHANGE HERE*/
border-width: 0 1px;
font-weight: bold;
font-size: 12px;
font-family: Verdana, Arial, Helvetica, sans-serif;
line-height:18px;
z-index:100;
background-color: #d3d4d4;
width: 200px;
visibility: hidden;
}


.dropmenudiv_d a{
width: auto;
display: block;
text-indent: 5px;
text-align: left;
border: 0 solid #9c9c9c; /*THEME CHANGE HERE*/
border-bottom-width: 1px;
padding: 3px;
text-decoration: none;
color: black;
font-weight: bold;
}

* html .dropmenudiv_d a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv_d a:hover{ /*THEME CHANGE HERE*/
background-color: #c0dbf0;
}



#onecol {
	background:#FFFFFF;
	float:left;
	width:930px;
	padding: 15px 15px 25px 15px;
}

#onecol p {
	text-align:left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000000;		
	line-height: 130%;
	padding-bottom:15px;
}

#onecol ul, #onecol ol  {
	padding: 0 10px 15px 20px;
	margin-left: 20px;
}
#onecol li {	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000000;
	line-height: 130%;	
	padding-left: 5px;
}
#onecol td {
	padding: 3px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000000;		
	line-height: 130%;	
}

#onecol h1 {
	text-align:left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13pt;
	font-weight: bold;
	color: #2958a7;		
	line-height: 150%;
	padding-bottom: 20px;
}
#onecol h2 {
	text-align:left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11pt;
	font-weight: bold;
	color: #2958a7;		
	line-height: 150%;
	padding: 5px 0 15px 0;	
}

#footer {
	clear: both;
	width: 930px;
	padding-top:10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #ffffff;
	text-align:center;		
}

