body {
	margin: 0;
	padding: 0;
	background: #fff url(../images/bg_topbody.gif) repeat-x;
	color: #000;
	font-family: tahoma, verdana, arial, sans-serif;
	font-size: .75em;
	text-align: center;	
	}
	
a:link, a:visited {	
	color: #007faf;
	text-decoration: none;
	}
a:hover, a:active {
	color: #007faf;
	text-decoration: underline;
	}

a img { border: none; }

h1 {
	margin: 0;
	padding: 0;
}

h2, #calccontent h1, #calccontent h1 center {
	color: #9e1b34;	
	font-size: 14pt;
	margin: 0;
	padding: 0;
	}

h3 {
	color: #1b326f;	
	font-size: 10pt;	
	margin: 0;
	padding: 0;
	}
	
h4 {
	color: #878787;	
	font-size: 9pt;	
	margin: 0;
	padding: 0;
	}
	
p {
	margin: 5px 0 5px 0;
	padding: 0;
	line-height: 12pt;
}

hr {
 	color: #000;
	background-color: #000;
	height: 1px;
	border: 0;
  	width: 100%;
}
	
* html td {
	color: #000;
	font-family: tahoma, verdana, arial, sans-serif;
	font-size: .75em;
	}
	
/* ------------------------------------------------------------------- =LAYOUT =DISTYLES */

.clearfloat {
	clear: both;
	height: 1px;	
	}
.clear0 {
	clear: both;
	height: 0;	
	}
	
.pageContainer {
	width: 960px;
	text-align: left;
	float: left;
	background: #fff url(../images/bg_page.gif) repeat-y;
	padding-bottom: 10px;
	}
	
* html .pageContainer {
	margin-top: -2px;
}

/* --------------------------------------------------------- =MASTHEAD */

.masthead {
	height: 94px;
	width: 960px;
	text-align: left;
	float: left;
	position: relative;
	}
	
/* --------------------------------------------------------- =UTILITY */

.utility {
	color: #000;
	font-size: 9pt;
	position: absolute;
	top: 10px;
	right: 0;
}

.utility ul {
	margin: 0;
	padding: 0;
}

.utility li {
	margin: 0;
	padding: 0;
	display: inline;
	list-style: none;
}

.utility a:link, .utility a:visited {	
	color: #000;
	text-decoration: none;
	}
.utility a:hover, .utility a:active {
	color: #000;
	text-decoration: underline;
	}
	
/* --------------------------------------------------------------------- =SEARCHAREA */

.searchArea {
	position: absolute;
	top: 35px;
	right: 0;
	width: 234px;
	height: 34px;
	text-align: right;
}

.searchArea form {
	margin: 0;
	padding: 0;
}

.searchField {
	width: 152px;
	height: 21px;
	max-height: 21px;
	margin: 0;
	padding: 2px 0 0 5px;
	border: none;
	background: url(../images/bg_searchinput.gif) no-repeat;
	background-color: none;
	color: #333;
	font-size: 10pt;
	font-family: tahoma, verdana, arial, sans-serif;
	}
	
* html .searchField {
	margin-right: 3px;
}
	
*:first-child+html .searchField {
	height: 19px;
	max-height: 19px;
	width: 147px;
	margin-right: 3px;
}/* IE7 HEIGHT ISSUE */
	
.searchArea input, .searchArea img { vertical-align: middle; }

.searchBtn {
	margin-right: 4px;
}

/* --------------------------------------------------------- =TOPNAV */
	

.topNav {
	height: 27px;
	width: 970px;
	text-align: left;
	float: left;
	position: relative;
	}

.topNav ul {
	margin: 0;
	padding: 0;	
}

.topNav li {
	margin: 0;
	padding: 0;	
	display: inline;
	}

.topNav img {
	margin-right: 0;
}


/* --------------------------------------------------------------------- =LEFTCOL */

.leftCol {
	float: left;
	width: 199px;
	display: inline;
	font-size: 8pt;
	}
	
.loginArea {
	padding: 0;
	margin: 0;
	color: #fff;
	/* background: url(../images/bg_login.gif) no-repeat; */
	background: url(../images/bg_login2.gif) no-repeat;
	height: 113px;
}

.loginAreaBack {
	padding: 0;
	margin: 0;
	color: #fff;
	background: url(../images/bg_loginback.gif) no-repeat;
	height: 69px;
}

.loginArea form {
	margin: 0;
	padding: 39px 0 0 20px;
	}
	
* html .loginArea form {
	margin: 0;
	padding: 37px 0 0 20px;
	}
	
.loginArea span {
	font-weight: bold;
	}

.loginArea input, .loginArea img { vertical-align: middle; }

.userField {
	/* width: 125px; */
	width: 100px;
	height: 18px;
	max-height: 18px;
	margin: 0 0 6px 10px;
	padding: 2px 0 0 2px;
	border: none;
	background: none;
	color: #333;
	font-size: 8pt;	
	}
	
*:first-child+html .userField {
	height: 17px;
	max-height: 17px;
}/* IE7 HEIGHT ISSUE */
	
.passField {
	/* width: 80px; */
	width: 57px;
	height: 18px;
	max-height: 18px;
	/* margin: 0 0 0 12px; */
	margin: 0 0 0 35px;
	padding: 2px 0 0 2px;
	border: none;
	background: none;
	color: #333;
	font-size: 8pt;	
	}
	
*:first-child+html .passField {
	height: 17px;
	max-height: 17px;
}/* IE7 HEIGHT ISSUE */

.loginBtn {
	margin: 0;
	}
	
.loginArea a:link, .loginArea a:visited {	
	color: #fff;
	text-decoration: none;
	}
.loginArea a:hover, .loginArea a:active {
	color: #fff;
	text-decoration: underline;
	}
	
.loginLinks {
	margin-top: 5px;
	margin-left: 8px;
}

.loginLinksBack {
	padding-top: 37px;
	margin-left: 30px;
}

.loginLinksBack img, .loginLinksBack a {
	vertical-align: middle;
}

	
.loginLinksBack a:link, .loginLinksBack a:visited {	
	color: #fff;
	text-decoration: none;
	}
.loginLinksBack a:hover, .loginLinksBack a:active {
	color: #fff;
	text-decoration: underline;
	}

.leftPromoApply {
	background: url(../images/bg_applyloan.gif) no-repeat;
	height: 87px;
	margin-top: 5px;
}

.leftPromoApply form {
	margin: 0;
	padding: 31px 0 0 10px;
}

.leftPromoApply select {
	margin: 0;
	padding: 0;
	width: 170px;
}

.promoApplyBtn {
	text-align: right;
	margin-right: 18px;
	margin-top: 7px;
}

.leftPromo {
	margin-top: 5px;
}
	


/* --------------------------------------------------------------------- =RIGHTCOL */


.rightCol {
	float: right;
	width: 761px;
	}
	
/* --------------------------------------------------------------------- =CONTENT */

.contentContainer {
	
}

.homePhoto {
	text-align: center;
	margin: 15px 0;
}

.homeContent {
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	margin: 0 20px;
	padding: 10px 20px;
}

.homeContentImg {
	float: left;
	width: 96px;
	display: inline;
	margin: 5px 10px 5px 0;
}
	
.contentLeft {
	float: left;
	width: 562px;
	margin: 0;
	display: inline;
}

.contentRight {
	float: left;
	width: 199px;
	display: inline;
	text-align: center;
}

.contentRight Img {
	margin-top: 10px;
}

.contentRight ul {
	margin: 10px 0 0 15px;
	padding: 0;
	text-align: left;
}

.contentRight li {
	margin: 2px 0;
	padding: 0;
	list-style: none;
}

.contentRight a:link, .contentRight a:visited {	
	color: #fff;
	text-decoration: none;
	}
.contentRight a:hover, .contentRight a:active {
	color: #fff;
	text-decoration: underline;
	}

.promoRightHed {
	text-align: left;
	margin-left: 10px;
}

/* --------------------------------------------------------------------- =CONTENT BACK */

.contentLeftBack {
	float: left;
	width: 562px;
	margin: 20px 0;
	display: inline;
	background: url(../images/bg_backcontent.gif) no-repeat;
}

.backContent {
	padding-left: 25px;
	padding-right: 15px;
}

.backContentImg {
	float: right;
	width: 217px;
	display: inline;
	margin: 0 0 5px 10px;
}

.backContent ul {
	margin: 10px 0 0 0;
	padding: 0;
}

.backContent li {
	margin: 0;
	padding: 0 0 0 20px;	
	list-style: none;
	background-image: url(../images/li.gif); 
	background-repeat: no-repeat;
	background-position: 0 .5em; 
	line-height: 14pt;
}
	
	
/* -------------------------------------------------------------------- =FOOTER */

.footer {
	width: 960px;
	height: 85px;
	text-align: left;
	float: left;
	background: url(../images/bg_footer.gif) no-repeat;
}

.footerLeft {
	float: left;
	width: 199px;
	display: inline;
	position: relative;
	top: -10px;
	text-align: right;
}

.footerLeft img {
	margin-right: 8px;
}

.footerCenter {
	float: left;
	width: 562px;
	text-align: center;
	padding-top: 60px;
	font-size: 8pt;
}

.footerRight {
	float: left;
	width: 199px;
}

.footerRight img {
	margin: 0 5px;
}
	
/* -------------------------------------------------------------------- =TEXTUAL =FISTYLES */

.tableheader {
	color: #fff;
	font-weight: bold;
	background-color: #1b326f;
	font-size: 9pt;
	}
	
.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: #1b326f; }
.faqA { color: #9e1b34; }
	
.disclaimer {
	font-size: 8pt;
	color: #1b326f;
	}
.required { 
	color: #9e1b34;
	font-size: 8pt;
	}
	
.appfield1 {
	border: 1px solid #1b326f;
	background-color: #FFF;
	color: #000;
	}
.appfield2 {
	border: 1px solid #9e1b34;
	background-color: #FFF;
	color: #000;
	}
	
	#ex_dis{
display:none;
width:400px;
padding:10px;
background-color:#FFFFFF;
position:absolute;
top: 50px;
left: 50px;
z-index:10000;
margin-top:50px;
border-width:1px 1px 1px 1px;
border-style:solid;
border-color:#3b569c;
margin-left:200px;
overflow: hidden;
}