body {
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #012F61;
	margin: 0px;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}


.header {font-size:16px; font-weight:bold;}
.header A:link {	font-size:16px; 
			font-weight:bold;
			text-decoration:none;}
			
.header A:hover {	font-size:16px; 
			font-weight:bold;
			text-decoration:underline;}

.content{
	text-align: justify;	
}

.featuredcontent{
	background-color: #EBE6D0;
	color: #012F61;
}
h2 {
	margin: 0px;
	padding: 0px;
}


.featuredbold{
	font-size: 16px;
	font-weight: bold;

}

.blacktext {
font-family: Arial, Helvetica, sans-serif;
font-size: 14px;
color:#000000;}

.topbar {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;}

a, a:visited{
	text-decoration: underline;
	color: #FFFFFF;
}

.footer{
	font-size: 10px;
	color: #70A7E1;	
}

.footer a, .footer a:visited{
	text-decoration: underline;
	color: #70A7E1;
}

.footer a:hover{
	text-decoration: none;
}

.forms {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:10px;
color:#000000;}


P.err{
  color: #CC0000;
  font-weight: bold;
  font-size: 13px;
}
#params TABLE{
  border: 1px solid #666666;
  background: #EDEDED;
}
#params TH{
  font-size: 13px;
  background: #666666;
  color: #FFFFFF;
}
#calculate_btn{
  padding: 10px;
}
#powered_by, #powered_by *{
  font-size: 10px;
  margin-top: 10px;
  text-align: center;
  color: #BBBBBB;
  text-decoration: none;
}
#summary{
  margin-bottom: 25px;
}
#schedule TD{
  background: #EDEDED;
}
#schedule TH{
  font-size: 13px;
  background: #666666;
  color: #FFFFFF;
}


/*------------------------------------------------------------------------------------------*/
.chromestyle{
width: 99%;
font-weight: bold;
height:55px;
line-height:50px;
text-decoration:none;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
height:55px;
line-height:50px;
text-decoration:none;
}

.chromestyle ul{
width: 100%;
height:55px;
line-height:50px;
padding: 0px 0;
margin: 0;
text-align: center; text-decoration:none; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
background-image: url(../images/navdividers.jpg);
background-repeat: no-repeat;
background-position: right;
margin: 0;
height:55px;   
padding-left:7px; 
padding-right:7px;
padding-top:12px;
padding-bottom:13px;
line-height:50px;
font-family: arial, sans-serif;
font-size: 12px;
font-weight: bold;
text-decoration:none;
}

.chromestyle ul li a:hover{
height:55px;   
padding-left:7px; 
padding-right:7px;
padding-top:12px;
padding-bottom:13px;
line-height:50px;
background-color: #17293f;
font-family: arial, sans-serif;
font-size: 12px;
font-weight: bold;
text-decoration:none;
/*THEME CHANGE HERE*/
}



/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;
border: 1px solid #012f61; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font-family: arial, sans-serif;
font-size: 12px;
font-weight: bold;
text-decoration:none;
color: #ffffff;
line-height:18px;
z-index:100;
background-color: #0d4880;
width: 200px;
visibility: hidden;
text-decoration:none;
}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
border-bottom: 1px solid #012f61; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
font-weight: bold;
color: #ffffff;
text-decoration:none;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #17293f;
font-family: arial, sans-serif;
font-size: 12px;
font-weight: bold;
text-decoration:none;
color: #ffffff;
text-decoration:none;
}

.surveyTable {
  margin-left: 20px;
  color: #333333;
  font-size: 12px;
  font-weight: bold;
}

.tdline {
	border-bottom: 1px #FFFFFF solid;  }
	
.tdbox {
	border: 1px #FFFFFF solid; }