body {
	margin: 0;
	padding: 0;
	background: #FFF;
	color: #272727;
	font: 9pt verdana, tahoma, arial, sans-serif;
	text-align: center;
	}

	
/* :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::  Text  :::::: */
a:link {	
	text-decoration: underline;
	color: #0019a8;
	}
a:visited {	
	text-decoration: underline;
	color: #0019a8;
	}
a:hover, a:active {
	text-decoration: none;
	color: #0019a8;
	}

strong {
	font-weight: bold;
	}
	
h1 {
	font-size: 16pt;
	font-weight: bold;
	color: #363636;
	position: absolute;
	top: 0;
	left: -1000px;
	}
h2, #calccontent h1, #calccontent h1 center {
	font-size: 15pt;
	font-weight: normal;
	color: #621119;
	margin: 10px 0 10px 0px;
	}
h3 {
	font-size: 13pt;
	font-weight: normal;
	color: #0019a8;
	margin: 10px 0 10px 0px;
	}
h4 {
	font-size: 10pt;
	font-weight: normal;
	font-weight: bold;
	color: #5463b4;
	margin: 10px 0 10px 0px;
	}
p {
	text-align: left;
	margin: 10px 20px 10px 0px;
	}
ul, ol { 
	margin: 0 0 0 15px;
	padding: 0;
	}
ul li { list-style-image: url(../images/bullet.gif); }

table {
	font-size: 100%; /* IE inheritance fix */ 
}
li {
	margin-bottom: 5px;
	}
	
hr  {
	background: #b8e4d4;
  	border: 0;
  	color: #b8e4d4;
  	height: 1px;
	margin: 0;
	}
/* :: The style below replaces the left margin given to the headers and paragraph tags         ::*/
/* :: This fixes the position of the text on calculator pages that are not within a tag at all ::*/
.backPageMargin {
	padding-left: 30px;
}

/* :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::  Misc  :::::: */
a img { border: none; }
form {
	margin: 0;
	padding:0;
	}
.clearfloat {
    height: 1px;
    clear: both;
	}
.clear0 {
	height: 0; 
	clear: both;
	}



/* :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::  Layout  :::::: */
.pageWrap {
	background: #FFF url(../images/bg_page_home.gif) repeat-y;
	width: 972px;
	margin: 0 auto;
	padding: 0;
	text-align: center;
	position: relative;
	}

/* :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::  Masthead  :::::: */
.mast {
	width: 960px;
	height: 120px;
	margin: 0 auto;
	position: relative;
	text-align: left;
	}

.logo {
	width: 266px;
	height: 64px;
	position: absolute;
	top: 12px;
	left: 30px;
	}	
	
/* :::::::::::::::::::::::  NavMain  ::::::::::::::::::::::: */
.navMain {
	background: url(../images/bg_nav.gif) repeat-x;
	width: 960px;
	height: 40px;
	margin: 0;
	padding: 0;
	border: none;
	position: relative;
	top: 80px;
	text-align: center;
	}
.navMain ul, .navMain li {
	list-style: none;
	margin: 0;
	padding: 0;
	display: inline;
	}
.navMain li {
	margin: 0 20px;
	}
.navMain li img {
	margin: 0;
	padding: 0;
	margin-right: 12px;
	}
.navMainCapLeft {
	background: url(../images/nav_capleft.gif) no-repeat;
	width: 17px;
	height: 40px;
	position: absolute;
	top: 0;
	left: 0;
	}
.navMainCapRight {
	background: url(../images/nav_capright.gif) no-repeat;
	width: 17px;
	height: 40px;
	position: absolute;
	top: 0px;
	right: 0px;
	}
	
/* :::::::::::::::::::::::  NavUti  ::::::::::::::::::::::: */
.slogan {
	width: 317px;
	height: 27px;
	position: absolute;
	top: 13px;
	right: 15px;
	}
.navUti {
	text-align: right;
	width: 248px;
	color: #0019a8;
	font-family: 'Trebuchet MS', verdana, tahoma, arial, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	position: relative;
	top: 6px;
	right: -16px;
	float: left;
	}
.navUti ul {
	margin: 0;
	padding: 0;
	font-family: 'Trebuchet MS', verdana, tahoma, arial, sans-serif;
	}
.navUti ul li { 
	list-style-image: none;
	list-style-type: none;
	font-family: 'Trebuchet MS', verdana, tahoma, arial, sans-serif;
	font-size: 8pt;
	margin: 0 0 0 5px;
	padding: 0;
	line-height: 11pt;
	display: inline;
	}
.navUti a:link, .navUti a:visited {	
	text-decoration: none;
	color: #0019a8;
	font-size: 8pt;
	font-family: 'Trebuchet MS', verdana, tahoma, arial, sans-serif;
	}
.navUti a:hover, .navUti a:active {
	text-decoration: underline;
	color: #0019a8;
	font-size: 8pt;
	font-family: 'Trebuchet MS', verdana, tahoma, arial, sans-serif;
	}
	
/* :::::::::::::::::::::::  Search  ::::::::::::::::::::::: */
.searchArea {
	width: 447px;
	height: 20px;
	background: url(../images/bg_search.gif) top right no-repeat;
	position: absolute;
	top: 44px;
	right: 12px;
	text-align: right;
	}
.searchField {
	color: #979797;
	font: 9pt 'Trebuchet MS';
	position: relative;
	top: 0;
	left: 0;
	height: 18px;
	width: 130px;
	margin: 0;
	padding: 0 0 0 2px;
	border: 2px #c1c1c1 solid;
	vertical-align: middle;
	}
* html .searchField {
	height: 23px;
	}
*:first-child+html .searchField {
	height: 23px;
	}
.searchBtn {
	width: 43px;
	height: 27px;
	position: relative;
	left: 0;
	top: 0;
	vertical-align: middle;
	}
	
	
/* :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::  Page Content  :::::: */
.page {
	background: #FFF;
	width: 960px;
	text-align: center;
	margin: 0 auto;
	}
.pageL {
	width: 715px;
	float: left;
	display: inline;
	margin: 10px 0 0 10px;
	text-align: left;
	}
/* :::::::::::::::::::::::  Content  ::::::::::::::::::::::: */
.content {
	width: 681px;
	margin: 0 auto;
	}
.contentL {
	width: 710px;
	float: left;
	display: inline;
	}
.promoLg {
	width: 708px;
	height: 210px;
	position: relative;
	}
.prevNext {
	width: 87px;
	height: 9px;
	position: absolute;
	bottom: 2px;
	left: 21px;
	}
.promoSmWrap {
	width: 708px;
	background: #eaeaea;
	margin-top: 10px;
	position: relative;
	}
.promoSmCapL {
	position: absolute;
	bottom: 0;
	left: 0;
	margin-bottom: -2px;
	}
.promoSmCapR {
	position: absolute;
	bottom: 0;
	right: 0;
	margin-bottom: -2px;
	}
.whatsHappening {
	width: 388px;
	font-size: 9pt;
	float: left;
	display: inline;
	}
.whatsHappening ul {
	margin-top: 15px;
	margin-bottom: 15px;
	}
.whatsHappening ul li {
	list-style-image: url(../images/bullet_home.gif);
	}
.whatsHappening li {
	margin-bottom: 17px;
	padding-right: 15px;
	}
.quickLinks {
	width: 320px;
	font-size: 9pt;
	float: left;
	display: inline;
	}
.quickLinks img {
	margin: 0 0 6px 0;
	}
.quickLinks ul {
	margin-top: 15px;
	margin-bottom: 15px;
	}
.quickLinks ul li {
	list-style-image: url(../images/bullet_home.gif);
	}
.quickLinks li {
	margin-bottom: 17px;
	padding-right: 15px;
	}
	
.promoSm {
background:#FFFFFF none repeat scroll 0%;
border:1px solid #999999;
color:#272727;
margin-bottom:10px;
text-align:left;
width:298px;
}
.promoSm strong {
color:#060089;
}
.promoSmL {
display:inline;
float:left;
width:122px;
}
.promoSmR {
display:inline;
float:left;
font-size:7.5pt;
padding:6px 0pt 2px 8px;
width:160px;
}
	
/* :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::  Login/Rates  :::::: */
.pageR {
	width: 225px;
	float: right;
	display: inline;
	margin: 0 8px 0 0;
	text-align: center;
	}
	
.loginWrap {
	width: 219px;
	height: 158px;
	background: url(../images/bg_ob_home.gif) no-repeat;
	margin: 0 auto;
	margin-top: 10px;
	}
.loginOB {
	font-family: verdana;
	font-size: 7pt;
	text-align: left;
	position: relative;
	}
.ttlOB {
	margin: 0;
	}
.loginOB form {
	margin: 25px 15px 0 0;
	padding: 0;
	color: #c2c6de;
	font-weight: bold;
	text-align: right;
	line-height: 5pt;
	}	
.loginOB a:link, .loginOB a:visited {	
	font-weight: normal;
	text-decoration: underline;
	color: #d1d1d1;
	}
.loginOB a:hover, .loginOB a:active {
	font-weight: normal;
	text-decoration: none;
	color: #d1d1d1;
	}
.obField {
	color: #979797;
	font: 9pt 'Trebuchet MS';
	position: relative;
	top: 0;
	left: 0;
	height: 19px;
	width: 125px;
	margin: 0;
	padding: 0 0 0 2px;
	border: 2px #c1c1c1 solid;
	vertical-align: middle;
	}
* html .obField {
	height: 22px;
	width: 130px;
	}
*:first-child+html .obField {
	height: 22px;
	}
	
.obLinks {
	color: #d1d1d1;
	font-size: 7.5pt;
	font-weight: normal;
	position: absolute;
	top: 32px;
	left: 20px;
	margin: 0;
	padding: 0;
	}
.obLinks a:link, .obLinks a:visited {	
	text-decoration: underline;
	color: #d1d1d1;
	font-size: 7.5pt;
	font-weight: normal;
	}
.obLinks a:hover, .obLinks a:active {
	text-decoration: none;
	color: #d1d1d1;
	font-size: 7.5pt;
	font-weight: normal;
	}
.obPassword {
	position: relative;
	top: 3px;
	left: -32px;
	}
.btnOb {
	position: absolute;
	top: 127px;
	right: 10px;
	}
	
.signUp {
	width: 225px;
	height: 56px;
	margin: 0 auto;
	}
	
.ratesWrap {
	width: 219px;
	background: #C3F0FF;
	color: #7e7e7e;
	font-size: 7.5pt;
	font-weight: bold;
	margin: 0 auto;
	margin-top: 6px;
	position: relative;
	text-align: center;
	}
.ratesLink {
	font-size: 7.5pt;
	font-weight: normal;
	position: absolute;
	top: 18px;
	right: 15px;
	}
.ratesLink a:link, .ratesLink a:visited {
	font-size: 7.5pt;
	font-weight: normal;
	text-decoration: underline;
	color: #7e7e7e;
	}
.ratesLink a:hover, .ratesLink a:active {
	font-size: 7.5pt;
	font-weight: normal;
	text-decoration: none;
	color: #7e7e7e;
	}
.ratesCapL {
	position: absolute;
	bottom: -1px;
	left: 0;
	margin-bottom: -2px;
	}
.ratesCapR {
	position: absolute;
	width: 13px;
	bottom: -1px;
	left: 206px;
	margin-bottom: -2px;
	}
.ratesWrap table {
	width: 190px;
	margin: 0 auto;
	margin-bottom: 29px;
	}
.ratesWrap table td , .ratesWide table td {
	padding: 13px 0 3px 0;
	border-bottom: 1px #c9c9c9 solid;
	}
.ratesLeft {
	padding-right: 20px;
	font-weight: bold;
	color: #7e7e7e;
	}
.ratesWrap strong  , .ratesWide strong {
	color: #000082;
	}

	/*
.ratesWide {
	background: #C3F0FF;
	color: #7e7e7e;
	font-size: 7.5pt;
	font-weight: bold;
	margin: 0 auto;
	margin-top: 6px;
	position: relative;
	text-align: center;
	}
*/
	
.ratesWide table {
	width: 612px;
	margin: 0 auto;
	margin-bottom: 29px;
	}

	
	
	
/* :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::  Footer  :::::: */
.foot {
	width: 908px;
	height: 38px;
	margin: 0 auto;
	vertical-align: middle;
	}
.footL {
	width: 100px;
	text-align: left;
	float: left;
	display: inline;
	vertical-align: middle;
	margin-top: 20px;
	}
.footR {
	font-family: verdana;
	font-size: 7.5pt;
	float: right;
	display: inline;
	vertical-align: middle;
	margin-top: 17px;
	}
.footR img {
	vertical-align: middle;
	margin-left: 20px;
	}

/* :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::  Back  :::::: */
.pageRback {
	width: 225px;
	background: url(../images/bg_page_r_back.gif) repeat-y;
	float: right;
	display: inline;
	margin: 0 8px 0 0;
	margin-top: 10px;
	text-align: center;
	position: relative;
	}
.pageRbackCapL {
	position: absolute;
	bottom: -1px;
	left: 3px;
	}
.pageRbackCapR {
	position: absolute;
	width: 13px;
	bottom: -1px;
	left: 209px;
	}
.loginWrapBack {
	width: 219px;
	height: 71px;
	background: url(../images/bg_ob_back.gif) no-repeat;
	margin: 0 auto;
	}
.loginOBBack {
	font-family: verdana;
	font-size: 7pt;
	width: 238px;
	height: 87px;
	margin-bottom: 6px;
	text-align: left;
	position: relative;
	}
.ttlOBBack {
	margin: 17px 0 0 16px;
	}
.obLinksBack {
	color: #FFF;
	font-size: 7.5pt;
	position: absolute;
	top: 40px;
	left: 15px;
	line-height: 11pt;
	margin: 0;
	padding: 0;
	}
.obLinksBack a:link, .obLinksBack a:visited {	
	text-decoration: underline;
	color: #FFF;
	font-size: 7.5pt;
	}
.obLinksBack a:hover, .obLinksBack a:active {
	text-decoration: none;
	color: #FFF;
	font-size: 7.5pt;
	}
.btnObBack {
	position: absolute;
	top: 40px;
	right: 18px;
	}
	
.btnContent {
	margin: 10px 20px 20px 22px;
	}
	
.inThisSectionWrap {
	/* background: url(../images/bg_inthissection.gif) repeat-y; this wasn't in the template and the image is missing */
	text-align: left;
	}
.sectionHed {
	margin: 25px 0 10px 15px;
	padding: 0;
	}
.sectionImg {
	float: right;
	display: inline;
	margin: 10px;
	padding: 0 13px 0 30px;
	position: relative;
	top: -20px;
	}
.inThisSection {
	width: 196px;
	text-align: left;
	}
.inThisSection ul {
	margin: 10px 0 0 25px;
	padding: 0 0 20px 0;
	}
.inThisSection ul li { 
	background: url(../images/section_star.gif) no-repeat right bottom;
	list-style-image: none;
	list-style-type: none;
	font-weight: bold;
	font-size: 8pt;
	border-bottom: 1px #c6c6c6 solid;
	margin: 0 0 5px 0;
	padding: 5px;
	}
.inThisSection a:link, .inThisSection a:visited {	
	text-decoration: none;
	color: #7e7e7e;
	font-weight: bold;
	font-size: 8pt;
	}
.inThisSection a:hover, .inThisSection a:active {
	text-decoration: none;
	color: #5463b4;
	font-weight: bold;
	font-size: 8pt;
	}

/****** =WCAC =FISTYLES ******/

.tableheader {
	font-weight: bold;
	font-family: verdana;
	font-size: 11pt;
	}
	
th {
	font-family: verdana;
	background: #0019A8;
	color:#FFFFFF;
	}
	
.tablecontent1 {
	background:#B7E0EF;
	color:#000000;
	}
	
.tablecontent2 {
	background: #6BC0FF;
	color:#000000;
	}

.faqQ, .faqA { 
	font-weight: normal;
	font-size: 16pt;
	}

.faqQ { color: #621119; }
.faqA { color: #5e6ec8; }
	
.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-family: arial;
	color: #7c8f86;
	}
	
.required {
	font-family: arial;
	color: #65746d;
	}
	
.appfield1 {
	color: #646464;
	background: #FFF;
	border: 3px #c1c1c1 solid;
	}	
.appfield2 {
	color: #646464;
	background: #e3e3e0;
	border: 3px #ababab solid;
	} 
	
#ex_dis{
    display:none;
    width:400px;
    float:center;
    padding:10px;
    background-color:#FFFFFF;
    position:absolute;
    z-index:90000;
	margin-top:50px;
    border-width:1px 1px 1px 1px;
    border-style:solid;
    border-color:#0A4599;
	margin-left:200px;
	overflow: hidden;
}

#grpBanner {
    margin-bottom: 10px;
}
