body {
margin: 0;
padding: 0;
background: #eee url(../images/bg_body.gif) top center repeat-y;
color: #272525;
font: 11px arial, sans-serif;
text-align: center;
}

a:link {	
	color: #2889bc;
	text-decoration: underline;
	}
a:visited {	
	color: #2889bc;
	text-decoration: underline;
	}
a:hover, a:active {
	text-decoration: none;
	color: #272525;
	}
	
a img { border: none; }
	
h1 {
	margin: 3px 0;
	color: #272525;
	font-size: 16px;		
	}
h2 {
	margin: 3px 0;
	color: #272525;
	font-size: 15px;
	}
h3 {
	margin: 3px 0;
	font-size: 13px;
	}
h4 {
	margin: 3px 0;
	font-size: 12px;
	}

p {
	margin: 5px 0;
	}
	
ul, ol { 

	}
ul li { list-style-image: url(../images/li.gif); }

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

hr {
	border: 1px solid #ccc;
	}

/****** =LAYOUT *******/

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

.borderWrap {
	width: 762px;
	margin: 0 auto;
	text-align: left;
	}
.container {
	position: relative;
	left: 1px;
	width: 760px;
	background: #fff;
	}
/*	
* html .container {
	left: 2px;
	}
*:first-child+html .container {
	left:2px;
	}	
*/
	
/****** =NAVIGATION *******/
	
.nav {
	position: absolute;
	padding-left: 3px;
	z-index: 10;
	top: 0;
	right: 0;
	}

.nav ul {
	list-style-type: none;	
	margin: 0;
	padding: 0;
	}

.nav li {
	display: inline;
	list-style-image: none;
	margin: 0;
	}
.nav li img {
	margin: 0 0 0 -3px;
	}
	
/****** =CONTENT *******/

.ratesSmall {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 5;
	width: 197px;
	height: 185px;
	background: url(../images/bg_rates_small.gif) no-repeat 0px 20px;
	text-align: center;
	}
.ratesSmallNumbers {
	padding-top: 57px;
	}
	
.masthead {
	background: url(../images/bg_masthead.gif) no-repeat;
	height: 144px;
	}
.logo img { margin: 10px 0 0 12px; }

.contentContainer {
	width: 719px;
	margin-left: 18px;
	}
.contentLeft {
	float: left;
	width: 665px;
	}
.contentLeft dl {
	margin: 0;
	padding: 0;
	line-height: 15px;
	}
.contentLeft h3 {
	padding-left: 23px;
	background: url(../images/bg_arrow.gif) no-repeat 0 4px;
	color: #272525;
	font-size: 15px;
	font-weight: bold;
	line-height: 25px;
	}
       
.contentLeft h3 a:link, .contentLeft h3 a:visited {
    color: #000000;
    text-decoration:none;
}

.contentLeft dd {
	margin: 0;
	padding: 0 0 0 23px;
	font-size: 11px;
	line-height: 15px;
	}

.answer {
	display:none;
    margin-left:65px;
}

.q {
    margin-left:30px;
    padding-left:25px;
    line-height:2.0em;
    background: url(../images/bg_arrow.gif) no-repeat 0 4px;
}

.q a:link {
    color: #737373;
	text-decoration: none;
}

.q a:visited {
    color: #737373;
    text-decoration:none;
}

p.expand, h3.expand {
    background: url(../images/bg_arrow_down.gif) no-repeat 0 4px;
}

a.expand {
    font-weight:bold;
    padding:1px 3px;
    background-color:#969696 !important;
    color: #ffffff !important;
}
    
.contentRight {
	float: right;
	width: 365px;
	margin: 0 35px 0 0;
	display: inline; /* fix IE doubled float-margin bug */
	}

.heading {
	margin-bottom: 8px;
	border-bottom: 1px solid #000;
	}
.heading h1 {
	position: absolute;
	left: -9999px;
	}


/****** =FOOTER *******/
.footer {
	position: relative;
	height: 143px;
	background: url(../images/bg_footer.gif) no-repeat;
	}
.footerText {
	position: relative;
	z-index: 15;
	width: 470px;
	margin: 0 0 0 16px;
	padding: 100px 0 0 0;
	color: #fff;
	font-size: 9px;
	line-height: 10px;
	}
.footerText ul, .footerText li {
	margin: 0;
	padding: 0;
	color: #fff;
	}
.footerText ul { margin: 0 0 5px 0 }
.footerText li { display: inline; font-size: 11px }
.footerText li a {
	padding: 0 8px;
	}
.footerText a:link, .footerText a:visited, .footerText a:hover {
	color: #fff;
	text-decoration: none;
	}
.footerText a:hover {
	text-decoration: underline;
	}
.footerText .first a {
	padding-left: 0;
	}
.footerLogos {
	position: absolute;
	top: 88px;
	right: 0;
	z-index: 10;
	width: 126px;
	text-align: right;
	}
.footerPromo {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 5;
	}

/****** =LOGIN *******/
.loginArea {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 50;
	width: 111px;
	height: 145px;
	background: url(../images/bg_login.gif) no-repeat;
	font-size: 9px;
	line-height: 10px;
	}
.loginArea form {
	margin: 0;
	padding: 0 0 0 7px;
	}
.loginArea input {
	vertical-align: middle;
	}
.loginField, .passField {
	width: 93px;
	height: 14px;
	margin: 0;
	padding: 0;
	border: 1px solid #d1d1d1;
	background: #fff;
	color: #2889bc;
	font-size: 9px;
	}
.passField {
	width: 69px;
	}
	
.loginForm {
	margin-bottom: 14px;
}
	
*:first-child+html .loginForm {
	margin-bottom: 7px;
}
	
* html .loginForm {
	margin-bottom: 11px;
}

.loginArea a:link, .loginArea a:visited, .loginArea a:hover {
	color: #2889bc;
	text-decoration: none;
	}
.loginArea a:hover { text-decoration: underline; }

.authorizedOnly {
	text-align: center;
	margin-bottom: 4px;
	background-color: #CCCCCC;
	padding: 5px;
}

.demoLink {
	margin-left: 7px;
	}
.demoLink a {
	padding-left: 10px;
	background: url(../images/bg_demo.gif) no-repeat left center;
	}

/****** =HOMEPAGE *******/
	
#home .nav {
	right: 111px;
	z-index: 50;
	}
	
#home .container {
	height: 545px;
	}
.logoHome {
	position: absolute;
	top: 74px;
	left: 226px;
	}
	
.rates {
	position: absolute;
	top: 198px;
	left: 260px;
	width: 500px;
	z-index: 20;
	color: #000;
	font: bold 11px arial, sans-serif;
	}
.ratesNumbers {
	text-align: center;
	}
.ratesNumbers img { vertical-align: middle; }
	
#home .footer {
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 10;
	width: 760px;
	height: 172px;
	}
* html #home .footer {
	margin-bottom: -5px;
	}
#home .footerLogos {
	top: 117px;
	}
#home .footerText {
	position: absolute;
	z-index: 30;
	width: 470px;
	margin: 0 0 0 16px;
	padding: 502px 0 0 0;
	
	color: #000;
	font-size: 9px;
	line-height: 10px;
	
	}
.flash {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 20;
	}
.flashCover {
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 25;
	width: 175px;
	height: 59px;
	background: url(../images/bg_footer_home_text.gif) no-repeat left top;
	}
*html .flashCover {
	background-position: 0 1px;
	}

/* ***** =SPLASH PAGES / FIXED HEIGHT. */
#fifty .contentBg, #credit .contentBg {
	position: relative;
	height: 401px;
	}
#fifty .contentBg {
	background: url(../images/bg_50.jpg) no-repeat;
	}
#credit .contentBg {
	background: url(../images/bg_credit.gif) no-repeat;
	height: 600px;
	background-position: bottom right;
	
	}
#fifty .heading, #credit .heading { border: none; }

#fifty .footer, #credit .footer {
	width: 760px;
	position: absolute;
	bottom: 0;
	left: 0;
	background-image: none;
	}
#fifty .footerLogos, #credit .footerLogos {
	position: absolute;
	right: 0;
	bottom: 0;
	text-align: right;
	}
#fifty .callToAction {
	position: absolute;
	top: 221px;
	left: 522px;
	z-index: 30;
	}
#credit .callToAction {
	position: absolute;
	/* top: 184px; */
	top: 130px;
	left: 620px;
	z-index: 30;
	}
#fifty .content {
	width: 400px;
	height: 190px;
	line-height: 20px;
	overflow: auto;
	}
#credit .content {
	width: 735px;
	height: 500px;
	overflow: auto;
	}
#credit .content ul {
	margin: 0;
	padding: 17px;
	}

/****** =WCAC =FISTYLES ******/

.tableheader {
	background: #ccc;
	color: #272525;
	font-weight: bold;
	}
	
th {
	background: #eee;
	color: #272525;
	}
	
.tablecontent1 {
	}
	
.tablecontent2 {
	background: #f3f3f3;
	}

.faqQ, .faqA { 
	font-size: 14px;
	font-weight: bold;
	}

.faqQ { color: #cc0033; }
.faqA { color: #272525; }
	
.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 {
	font-size: 130%;
	}

.disclaimer {
	font-size: 10px;
	}
	
.required {
	color: #cc0033;
	}
	
.appfield1 {
	border: 1px solid #d1d1d1;
	background: #fff;
	color: #272525;
	}	
.appfield2 {
	border: 1px solid #d1d1d1;
	background: #fff;
	color: #2889bc;
	} 
	
	
	
#ex_dis {
background-color: #ffffff; 
font-family: Arial, Helvetica, sans-serif; 
font-size: 8pt; 
font-weight: normal; 
color: #000; 
text-align: left; 
position:absolute; 
top:125px; 
left:300px; 
border: thin solid #000; 
padding: 15px; 
display: none; 
z-index: 3000; 
width:350px;

}	

.faq_section {
    display:none;
}



#truth, #privacy, #eft , #funds, #patriot {display: none;}

#hpaBanner {
	text-align: center;
	margin-top: 10px;
}