body {
	margin: 0;
	padding: 0;
	color: #595959;
	font-family: arial, tahoma, verdana, sans-serif;
	font-size: .75em;
	text-align: center;	
	background: #285690 url(../images/bg_body.gif) repeat-x;
	}
	
a:link, a:visited {	
	color: #008dd4;
	text-decoration: underline;
	}
a:hover, a:active {
	color: #008dd4;
	text-decoration: none;
	}

a img { border: none; }

h1 {
	color: #ad8000;	
	font-size: 14pt;
	font-family: Times New Roman, serif;
	margin: 0;
	padding: 0;
}

h2, #calccontent h1, #calccontent h1 center {
	color: #01285d;	
	font-size: 11pt;
	margin: 0;
	padding: 10px 0;
	font-family: arial, tahoma, verdana, sans-serif;
	text-align:left;
	}

h3 {
	color: #d9a015;	
	font-size: 9pt;	
	margin: 0;
	padding: 0;
	}
	
h4 {
	color: #285f9b;	
	font-size: 8pt;	
	margin: 0;
	padding: 0;
	}
	
p {
	margin: 5px 0 5px 0;
	padding: 0;
	line-height: 14pt;
}

hr {
	border: 0;
	width: 100%;
	color: #81a5b7;
	background-color: #81a5b7;
	height: 1px;
}
	
/* ------------------------------------------------------------------- =LAYOUT =DISTYLES */

.clearfloat {
	clear: both;
	height: 1px;	
	}
.clear0 {
	clear: both;
	height: 0;	
	}
	
.pageContainer {
	width: 960px;
	margin: 0 auto;
	text-align: left;
	}

/* --------------------------------------------------------- =MASTHEAD */

.masthead {
	height: 97px;
	background-color: #fff;
	}
	
.mastheadLeft {
	float: left;
	width: 297px;
	}
	
.mastheadRight {
	float: right;
	width: 300px;
	text-align: right;
	}
	
/* --------------------------------------------------------- =UTILITY */

.utility {
	color: #00234c;
	font-size: 9pt;
	margin-top: 40px;
	margin-right: 30px;
}

.utility ul {
	margin: 0;
	padding: 0;
}

.utility li {
	margin: 0;
	padding: 0;
	display: inline;
	list-style: none;
}

.utility a:link, .utility a:visited {	
	color: #00234c;
	text-decoration: none;
	}
.utility a:hover, .utility a:active {
	color: #00234c;
	text-decoration: underline;
	}

.utility_bottom {
	text-align: left;
	margin-top: 5px;
	margin-left: 37px;
	width: 130px;
	font-size: 8pt;
}

*:first-child+html  .utility_bottom {
	margin-left: 0px;
	position: relative;
	left: -103px;
}

* html .utility_bottom {
	margin-left: 0px;
	position: relative;
	left: -103px;
}
	
/* --------------------------------------------------------- =TOPNAV */
	

.topNav {
	height: 38px;
	background: url(../images/bg_nav.gif) repeat-x;
	position: relative;
	}
* html .topNav {

}

.topNav ul {
	margin: 0 0 0 15px;
	padding: 0;	
}

.topNav li {
	margin: 0;
	padding: 0;	
	display: inline;
	}
	
.navCap {
	position: absolute;
	top: 0;
	right: 0;
}
* html .navCap {
	/*background-color:#ffffff;*/
	background: transparent;
	padding-bottom:3px;
}



/* --------------------------------------------------------------------- =LEFTCOL */

.contentContainer {
	margin-top: 1px;
	padding-bottom: 10px;
	background: url(../images/bg_page.gif) repeat-y;
}

* html .contentContainer {
	margin-top: -2px;/* IE6 EXTRA SPACE REMOVAL */
}
	
.leftCol {
	float: left;
	width: 176px;
	display: inline;
	font-size: 8pt;
	margin-top: -1px;
	}
	
.loginArea {
	padding: 0;
	margin: 0;
	color: #01275c;
	background: url(../images/bg_login.gif) no-repeat;
	height: 93px;
}

#loginBB {
	background: url(../images/bg_loginbb.gif) no-repeat;
	height: 94px;
}

#loginEStatements {
	background: url(../images/bg_logines.gif) no-repeat;
	height: 94px;
}

#loginLockbox {
	background: url(../images/bg_login_lockbox.gif) no-repeat;
	height: 94px;
}

.loginArea a, .loginArea img { vertical-align: middle; }

.loginArea a:link, .loginArea a:visited {	
	color: #01275c;
	text-decoration: none;
	}
.loginArea a:hover, .loginArea a:active {
	color: #01275c;
	text-decoration: underline;
	}
	
.loginContent {
	padding: 50px 0 0 0;
	text-align: right;
	margin-right: 10px;
}



/* --------------------------------------------------------------------- =RIGHTCOL */


.rightCol {
	float: right;
	width: 784px;
	}
* html .rightCol {
	margin-top: -0px;
}
	
.bannerHome {
	
}
	
/* --------------------------------------------------------------------- =HOMECONTENT */


.homeContent {
	margin-top: 10px;
	margin-left: 15px;
	height: 1%;
	width: 739px;
	background: url(../images/bg_homecontent.gif) repeat-y;
}
	
.homeLeft {
	float: left;
	width: 540px;
	margin: 0;
	display: inline;
}
	
.homeRight {
	float: right;
	width: 160px;
	margin: 0 0 25px 0;
	display: inline;
}

.homeRight ul {
	margin: 5px 0 15px 0;
	padding: 0;
	font-size: 8pt;
}

.homeRight li {
	margin: 8px 10px;
	padding: 0 0 0 15px;	
	list-style: none;
	background-image: url(../images/li.gif); 
	background-repeat: no-repeat;
	background-position: 0 .5em; 
	line-height: 12pt;
}


	
/* -------------------------------------------------------------------- =FOOTER */

.footer {
	width: 780px;
	float: right;
	background: url(../images/bg_footer.gif) repeat-x;
	height: 66px;
	display: inline;
	margin-right: 15px;
}

.footerLeft {
	color: #94ABC8;
	float: left;
	width: 321px;
	display: inline;
	font-size: 8pt;
	margin-left: 14px;
	margin-top: 21px;
}

.footerRight {
	float: right;
	width: 400px;
	text-align: right;
}


.footerRight a, .footerRight img { vertical-align: middle; }

/* -------------------------------------------------------------------- =BACKPAGE CONTENT */

.backContent {
	margin: 25px 45px 25px 25px;
}

.backContent ul {
	margin: 15px 0 15px 0;
	padding: 0;
}

.backContent li {
	margin: 8px 0;
	padding: 0 0 0 15px;	
	list-style: none;
	background-image: url(../images/li.gif); 
	background-repeat: no-repeat;
	background-position: 0 .3em; 
	line-height: 12pt;
}
.backContent li li {
	margin-left:20px;
}

.backImg {
	float: right;
	width: 207px;
	display: inline;
	margin-left: 15px;
	margin-bottom: 25px;
}

.comingSoon {
	width:60%;
	background: url(../../../../fiFiles/static/images/comingsoon.gif) top right no-repeat;
}
	
/* -------------------------------------------------------------------- =TEXTUAL =FISTYLES */

.tableheader {
	color: #fff;
	font-weight: bold;
	background-color: #01285d;
	font-size: 9pt;
	}
	
th {
	color: #fff;
	font-weight: bold;
	background-color: #285f9b;
	font-size: 9pt;
	}
td {
	vertical-align:top;
}
* html table {
	font-size:9pt;
}

table.staff {
	width:500px;
	border-collapse:collapse;
}

table.fees {
	width:350px;
	border-collapse:collapse;
	border-top: 1px solid #bfbfac;
}

.tablecontent1 {
	border-right: 1px solid #bfbfac;
	border-bottom: 1px solid #bfbfac;
	border-left: 1px solid #bfbfac;
	background-color: #FFF;
	color: #000;
	}
.tablecontent2 {
	border-right: 1px solid #bfbfac;
	border-bottom: 1px solid #bfbfac;
	border-left: 1px solid #bfbfac;
	border-collapse: collapse;
	background-color: #e8e8e1;
	color: #000;
	}
.faqQ, .faqA {
	font-weight: bold;
	font-size: 10pt;
	}
.faqQ { color: #01285d; }
.faqA { color: #d9a015; }
	
.disclaimer {
	font-size: 8pt;
	color: #01285d;
	}
.required { 
	color: #d9a015;
	font-size: 8pt;
	}
	
.appfield1 {
	border: 1px solid #01285d;
	background-color: #FFF;
	color: #000;
	}
.appfield2 {
	border: 1px solid #d9a015;
	background-color: #FFF;
	color: #000;
	}
	
a.comingSoonHome:link, a.comingSoonHome:visited, a.comingSoonHome:hover, a.comingSoonHome:active { 
	color: #008DD4;
	text-decoration:underline;
	font-size: 14pt;
	font-family:Times New Roman,serif;
}		
	
#ex_dis{
 display:none;
 width:40%;
 padding:10px;
 background-color:#FFFFFF;
 position:absolute;
 z-index:10000;
 border:1px solid #3A302F;
 top: 50px;
 left: 30%;
 overflow: hidden;
}

