html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font/*, img*/, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend/*, table, caption, tbody, tfoot, thead, tr, th, td*/ {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
ol {
}
ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

sup {
	vertical-align: super;
	font-size: 0.8em;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

body {
	background: #fff url(../images/bg_site.gif) repeat-x top left;
	color: #000;
	text-align: center;
}
body, table, td, div {
	line-height: normal;
	font:9pt Arial, tahoma, verdana, Helvetica, sans-serif;
}
	
a:link, a:visited {	
	color:#0066cc;
	text-decoration: underline;
	}
a:hover, a:active {
	color:#0066cc;
	text-decoration: none;
	}
	
a img { border: none; }
	
h1, .header1 {
	font-size: 1.6em;
	color: #00347e;
	font-weight: normal;
	margin-bottom: 9px;
}
#calccontent h1, #calccontent h1 center, h2, .header2 {
	font-size: 1.2em;
	color: #00347e;
	margin-bottom: 10px;
}
h3, .header3 {
	font-size: 1.0em;
	color: #008480;
}
h4, .header4 {
	font-size: 1.0em;
	color: #333333;
}

p {
	padding:0;
	line-height: 14pt;
	padding-bottom: 14px;
}
ul, ol { 
	margin-left: 25px;
	line-height: 14.5pt;
	margin-bottom: 10px;
	}
ul li {
	list-style-image: url(../images/bullet.gif);

}
hr  {
	background: #cacaca;
  	border: 0;
  	color: #cacaca;
  	height: 1px;
	margin: 0 30px;
	}


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

.tableheader {
	font-weight: bold;
	font-size: 8.5pt;
	color: #333333;
	padding: 3px;
	}
.tablesubheader {
	font-weight: bold;
}	
th {
	background-color:#335d98;
	color:#FFF;
	padding: 3px;
}
	
.tablecontent1 {
	background-color:#fff;
	padding: 3px;
}
	
.tablecontent2 {
	background-color:#e0e0e0;
	padding: 3px;
}

.faqQ, .faqA { 
	font-weight: normal;
	font-family: 'Trebuchet MS';
	font-size: 16pt;
	}

.faqQ { color:#00347e; }
.faqA { color:#6598cc; }
	
.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-style:italic;
	color:#29527B;
}
* html .disclaimer {
	width: 90%;
}

	
.required {
	color:#666;
}
	
.appfield1 {
	border:1px solid #7f9db9;
	background-color:#fff;
}	
.appfield2 {
	border:1px solid #7f9db9;
	background-color:#e0e0e0;
}
	
/* =LAYOUT =DISTYLES */

/* suggested order for properties [ based on mozilla.org ] */
/* 

display
list-style
position
float
clear
width
height
min-width
min-height
margin
padding
border
background [ color, image, repeat, attachment, position, inherit ]
color
font
text-decoration
text-align
vertical-align
white-space
other text

 */

/* rule to show div borders
div {
	border: 1px solid #090;
	} */
	
	
#calccontent input {
	margin-top: 1px;
}

#ex_dis {
	background-color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	color: #000000;
	text-align: left;
	position: absolute;
	border: 2px solid #00347E;
	padding: 15px;
	display: none;
	z-index: 500;
	width: 400px;
	top: 150px;
	left: 280px;
	}

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

.wrapper {
	width: 100%;
	background: #FFF url(../images/bg_site.gif) repeat-x top left;
	color: #000;
	text-align: center;
	padding-bottom: 35px;
	}
/* :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::  Page  :::::: */	
.page {
	width: 960px;
	background: #fff url(../images/bg_content.gif) repeat-y top left;
	margin: 0 auto;
	text-align: left;
	position: relative;
	}
.designCapLeft {
	width: 20px;
	height: 415px;
	position: absolute;
	top: 0;
	left: -20px;
	}
.designCapRight {
	width: 20px;
	height: 415px;
	position: absolute;
	top: 0;
	left: 960px;
	}

/* :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::  Content  :::::: */	
.content {
	
	}	
.contentL {
	float: left;
	width: 230px;
	padding-bottom: 35px;
	}
.logo {
	width: 230px;
	height: 115px;
	background: #FFF;
	}
.logo img {
	position: relative;
	top: 10px;
	left: 20px;
	}
	
/* :::::::::::::::::::::::  OB  ::::::::::::::::::::::: */
.loginWrap {
	background: #fff url(../images/bg_graybox.gif) repeat-y top left;
	width: 211px;
	position: relative;
	top: 9px;
	left: 12px;
	}
.loginOB {
	text-align: left;
	line-height: 13px;
	}
.ttlOB {
	height: 36px;
	background: url(../images/burst_bg.gif) no-repeat top left;
	position: relative;
	top: -5px;
	left: 5px;
	}
.ttlOB img {
	vertical-align: middle;
	margin-right: 8px;
	}
.ttlOB div {
	position: relative;
	top: 17px;
	left: 21px;
	font-weight: bold;
	font-size: 10pt;
	color: #000;
	font-family: tahoma;
	}
.loginOB form {
	width: 185px;
	margin: 5px 0 0 0;
	padding: 0 0 0 18px;
	color: #6a6a6a;
	font-size: 8pt;
	font-family: tahoma;
	text-align: left;
	position: relative;
	}
.userField {
	color: #848589;
	font-family: tahoma;
	font-weight: bold;
	position: relative;
	top: 0px;
	left: 0;
	height: 22px;
	width: 172px;
	margin: 0;
	padding: 0 0 0 2px;
	border: 1px #616161 solid;
	}
* html .userField {
	height: 24px;
	}
*:first-child+html .userField {
	height: 24px;
	}
.passField {
	color: #848589;
	font-family: tahoma;
	font-weight: bold;
	position: relative;
	top: 0;
	left: 0;
	height: 22px;
	width: 172px;
	margin: 0;
	padding: 0 0 0 2px;
	border: 1px #616161 solid;
	vertical-align: middle;
	}
* html .passField {
	height: 24px;
	}
*:first-child+html .passField {
	height: 24px;
	}
.passLink {
	color: #b4b4b4;
	font-family: tahoma;
	font-size: 7.5pt;
	float: left;
	font-weight: normal;
	position: relative;
	display: inline;
	vertical-align: middle;
	top: 3px;
	left: 0px;
	}
.passLink a:link, .passLink a:visited {	
	text-decoration: underline;
	font-family: tahoma;
	color: #b4b4b4;
	font-weight: normal;
	font-size: 7.5pt;
	display: inline;
	}
.passLink a:hover, .passLink a:active {
	text-decoration: none;
	font-family: tahoma;
	color: #b4b4b4;
	font-weight: normal;
	font-size: 7.5pt;
	}
.obLinks {
	color: #6a6a6a;
	width: 180px;
	font-family: tahoma;
	font-size: 8pt;
	font-weight: normal;
	position: relative;
	top: 10px;
	left: 18px;
	border-top: 1px #99aece solid;
	padding-top: 3px;
	margin-bottom: 15px;
	text-align: center;
	float: left;
	}
.obLinks a:link, .obLinks a:visited {	
	text-decoration: none;
	font-family: tahoma;
	color: #6a6a6a;
	font-weight: normal;
	font-size: 8pt;
	padding-left: 1px;
	}
.obLinks a:hover, .obLinks a:active {
	text-decoration: underline;
	font-family: tahoma;
	color: #6a6a6a;
	font-weight: normal;
	font-size: 8pt;
	}
.btnOb {
	margin-top: 7px;
	margin-right: 10px;
	float: left;
	width: 49px;
	height: 21px;
	display: inline;
	vertical-align: middle;
	}
/* :::::::::::::::::::::::  Resource Center  ::::::::::::::::::::::: */
.resourceWrap {
	background: #fff url(../images/bg_graybox.gif) repeat-y top left;
	width: 211px;
	position: relative;
	top: 19px;
	left: 12px;
	}
.resourceCenter {
	text-align: left;
	line-height: 13px;
	color: #666666;
	margin-bottom: 6px;
	}
.ttlResourceCenter {
	height: 36px;
	background: url(../images/burst_bg.gif) no-repeat top left;
	position: relative;
	top: -5px;
	left: 5px;
	}
.ttlResourceCenter div {
	position: relative;
	top: 17px;
	left: 29px;
	font-weight: bold;
	font-size: 10pt;
	color: #000;
	font-family: tahoma;
	}
.resourceCenter ul {
	position: relative;
	margin-right:15px;
	left: 9px;
	}
.resourceCenter li {
	line-height: 12pt;
	}
.resourceCenter ul, .resourceCenter li {
	list-style-image: url(../images/bullet_leftcol.gif);
	}
.resourceCenter a:link, .resourceCenter a:visited {	
	text-decoration: none;
	font-family: tahoma;
	color: #666666;
	font-weight: normal;
	font-size: 8pt;
	padding-left: 1px;
	}
.resourceCenter a:hover, .resourceCenter a:active {
	text-decoration: underline;
	font-family: tahoma;
	color: #666666;
	font-weight: normal;
	font-size: 8pt;
	}
	
.contentR {
	float: right;
	width: 730px;
	}
.navUtiWrap {
	height: 84px;
	text-align: right;
	font-size: 7.5pt;
	}
/* :::::::::::::::::::::::  uti  ::::::::::::::::::::::: */
.uti {
	text-align: right;
	color: #00347e;
	font-size: 7.5pt;
	font-weight: bold;
	font-family: tahoma;
	position: relative;
	top: -24px;
	right: 180px;
	margin-right: 25px;
	}
.uti ul {
	margin: 0;
	padding: 0;
	color: #00347e;
	}
.uti ul li { 
	list-style-image: none;
	list-style-type: none;
	font-size: 7.5pt;
	margin: 0;
	padding: 0;
	display: inline;
	color: #00347e;
	}
.uti a:link, .uti a:visited {	
	text-decoration: none;
	color: #00347e;
	font-size: 7.5pt;
	font-weight: bold;
	}
.uti a:hover, .uti a:active {
	text-decoration: underline;
	color: #00347e;
	font-size: 7.5pt;
	font-weight: bold;
	}
	
/* :::::::::::::::::::::::  Search  ::::::::::::::::::::::: */
.searchArea {
	background: url(../images/burst_bg_search.gif) no-repeat top right;
	position: relative;
	height: 33px;
	top: 2px;
	right: 5px;
	font-size: 7.5pt;
	}
.searchArea form {
	font-size: 7.5pt;
	position: relative;
	right: 30px;
	}
.searchField {
	color: #00347e;
	font-size: 7.5pt;
	width: 130px;
	height: 19px;
	border: 1px #616161 solid;
	position: relative;
	top: 1px;
	left: 0;
	vertical-align: middle;
	}
* html .searchField {
	height: 22px;
	font-size: 7.5pt;
	}
*:first-child+html .searchField {
	height: 22px;
	font-size: 7.5pt;
	}
.searchBtn {
	vertical-align: middle;
	margin-left: 7px;
	}
	
/* :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::  Nav  :::::: */
.nav {
	width: 730px;
	height: 31px;
	background: url(../images/bg_nav.gif) repeat-x top left;
	margin: 0 auto;
	position: relative;
	text-align: left;
	}
.nav ul, .nav li {
	list-style: none;
	margin: 0;
	padding: 0;
	display: inline;
	}
.nav li {
	margin: 0;
	padding: 0;
	}
.nav li img {
	margin-right: 1px;
	padding: 0;
	}
	
.promoMain {
	margin: 0;
	padding: 0;
	border: none;
	}
* html .promoMain {
	/*margin-top: -3px;*/
	}
*:first-child+html .promoMain {
	/*margin-top: -3px;*/
	}
	
.home {
	text-align: left;
	}
.homeL {
	float: left;
	width: 500px;
	margin: 10px 0 20px 15px;
	text-align: left;
	}
.ttlContent {
	height: 36px;
	background: url(../images/burst_bg.gif) no-repeat top left;
	position: relative;
	font-size: 11pt;
	font-weight: bold;
	top: 0;
	left: 0;
	margin-bottom: 10px;
	}
.ttlContent div {
	position: relative;
	top: 17px;
	left: 23px;
	font-weight: bold;
	font-size: 11pt;
	color: #000;
	font-family: tahoma;
	}
	
.promoSmallTop {
	width: 475px;
	border: none;
	text-align: left;
	padding-top: 12px;
	margin-bottom: 25px;
	position: relative;
	left: 25px;
	}
* html .promoSmallTop {
	margin-bottom: 0px;
	}
.promoSmallTtl {
	display: block;
	color: #40a3a0;
	font-weight: bold;
	font-family: tahoma;
	font-size: 8pt;
	margin-bottom: 5px;
	}
.promoSmallImg {
	float: left;
	margin: 0 5px 0 0;
	display: inline;
	width: 84px;
	text-align: center;
	}
.promoSmallTxt {
	font-size: 8pt;
	width: 475px;
	padding-bottom: 10px;
	}
	
.promoSmall {
	width: 475px;
	border-top: 1px #cacaca solid;
	text-align: left;
	padding-top: 12px;
	margin-bottom: 25px;
	position: relative;
	left: 25px;
	}
* html .promoSmall {
	margin-bottom: 0px;
	}
.promoSmallTtl {
	display: block;
	color: #40a3a0;
	font-weight: bold;
	font-family: tahoma;
	font-size: 8pt;
	margin-bottom: 5px;
	}
.promoSmallImg {
	float: left;
	margin: 0 5px 0 0;
	display: inline;
	}
.promoSmallTxt {
	font-size: 8pt;
	width: 475px;
	padding-bottom: 10px;
	}
	
.homeR {
	float: right;
	text-align: left;
	padding-top: 12px;
	}
	
.rotateOnRefresh img{
	margin-left: 9px;
	margin-bottom: 10px;
	/*border: 1px solid #BABABA;*/
}	
	
.expressWrap {
	background: #fff url(../images/bg_whitebox.gif) repeat-y top left;
	width: 193px;
	position: relative;
	top: 0;
	left: 10px;
	}
.expressLinks {
	text-align: left;
	line-height: 13px;
	color: #666666;
	}
.ttlExpressLinks {
	height: 36px;
	background: url(../images/burst_bg.gif) no-repeat top left;
	position: relative;
	top: -5px;
	left: 5px;
	}
.ttlExpressLinks div {
	position: relative;
	top: 17px;
	left: 29px;
	font-weight: bold;
	font-size: 10pt;
	color: #000;
	font-family: tahoma;
	}
.expressLinks ul {
	position: relative;
	left: -10px;
	margin-top: 10px;
	}
.expressLinks li {
	line-height: 12pt;
	margin-bottom: 6px;
	}
.expressLinks ul, .expressLinks li {
	list-style-image: none;
	}
.expressLinks a:link, .expressLinks a:visited {	
	text-decoration: none;
	font-family: tahoma;
	color: #666666;
	font-weight: normal;
	font-size: 8pt;
	padding-left: 1px;
	}
.expressLinks a:hover, .expressLinks a:active {
	text-decoration: underline;
	font-family: tahoma;
	color: #666666;
	font-weight: normal;
	font-size: 8pt;
	}
.expressLinks ul a img {
	vertical-align: middle;
	position: relative;
	left: -8px;
	}
	
.ratesWrap {
	background: #fff url(../images/bg_whitebox.gif) repeat-y top left;
	width: 193px;
	position: relative;
	top: 0;
	left: 10px;
	margin-top: 15px;
	}
.rates {
	text-align: left;
	line-height: 13px;
	color: #666666;
	}
.ttlRates {
	height: 36px;
	background: url(../images/burst_bg.gif) no-repeat top left;
	position: relative;
	top: -5px;
	left: 5px;
	}
.ttlRates div {
	position: relative;
	top: 17px;
	left: 29px;
	font-weight: bold;
	font-size: 10pt;
	color: #000;
	font-family: tahoma;
	}
.rates table {
	width: 158px;
	position: relative;
	left: 6px;
	margin-top: 5px;
	margin-bottom: 10px;
	}
.rates table td {
	border-bottom: 1px #99cecc solid;
	font-family: tahoma;
	font-size: 8pt;
	padding: 1px 0
	}
.ratesLeft {
	
	}
.rates table strong {
	color: #666666;
	font-size: 7.5pt;
	}
.specialTD {
	color: #00853f;
	padding: 0 3px 0 0;
	}
.seeAll {

	}
.ratesLeft {
	width: 103px;
	color: #666666;
	}
.ratesRight {
	text-align: right;
	font-wieght: bold;
	color: #00347e;
	}
.rates table .ratesRight strong {
	color: #00347e;
	}
.rates a:link, .rates a:visited {	
	text-decoration: underline;
	font-family: tahoma;
	color: #0066cc;
	font-weight: normal;
	font-size: 7.5pt;
	padding-left: 1px;
	}
.rates a:hover, .rates a:active {
	text-decoration: none;
	font-family: tahoma;
	color: #0066cc;
	font-weight: normal;
	font-size: 7.5pt;
	}
	
/* :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::  Back  :::::: */
.obLinksBack {
	color: #6a6a6a;
	width: 112px;
	font-family: tahoma;
	font-size: 8pt;
	font-weight: normal;
	text-align: left;
	display: inline;
	vertical-align: top;
	float: right;
	position: relative;
	top: 3px;
	left: -20px;
	}
.obLinksBack a:link, .obLinksBack a:visited {	
	text-decoration: none;
	font-family: tahoma;
	color: #6a6a6a;
	font-weight: normal;
	font-size: 8pt;
	padding-left: 1px;
	}
.obLinksBack a:hover, .obLinksBack a:active {
	text-decoration: underline;
	font-family: tahoma;
	color: #6a6a6a;
	font-weight: normal;
	font-size: 8pt;
	}
.btnObBack {
	width: 49px;
	height: 21px;
	vertical-align: top;
	float: left;
	display: inline;
	margin-left: 15px;
	margin-top: 5px;
	margin-bottom: 10px;
	}
/* :::::::::::::::::::::::  Share Deposits  ::::::::::::::::::::::: */
.shareWrap {
	background: #fff url(../images/bg_graybox.gif) repeat-y top left;
	width: 211px;
	position: relative;
	top: 19px;
	left: 12px;
	}
.shareDeposits {
	text-align: left;
	line-height: 13px;
	color: #666666;
	margin-bottom: 6px;
	}
.ttlShareDeposits {
	height: 36px;
	background: url(../images/burst_bg.gif) no-repeat top left;
	position: relative;
	top: -5px;
	left: 5px;
	}
.ttlShareDeposits div {
	position: relative;
	top: 17px;
	left: 29px;
	font-weight: bold;
	font-size: 10pt;
	color: #000;
	font-family: tahoma;
	}
.shareDeposits ul {
	position: relative;
	left: 9px;
	}
.shareDeposits li {
	line-height: 12pt;
	}
.shareDeposits ul, .shareDeposits li {
	list-style-image: url(../images/bullet_share.gif);
	}
.shareDeposits a:link, .shareDeposits a:visited {	
	text-decoration: none;
	font-family: tahoma;
	color: #0066cc;
	font-weight: normal;
	font-size: 8pt;
	padding-left: 1px;
	}
.shareDeposits a:hover, .shareDeposits a:active {
	text-decoration: underline;
	font-family: tahoma;
	color: #0066cc;
	font-weight: normal;
	font-size: 8pt;
	}
	
.shareDeposits ul li ul {
	margin: 0 0 0 5px;
	padding: 0;
	}
.shareDeposits ul li ul li {
	list-style-image: url(../images/bullet_share_second.gif);
	margin-bottom: 0;
	}
.shareDeposits ul li ul li a:link, .shareDeposits ul li ul li a:visited {	
	text-decoration: none;
	font-family: tahoma;
	color: #666;
	font-weight: normal;
	font-size: 8pt;
	padding-left: 1px;
	}
.shareDeposits ul li ul li a:hover, .shareDeposits ul li ul li a:active {
	text-decoration: underline;
	font-family: tahoma;
	color: #666;
	font-weight: normal;
	font-size: 8pt;
	}

.contentBackWrap {
	border-top: 9px #00347e solid;
	margin-right: 5px;
	}
* html .contentBackWrap {
	/*margin-top: -3px;*/
	}
*:first-child+html .contentBackWrap {
	/*margin-top: -3px;*/
	}
.contentBack {
	padding: 25px 15px 30px 30px;
	}
.imgBack {
	float: right;
	display: inline;
	margin: 0 0 20px 20px;
	}
.btnContent {
	margin: 0 10px 10px 0;
	}
	
		
/* :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::  Footer  :::::: */
.foot {
	width: 100%;
	height: 140px;
	color: #7b7b7b;
	background-color: #ebebeb;
	margin: 0 auto;
	}
	
.footTop {
	border-bottom: 1px #d0d0d0 solid;
	margin: 0 40px 0 40px;
	padding-bottom: 25px;
	display: block;
	}
.footTopL {
	float: left;
	width: 682px;
	color: #FFF;
	display: inline;
	text-align: left;
	}
.footTopL img {
	vertical-align: middle;
	margin-left: 18px;
	position: relative;
	top: 10px;
	right: 20px;
	}
	
.footTopR {
	text-align: right;
	float: right;
	width: 200px;
	display: inline;
	}
.footTopR img {
	vertical-align: middle;
	margin-left: 18px;
	position: relative;
	top: 10px;
	right: 0;
	}
	
.footBottom {
	padding: 10px 40px 25px 40px;
	display: block;
	font-size: 7.5pt;
	text-align: left;
	}
	
	 #motdLayer {
	position:absolute; 
	z-index:900;
 	width: 400px;
 	overflow:auto;
	filter:alpha(opacity=92); 
	opacity:0.92;
     border: 1px solid #000;
	background-color: #fff; 
	padding: 20px;
	color: #000;
	font: 10pt arial,sans-serif;
	display: none;
}
 #motdLayer a:link, #motdLayer a:visited {
	color: #000;
	text-decoration: none;
}
 #motdLayer a:hover, #motdLayer a:active {
	color: # 000;
	text-decoration: underline;
}	

.underlineLinksOnHover a:link, .underlineLinksOnHover a:visited {
	text-decoration: none;
}

.underlineLinksOnHover a:hover, .underlineLinksOnHover a:active {
	text-decoration: underline;
}
