body {
	margin: 0;
	padding: 0;
	background: #fff;
	color: #575757;
	text-align: center;
	}
body, td, div, table {
	font-family:Arial, Helvetica, sans-serif;
	font-size:9pt;
}
	
a:link, a:visited {	
	text-decoration: underline;
	color:#008dd4;
	}
a:hover, a:active {
	text-decoration: none;
	}
	
a img { border: none; }




h2, #calccontent h1, #calccontent h1 center {
	padding:10px 0 13px 0;
	margin:0;
	color:#012a5e;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:20pt;
	font-weight:normal;
	text-align:left;
}
h2.home {padding:15px 0 0 25px;}
* html h2.home {height:1%;}

h3, h4 {margin:0; padding:0;}
h3 {
	font-size:11pt;
	color:#fdb813;
}
h4 {
	font-size:10pt;
	color:#012a5e;
	margin-top:6px;
}

p {margin:0 0 13px 0;}

ul, ol { 

}
ul {margin-left:15px;}
ul li {
	list-style-image: url(../images/li.gif);
	margin:8px 0;
	padding:0;
}

hr {
	padding:0;
	margin:5px 0 15px 0;
	color:#ccd4df;
	height:1px;
	border-top:1px solid #ccd4df;
	
}
* html hr {border:none;}

table {	font-size: 100%; /* IE inheritance fix */ }

.tableheader {
	font-weight: bold;
	background-color:#012a5e;
	color:#fff;
	font-size:smaller;
	}
	
th {
	background-color:#ccd4df;
	color:#012a5e;
	}
	
.tablecontent1 {
	background-color:#fff;
	}
	
.tablecontent2 {
	background-color:#f0f3f6;

	}

.faqQ, .faqA { 
	font:bold 12pt Georgia, "Times New Roman", Times, serif;
	}

.faqQ { color:#012a5e; }
.faqA { color:#fdb813; }
	
.xsmall {
    font-size:.8em; 
	}
.small {
    font-size:.9em;
	}
.medium {
    font-size:1em;
	}
.large {
    font-size:1.1em;
	}
.xlarge{
    font-size:1.2em;
	}

.special3 {
	}
.special2 {
	}
.special1 {
	}

.disclaimer {
	font-style:italic;
	}
	
.required {
	color:#900;
	}
	
.appfield1 {
	border:1px solid #012a5e;
	}	
.appfield2 {
	border:1px solid #012a5e;
	background-color:#f0f3f6;
	}
	
/* =LAYOUT =DISTYLES */

/* suggested order for properties [ based on mozilla.org ] */
/* 

display
list-style
position
float
clear
width
height
min-width
min-height
margin
padding
border
background [ color, image, repeat, attachment, position, inherit ]
color
font
text-decoration
text-align
vertical-align
white-space
other text

 */

/* rule to show div borders
div {
	border: 1px solid #090;
	} */

.clearfloat {
	clear: both;
	height: 1px;
	}

.container {
	width: 759px;
	margin: 0 auto;
	text-align: left;
	border:1px solid #012a5e;
	border-top:none;
	position:relative;
	background:url(../images/bg.gif) repeat-x;
	}
* html .container {width:761px;}

.content {
	padding:15px 25px 20px 25px;
}

.loginContainer {
	position:absolute;
	top:110px;
	left:6px;
	width:201px;
	height:72px;
	border:1px solid #fff;
	background-color:#012a5e;
	color:#fdb813;
}
.loginContainer a:link, .loginContainer a:visited {color:#fdb813; text-decoration:none;}
.loginContainer a:hover {text-decoration:underline;}

.loginLeft {
	width:113px;
	float:left;
	text-align:right;
	font-size:10px;
}
.loginRight {
	text-align:left;
	margin-left:8px;
	display:inline;
}
.loginRight img {margin-top:2px;}

.loginPageLeft {
	width:218px;
	float:left;
	background:url(../images/bg_dots.gif) right repeat-y;
}
.loginPageLeft form {margin:0; padding:0 0 4px 0;}
.loginPageRight {
	width:270px;
	float:left;
	text-align:center;
}

.loginLinks {color:#008dd4; font-size:10px;}

.loginMotd h4 {padding-bottom:8px;}
.loginMotd {
	font-size:8pt;
	padding:0 10px 10px 10px;
	background-color:#e3f1fb;
	border:1px solid #bbc5d3;
	margin-top:20px;
}

.masthead {
	}

.mastheadLeft {
	float:left;
	width:217px;
}
.mastheadRight {
	float:left;
	width:542px;
}

.navSub {
	text-align:right;
	font-size:11px;
}

.navSub ul {
	margin:0;
	padding:1px 0 0 0;
}

.navSub li {
	margin:0;
	padding:0;
	display:inline;
}

*:first-child+html .navSub {margin:1px 0 0 0;}
*:first-child+html .navSub ul {padding-top:0;}


* html .navSub {margin:1px 0 0 0;}
* html .navSub ul {padding-top:0;}

.navSub a:link, .navSub a:visited {
	padding: 2px 5px 3px 9px;
	color:#fff;
	text-decoration:none;
	border-left:1px solid #fff;
}

.navSub a:active, .navSub a:hover {
	color:#fff;
	text-decoration:underline;
}


.searchContainer {
	width:165px;
	height:28px;
	background:url(../images/search_bg.gif) no-repeat;
	padding:3px 6px 6px 6px;
	margin-top:8px;
}
.searchContainer form {margin:0; padding:0;}
.searchContainer input {vertical-align:middle;}
.searchContainer input.field {
	border:none;
	width:110px;
	font-size:9px;
	color:#012a5e;
	margin-right:20px;
}
*+html .searchContainer input.field{
	border:0;
}
div#search .footer{
	width: 400px;
	background: #fff;
}

div#search td{
	text-align: center;
}



.leftCol {
	float: left;
	width: 189px;
	margin-top:54px;
	margin-left:20px;
	display:inline;
	background:url(../images/navmain_bg.gif) right repeat-y;
	}
.leftCol ul {
	margin:0;
	padding:0;
}
.leftCol li {
	margin:0;
	padding:0;
	list-style-image:none;
	list-style-type:none;
}
* html .leftCol li img {margin-bottom:-2px;}
	
.rightCol {
	float: right;
	width: 550px;
	}

.homeContainer {
	background:url(../images/home_watermark.gif) top right no-repeat;
	margin-top:4px;
}

.homeLeft {
	float: left;
	width: 295px;
	margin:20px 0 0 25px;
	}

* html .homeLeft {
	width: 272px;
	margin-left: 15px;
}

.homeRight {
	background:none;
	float: right;
	width: 196px;
	margin:20px 12px 0 0;
	}

.promo {margin-bottom:35px;}
.promo h3 {
	margin:0;
	padding:0;
	color:#012a5e;
	font-size:9pt;
}
.promoLeft {
	width:74px;
	float:left;
}
.promoRight {
	width:120px;
	float:left;
	font-size:8pt;
}

.footer, .printfooter {
	width:759px;
	height:101px;
	background:url(../images/footer_bg.gif) no-repeat;
}
*html .footer, *html .printfooter{
	width:759px;
	height:101px;
	background:url(../images/footer_bg.gif) no-repeat;
	margin-bottom: -10px;
}
.footLeft, .printfootLeft {
	float:left;
	width:610px;
	margin-left:8px;
	margin-top:50px;
	display:inline;
}
.footRight, .printfootRight {
	float:right;
	width:130px;
	text-align:right;
	margin-right:8px;
	margin-top:40px;
	display:inline;
}
.footRight img, .printfootRight img{
	vertical-align:middle;
	margin-left:8px;
}

#ex_dis{
	position:absolute;
	top:100px;
	left:150px;
	display:none;
	width:400px;
	float:center;
	padding:10px;
	background-color:#FFFFFF;
	position:absolute;
	z-index:10000;
	margin:50px 0 0 200px;
	border:1px solid #0A4599;
	overflow: hidden;
}

.loginRightText {
	padding:8px 0 0 25px;
	font-size:11px;
	text-align:left;
}

.ratestable {
	width:90%;
}

.printfooter, .printfootLeft, .printfootRight {
display: none;
}
