body, table {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.3;
	color: #22306B;
}

/*Form styles*/
#calculate .inputLg {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #22306B;
	height: 19px;
	width: 295px;
	border: 1px solid #22306B;
}

#calculate .inputSm {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #22306B;
	width: 85px;
	border: 1px solid #22306B;
}
#calculate .inputMed {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #22306B;
	width: 160px;
	border: 1px solid #22306B;
}
.note {
	color: #567EB9;
	line-height: 1.3;}
	
.note a{color: #22306B;	font-weight:bold}
	
/*Sub nav styles*/

/* Show only to IE PC \*/
* html .subnavText h2 {height: 1%;} /* For IE 5 PC */

.subNav {
	margin: 10px 0 ;
	width: 208px;
	float:left;
}
.subnavText {
	background: url(images/blueCurve_t.gif) no-repeat top left;
	margin: 0px;
	padding: 7px 7px 7px 12px;
	text-align: left;
}

.subnavText h2 a  {
	margin: 0;
	padding: 0;
	color: #22306B;
	font-weight: bold;
	font-size: 12px;
	line-height: 14px;
	font-family: Arial, Helvetica, sans-serif;	
	text-decoration:none;
}
.subnavText h2 {
	margin: 0;
	padding: 0;
	color: #567EB9;
	font-weight: bold;
	font-size: 12px;
	line-height: 14px;
	font-family: Arial, Helvetica, sans-serif;	
	text-decoration:none;
}
.subnavText h2 a:hover {color: #567EB9;}
/*///////////////////////////////////*/
/*light blue curved boxes*/
.boxCurveBt {
	background: url(images/blueCurve_b.gif) no-repeat bottom left;
	margin: 5px;
	padding: 0;
}
/* set the image to use and establish the lower-right position */ 
.rndbox, .rndbox_body, .rndbox_head, .rndbox_head h2 {
    background: transparent url(images/ltblueCurve.gif) no-repeat bottom right; 
} 
.rndbox { 
    width: 450px !important; /* intended total box width - padding-right(next) */
    width: 435px; /* IE Win = width - padding */
    padding-right: 15px; /* the gap on the right edge of the image (not content padding) */
    margin: 20px auto; /* use to position the box */ 
} 

/* set the top-right image */ 
.rndbox_head { 
    background-position: top right; margin-right: -15px; /* pull the right image over on top of border */
    padding-right: 40px; /* right-image-gap + right-inside padding */ 
} 

/* set the top-left image */ 
.rndbox_head h2 { 
    background-position: top left; 
    margin: 0; /* reset main site styles*/ 
    border: 0; /* ditto */ 
    padding: 6px 0 15px 20px; /* padding-left = image gap + interior padding ... no padding-right */ 
    height: auto !important; height: 1%; /* IE Holly Hack */ 
		color: #22306B;
		font-weight: bold;
		font-size: 12px;
		line-height: 14px;
		font-family: Arial, Helvetica, sans-serif;	
} 

/* set the lower-left corner image */ 
.rndbox_body { 
    background-position: bottom left; 
    margin-right: 5px; /* interior-padding right */ 
    padding: 5px 0 5px 5px; /* mirror .rndbox_head right/left */ 
} 

/*///////////////////////////////////*/
/*content positioning styles*/
#wrapper{
	width: 800px !important;  
	position:relative; 
	left:50%; 
	margin-left:-360px;
	xmargin: 0 auto;}
	
#mainContent{float:right; width:460px;}

#Content{
	float:left;
	padding: 0 10px; 
	width: 800px !important; /* intended total box width - padding-right(next) */
  	width: 800px; /* IE Win = width - padding */
	background-color:#FFFFFF; 
	padding-top:20px;
	margin: 0 auto;
	}
	
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	line-height: 22px;
	font-weight: bold;
	color: #00A0CC;
}
.aquaText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
		line-height: 1.3;
	font-weight: bold;
	color: #00A0CC;
}
.inputMed {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #22306B;
	width: 200px;
	border: 1px solid #22306B;
}