body {
	margin: 0;
	padding: 0;
	background: #073862;
	color: #626262;
	font-family: arial, tahoma, verdana, sans-serif;
	font-size: .75em;
	text-align: center;	
	}
a:link, a:visited {	
	color: #40be01;
	text-decoration: underline;
	}
a:hover, a:active {
	color: #40be01;
	text-decoration: none;
	}

a img { border: none; }

h1 {
	color: #5b90bc;	
	font-size: 13pt;
	margin: 0;
	padding: 0;
}

h2 {
	color: #1d1750;	
	font-size: 12pt;
	margin: 0;
	padding: 0;
	}

h3 {
	color: #626262;	
	font-size: 10pt;	
	margin: 0;
	padding: 0;
	}
	
h4 {
	color: #5b90bc;	
	font-size: 9pt;	
	margin: 0;
	padding: 0;
	}
	
p {
	margin: 0;
	padding: 0;
	line-height: 13pt;
}
	
/* ------------------------------------------------------------------- =LAYOUT =DISTYLES */

.clearfloat {
	clear: both;
	height: 1px;	
	}
.clear0 {
	clear: both;
	height: 0;	
	}
	
.pageContainer {
	width: 760px;
	margin: 0 auto;
	text-align: left;	
	background: #2770ad url(../images/bg_page.jpg) no-repeat;
	min-height: 526px;
	}
	
* html .pageContainer {
	min-height:526px;
  	height:auto !important;
  	height:526px;
	}
	
.pageContainerBack {
	width: 760px;
	margin: 0 auto;
	text-align: left;	
	background: #2770ad url(../images/bg_pageback.jpg) no-repeat;
	min-height: 526px;
	}
	
* html .pageContainerBack {
	min-height:526px;
  	height:auto !important;
  	height:526px;
	}

	
.logoContainer { 
        position: absolute; 
        top: 0; 
        left: 0; 
} 	
	
/* --------------------------------------------------------- =MASTHEAD */

.masthead {
	height: 100px;
	text-align: right;
	position: relative;
	}
	
.mastheadBack {
	height: 124px;
	text-align: right;
	position: relative;
	padding-top: 10px;
	}
	
.loginAreaBack {
	width: 235px;
	position: absolute;
	top: 50px;
	right: 25px;
}
	
/* --------------------------------------------------------- =UTILITY */

.utility {
	margin: 0;
	padding: 34px 175px 0 0;	
}

* html .utility {
	margin: 0;
	padding: 34px 175px 0 0;		
}

.utility ul {
	margin: 0;
	padding: 0;	
	}

.utility li {
	margin: 0;
	padding: 0;	
	list-style: none;
	display: inline;
	}
	
/* --------------------------------------------------------- =UTILITY BACK */

.utilityBack {
	margin: 0;
	padding: 0 175px 0 0;	
}

* html .utilityBack {
	margin: 0;
	padding: 0 170px 0 0;	
}

.utilityBack ul {
	margin: 0;
	padding: 0;	
	}

.utilityBack li {
	margin: 0;
	padding: 0;	
	list-style: none;
	display: inline;
	}
	
/* -------------------------------------------------------------------- =SEARCH AREA */

.searchArea {
	position: absolute;
	top: 32px;
	right: 10px;
	height: 25px;
}

.searchArea form {
	margin: 0;
	padding: 0;
}

.searchField {
	width: 118px;
	height: 18px;
	max-height: 18px;
	margin: 0 2px 0 0;
	padding: 2px;
	border: 1px solid #1c5ca2;
	background-color: #fff;
	color: #79756b;
	font-size: 8pt;	
	}
	
*:first-child+html .searchField {
	height: 16px;
} /*  =IE7 HEIGHT ISSUE */

.searchArea input, .searchArea img { vertical-align: middle; }


/* -------------------------------------------------------------------- =SEARCH AREA BACK */

.searchAreaBack {
	position: absolute;
	top: 10px;
	right: 10px;
	height: 25px;
}

.searchAreaBack form {
	margin: 0;
	padding: 0;
}

.searchField {
	width: 118px;
	height: 18px;
	max-height: 18px;
	margin: 0 2px 0 0;
	padding: 2px;
	border: 1px solid #1c5ca2;
	background-color: #fff;
	color: #79756b;
	font-size: 8pt;	
	}
	
*:first-child+html .searchField {
	height: 16px;
} /*  =IE7 HEIGHT ISSUE */

.searchAreaBack input, .searchAreaBack img { vertical-align: middle; }
	
	
/* --------------------------------------------------------------------- =CONTENT */


/* --------------------------------------------------------- =LEFTCOL */
	
.leftCol {
	float: left;
	width: 180px;
	}
	
/* --------------------------------------------------------- =LEFTNAV */
	
.leftNav {
	padding-top: 20px;
}

.leftNav ul {
	list-style: none;
	list-style-image: none;
	margin: 0;
	padding: 0;	
	}

.leftNav li {
	margin: 0;
	padding: 0;	
	list-style: none;
	}
	
.leftNav img {
	margin-bottom: -3px;
}

/* --------------------------------------------------------- =LEFTNAV BACK */
	
.leftNavBack {
	margin-top: -4px;
}

.leftNavBack ul {
	list-style: none;
	list-style-image: none;
	margin: 0;
	padding: 0;	
	}

.leftNavBack li {
	margin: 0;
	padding: 0;	
	list-style: none;
	}
	
.leftNavBack img {
	margin-bottom: -3px;
}
	
	
	
/* --------------------------------------------------------- =LEFTCOL */
	
.middleCol {
	float: left;
	width: 343px;
	}
	
#scroller {
	background: url(../images/bg_scroller.gif) repeat-x;
	height: 20px;
	width: 343px;
	font-size: 8pt;
	color: #fff;
	padding-top: 2px;
	overflow: hidden;
}
#scroller_inner{
	height: 20px;
	width: 750px;
	margin-left: 344px;
	white-space: nowrap;
}

.promoHome {
	margin-top: 3px;
	margin-bottom: 10px;
}

.homeContentContainer {
	background-color: #fff;
}
*:first-child+html .homeContentContainer {
	background-color: #fff;
	margin-top: -5px;
}

*html .homeContentContainer {
	background-color: #fff;
	margin-top: -5px;
}

.homeContent {
	width: 303px;
	margin-left: 15px;
	padding-bottom: 5px;
}

.homeContent ul {
	margin: 0 0 0 15px;
	padding: 0;	
	}

.homeContent li {
	margin: 0;
	padding: 0;	
	line-height: 16pt;
	list-style-image: url(../images/li.gif);
	}

/* -------------------------------------------------------------------- =RIGHTCOL */
	
.rightCol {
	float: left;
	width: 237px;
	}
	
.rightColBack {
	float: left;
	width: 580px;
	}
	
/* -------------------------------------------------------------------- =RIGHTCOL BACK */

.hed {

}

.backImg {
	float: right;
	width: 174px;
	display: inline;
	margin: 0 0 10px 15px;
}
	
.backContentContainer {
	background-color: #fff;
	width: 568px;
}

*:first-child+html  .backContentContainer {
	background-color: #fff;
	width: 568px;
	margin-top: -5px;
	}

*html .backContentContainer {
	background-color: #fff;
	width: 568px;
	margin-top: -5px;
}

.backContent {
	margin-left: 22px;
	margin-right: 15px;
	padding-top: 10px;
	padding-bottom: 5px;
}

.backContent ul {
	margin: 0 0 0 15px;
	padding: 0;	
	}

.backContent ul li {
	margin: 0;
	padding: 0;	
	line-height: 16pt;
	list-style-image: url(../images/li.gif);
	}
	
/* --------------------------------------------------------- =LOGIN */

	
.loginArea {
	padding: 0;
	margin: 0;
	font-size: 7pt;
	color: #fff;
	margin-left: 28px;
	margin-top: 13px;
}

.loginArea form {
	margin: 0;
	padding: 0;
	}

.userField {
	width: 180px;
	height: 16px;
	max-height: 16px;
	margin: 0 0 3px 0;
	border: none;
	background-color: #FFF;
	color: #333;
	font-size: 8pt;	
	}
	
*:first-child+html .userField {
	height: 14px;
} /*  =IE7 HEIGHT ISSUE */
	
.passField {
	width: 112px;
	height: 16px;
	max-height: 16px;
	margin: 8px 12px 3px 0;
	border: none;
	background-color: #FFF;
	color: #333;
	font-size: 8pt;	
	}
	
* html .passField {
	margin: 5px 12px 3px 0;
}
	
*:first-child+html .passField {
	height: 14px;
} /*  =IE7 HEIGHT ISSUE */

.loginBtn {
	margin-top: 6px;
	}
	
.loginLinks {
	margin-top: 5px;
}

.loginDivider {
	margin: 7px 0 7px 0;
}
* html .loginDivider {
	margin: 4px 0 0 0;
}
*:first-child+html .loginDivider {
	margin: 4px 0 0 0;
}	

.loginCM {
	text-align: right;
	margin-right: 30px;
	margin-top: 2px;
}
	
.loginArea a:link, .loginArea a:visited {	
	color: #fff;
	text-decoration: none;
	font-size: 7pt;	
	}
.loginArea a:hover, .loginArea a:active {
	color: #fff;
	text-decoration: underline;
	font-size: 7pt;	
	}
	
.loginArea input, .loginArea img { vertical-align: middle; }


/* -------------------------------------------------------------------- =STOCK TICKER CONTENT */

.stockContainer {
	margin-top: 20px;
	margin-left: 9px;
}
	
/* -------------------------------------------------------------------- =FOOTER */

.footer {
	text-align: right;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 15px;
}
	
/* -------------------------------------------------------------------- =TEXTUAL =FISTYLES */
.ratestable{
	border: 1px solid #083A62;
}


.tableheader {
	background-color: #083a62;
	color: #fff;
	font-weight: bold;
	font-size: 10pt;
	color: #fff;
	height: 28px;
	}
	
.tablecontent1 {
	border: 0;
	background-color: #fff;
	color: #330000;
	font-size: 9pt;	
	}
.tablecontent2 {
	border: 0;
	background-color: #d0e2f0;
	color: #330000;
	font-size: 9pt;	
	}

.faqQ, .faqA {
	font-weight: bold;
	font-size: 10pt;
	}
.faqQ { color: #5b90bc; }
.faqA { color: #083a62; }

/* added by Darnell */
p.faq{
	margin-top: 10px;
}
	
.disclaimer {
	font-size: 8pt;
	color: #5b90bc;
	}
.required { 
	color: #40be01;
	font-size: 8pt;
	font-weight: bold;
	}
	
.appfield1 {
	border: 1px solid #5b90bc;
	background-color: #FFF;
	color: #000;
	}
.appfield2 {
	border: 1px solid #083a62;
	background-color: #FFF;
	color: #000;
	}
	
	
#ex_dis{
display:none;
width:400px;
float:center;
padding:10px;
background-color:#FFFFFF;
position:absolute;
z-index:10000;
margin-top:50px;
border-width:1px 1px 1px 1px;
border-style:solid;
border-color:#073862;
margin-left:200px;
overflow: hidden;
} 


	.qmmt_main
	{
	    background-color: #4376AF;
		width: 210px;
	}
	.qmmt_text
	{
	    font: 11px Arial, Helvetica, sans-serif;
	    color: #ffffff;
		padding: 2px;
	}
	.qmmt_text_up
	{
	    font: 11px Arial, Helvetica, sans-seri;
	    color: #ffffff;
	}
	.qmmt_text_down
	{
	    font: 11px Arial, Helvetica, sans-seri;
	    color: #ffffff;
	}
	.qmmt_cycle
	{
	    background-color: #2F629B;
	}
	.qmmt_header_text
	{
	    font: bold 12px Arial, Helvetica, sans-seri;
	    color: #ffffff;
		padding-left: 3px;
	}
	.qmmt_header_bar
	{
	    background-color: #08355c;
	    border-color: #08355c;
	}
	a.qmmt {
	    color: #8DD46A;
	}
	a:visited.qmmt {
	    color: #8DD46A;
	}
	a:hover.qmmt {
	    color: #ffffff;
	}
	
#ttBanner {
    position: relative;
    top: 165px;
}