body {
	font: 9pt arial, verdana, sans-serif;
	color: #000;
	background-color: #ffffff;
	margin: 0;
	padding: 0;
	}
.pageContainer {
	background: #fff url(../images/bg_nav.gif) repeat-x;
	}
*html .pageContainer {
	margin-top: -15px;
	}
*:first-child+html .pageContainer {
	margin-top: -15px;
	}
.clearFloat  {
	clear: both;
	height: 1px;
	}
/* --- Header ---- ****************************/
.header {
	position: relative;
	height: 110px;
	}
.logo {
	width: 190px;
	float: left;
	height: 110px;
	background: #fff url(../images/bg_navcap.gif) right 69px no-repeat;
	}
.searchContainer {
	width: 250px;
	float: right;
	font-size: 8pt;
	color: #bddfdd;
	margin: 15px 12px 0 0;
	display: inline;
	text-align: right;
	}
.searchContainer input {
	vertical-align: middle;
	margin: 0 10px;
	border: 1px solid #6a7474;
	}
form {
	margin: 0;
	padding: 0;
	}
/* --- Textual Styles ---- ****************************/
.mainNav {
	position: absolute;
	width: 580px;
	height: 22px;
	top: 70px;
	left: 190px;
	}
.mainNav ul, .mainNav li {
	margin: 0;
	padding: 0;
	}
.mainNav li {
	display: inline;
	}
.mainNav img {
	margin-left: -5px;
	}
.mainNav li a:hover img {
	background-color: #006533;
	height: 22px;
	}
* html .mainNav li a:hover {
	background-color: #006533;
	height: 22px;
	}
/* --- Content Container ---- ****************************/
.content {
	padding-bottom: 20px;
	}
*html .content { height: 300px; }

.backPage {
	width: 547px;
	float: left;
	margin-left: 25px;
	margin-top: 10px;
	display: inline;
	}
	
.homePage {
	width: 560px;
	float: left;
	margin-left: 25px;
	margin-top: 10px;
	display: inline;
	}
	
.homeText {
	width:342px;
	margin: 15px 0 0 20px;
	}
	
	
/* --- SubNav ---- ****************************/
.subNav {
	width: 568px;
	height: 28px;
	background: url(../images/bg_subnav.gif) repeat-x;
	}
.subNavCurve {
	background: url(../images/bg_subnav_curve.gif) no-repeat right top;
	height: 28px;
	}
.subNavCurve li {
	margin: 0;
	padding: 0;
	display: inline;
	}
.subNavCurve ul {
	margin: 0;
	padding: 0;
	}
.subNavCurve li a:hover img {
	background-color: #006533;
	}
*html .subNavCurve li a:hover {
	background-color: #006533;
	}
.subNavCurve li img {
	margin-left: -2px;
	}
/* --- Footers ---- ****************************/
.footer {
	background: url(../images/bg_footer.gif) repeat-x;
	height: 90px;
	}
.footerLogos {
	text-align: right;
	padding: 20px 18px 0 0;
	}
.footerLogos img {
	margin-left: 16px;
	vertical-align: middle;
	}
/* --- Left Col ---- ****************************/
.loginContainer {
	width: 190px;
	float: left;
	/* Controls quicklinks position on the back pages */
	padding-top: 130px;
	background-color: #fff;
	}
/* --- Quick Links ---- ****************************/

/* --- Logins ---- ****************************/
.loginPersonal {
	position: absolute;
	width: 173px;
	height: 65px;
	top: 121px;
	background: url(../images/bg_login.gif) repeat-x;
	text-align: center;	
	}
.loginCM {
	position: absolute;
	top: 186px;
	height: 54px;
	width: 173px;
	background: url(../images/bg_cm_login.gif) repeat-x;
	text-align: center;
	}
.loginCM img, .loginPersonal img {
	vertical-align: middle;
	margin-bottom: 3px;
	}
.loginPersonal input {
	border: #132f4f solid 1px;
	vertical-align: middle;
	margin-bottom: 3px;
	margin-left: 5px;
	}
/* --- Back Page ---- ****************************/
.backHeaders {
	position: absolute;
	top: 107px;
	left: 190px;
	}
/*:first-child+html .backHeaders {
	top: 125px;
}
*html .backHeaders {
	top: 125px;
}*/
.backPage {
	padding-top: 35px;
	margin: -2px 0 0 15;
	}
	
.picBack {
margin: -47px 0px 0px 5px;
}
*html .picBack { margin: -36px 0px 0px 5px; }
	
/* --- Textual Styles ---- ****************************/


	
	

	#ex_dis{
		background-color: #ffffff;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 8pt;
		font-weight: normal;
		color: #000000;
		text-align: left;
		position: absolute;
		border: 2px solid #1C2F69;
		padding: 15px;
		display:none;
		z-index: 500;
		width:400px;
		top:50;
		left:250px;
		FILTER: progid:DXImageTransform.Microsoft.dropShadow( Color=000000,offX=7,offY=8,positive=true);
	}
    
/*Calculator styles*/    
.calctable td, .calctable th{
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	text-align:center;
}
div.dicalc{

   width:95%;
}
.calctable {
border-left: 1px solid #000;
border-top: 1px solid #000;
width:100%;
}
.calctable td.tablesubheader{
	 background-color:#dedede;
     color:#000;
}


table.calc {

	padding-left: 10px;
}

table.calc td {
	text-align: left;

	font-size: 11px;
	padding:5px;
}

table.calc td.description {
	background-image: none;
	width: 130px;
	text-align: left;
	align: left;
	font-size: 11px;
	font-weight: normal;
	padding: 5px;
}

table.form td.submit {
	background-image: none;
	border-left: 3px solid #666;
	font-weight: normal;
	padding: 5px;
}

table.form td.required {
	border-left: 3px solid #900;
}


fieldset {
	border: 1px solid #ccc;
	padding: 10px 10px;
	width:420px;
}

legend {
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, sans-serif;
	font-weight: bold;
	font-size: 11px;
	color: #000;
	background-image: url(../images/bg-tablehead.gif);
	background-repeat: repeat-x;	
	border: 1px solid #ccc;
	border-bottom-color: #999;
	padding: 3px 6px;
	margin-top: 10px;
}	
