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;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

body {
	background:url(../images/page_bg.gif) center repeat-y;
	color: #575757;
	text-align: center;
}
body, table, td, div {
	line-height:normal;
	font:10pt Arial, Helvetica, sans-serif;
	/*font-weight: normal;*/
	color: #575757;
}

.normal { font-weight: normal; color: #575757; font-size:13.3333px; }
	
a:link, a:visited {	
	color:#1e7aae;
	text-decoration: underline;
	}
a:hover, a:active {
	color:#1e7aae;
	text-decoration: none;
	}
	
a img { border: none; }


sup {
	vertical-align: super;
	font-size: .8em;
}
	
h1 {
	margin: -10px 0 -5px -9999px;
	padding: 0;
}
h2, #calccontent h1, #calccontent h1 center {
	color:#B20838;
	font-size:11pt;
	margin:0;
	padding:6px 0 14px 0;
}
h3 {
	color:#1E7AAE;
	font-size:10pt;
	margin:0;
	padding:6px 0 14px 0;
}
h4 {
	color:#999;
	font-size:10pt;
	margin:0;
	padding:6px 0 14px 0;
}

#calccontent input {
	margin-top: 1px;
}

p {
	padding:0 0 12px 0;
}

ul, ol { 

	}
ul li {
	list-style-image: none;
	margin:0 0 4px 0;
	padding:2px 0 2px 24px;
	background:url(../images/li.gif) no-repeat;
}
ul li a:link, ul li a:visited {text-decoration:none;}
ul li a:active, ul li a:hover {text-decoration:underline;}

ul li ul li {
	list-style-type: disc;
	margin:-4px 0 4px 24px;
	padding:0;
	background:none;
}
#calccontent ul {
	margin-left: 10px;
	margin-bottom: 10px;
}
#calccontent ul li {
	background: none;
	list-style-image: none;
	list-style-type: disc;
	margin:0 0 4px 20px;
	padding:2px 0 2px 0;
}

table {	font-size: 100%; /* IE inheritance fix */ }

.tableheader, .tableheader td {
	font-weight: bold !important;
	background-color:#e2ebf0;
	padding:4px;
	}
	
th {
	background-color:#5d8fac;
	color:#fff;
	padding:4px;
}
	
.tablecontent1 {
	background-color:#fff;
}
	
.tablecontent2 {
	background-color:#efefef;
}

.faqQ, .faqA { 
	font-weight: bold;
	}

.faqQ { color:#5d8fac; }
.faqA { color:#4aafe8; }
	
.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 {
	padding: 0 !important;
	/*font-style:italic;*/
	color:#666;
}
	
.required {
	color:#900;
}
	
.appfield1 {
	border:1px solid #666;
	background-color:#fff;
}	
.appfield2 {
	border:1px solid #666;
	background-color:#efefef;
}
	
/* =LAYOUT =DISTYLES */


/* rule to show div borders
div {
	border: 1px solid #090;
	} */

.clearfloat {
	clear: both;
	height: 1px;
	}

.page {
	width: 960px;
	margin: 0 auto;
	text-align: left;
	background-color: #FFFFFF;
	}
.mast {
	background:url(../images/mast_bg.gif) repeat-x;
	}
.mastL {
	float: left;
	width: 234px;
	}
.mastR {
	float: right;
	width: 480px;
	text-align: right;
	}
	
.content {
	background-color:#fff;
	padding-bottom:34px;
	}
#back .content {
	background:#fff url(../images/leftcol_bg.gif) left bottom no-repeat;
	min-height:350px;
}
* html #back .content {height:350px;}

.contentL {
	float: left;
	width: 151px;
	margin:27px 0 0 20px;
	display:inline;
	}
.contentR {
	float: left;
	width: 740px;
	margin:27px 0 0 45px;
	display:inline;
	}

.pageContent {
	clear:both;
	margin: -14px 20px 0 18px;
	/*padding-bottom: 35px;*/
}


.navMain {
}
.navMain img {margin-bottom:-3px;}
.navMain a:link, .navMain a:visited {	
	text-decoration: none;
	}
.navMain a:hover, .navMain a:active {
	text-decoration: none;
	}
.navMain ul {
	margin:0;
	padding:0;
}
.navMain li {
	background: none;
	list-style-image:none;
	list-style-type:none;
	margin:0;
	padding:0;
}


.navSecondary {
	height:67px;
	background:url(../images/navsub_bg.gif) left bottom no-repeat;
	margin-bottom: 18px;
}
* html .navSecondary {
	height:65px;
	background:url(../images/navsub_bg.gif) left bottom no-repeat;
	margin-bottom: 18px;
}
.navSecondary img {margin-bottom:-2px;}
.navSecondary a:link, .navSecondary a:visited {	
	text-decoration: none;
	}
.navSecondary a:hover, .navSecondary a:active {
	text-decoration: none;
	}
.navSecondary ul {
	margin:0;
	padding:0;
}
.navSecondary li {
	background: none;
	list-style-image:none;
	list-style-type:none;
	margin:0;
	padding:0;
	float:left;
}

.navSubLinks {
	clear:left;
	font-weight:bold;
	padding:6px 0 0 12px;
	color:#1e7aae;
}
* html .navSubLinks {padding-top:4px;}
.navSubLinks a:link, .navSubLinks a:visited {
	color:#1e7aae;
	text-decoration:none;
}
.navSubLinks a:hover, .navSubLinks a:active {
	color:#4aafe8;
	text-decoration:none;
}

.on {
	color: #4aafe8 !important;
}


.promoMain {
	margin:10px 0 0 46px;
}


.foot {
	background: #ECECEC url(../images/footer_bg.gif) repeat-x;
	height:56px;
	}
.footL {
	float: left;
	width: 400px;
	}
.foot img {margin-bottom:-3px;}
.foot a:link, .foot a:visited {	
	text-decoration: none;
	}
.foot a:hover, .foot a:active {
	text-decoration: none;
	}
.foot ul {
	margin:0;
	padding:0;
}
.foot li {
	background: none;
	list-style-image:none;
	list-style-type:none;
	margin:0;
	padding:0;
	float:left;
}
.footR {
	text-align: right;
	float: right;
	width: 340px;
	}	
.footR li {float:right;}

.footDisclaimer {
	font:7pt Tahoma, Arial, Helvetica, sans-serif;
	color:#405967;
	margin:15px 0 0 17px;
}


#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 #5D8FAC;
	padding: 15px;
	display:none;
	z-index: 500;
	width:400px;
	top:150px;
	left:270px;
}

#xFade {
	position:relative;
}
/*#xFade a {
	margin:0;
	padding:0;
}*/
#xFade a {
	position:absolute;
	margin:0;
	padding:0;
	top: 0px;
	left: 0px;
}


/********* Custom Login **************/

.customLogin h1 {
	color:#5d8fac;
	font-size:13pt;
	margin: 30px 0 0 0;
	padding:0;
}
* html .customLogin h1 {
	color:#5d8fac;
	font-size:13pt;
	margin: 32px 0 0 0;
	padding:0;
}
.customLogin p {
	margin:0;
	padding:10px 0 20px 0;
}
.customLogin {
	text-align:left;
	color:#000;
	font:9pt Arial, Helvetica, sans-serif;
	position:relative;
	top:-15px;
	right:25px;
}
.customLogin form {
	margin:0;
	padding:0;
}

.customLogin hr {
	height:1px;
	color:#d2c4ae;
	width:92%;
	margin:0;
	padding:0;
}

.customLogin a:link, .customLogin a:visited {
	color:#1e7aae;
	text-decoration:underline;
}
.customLogin a:hover, .customLogin a:active {
	color:#1e7aae;
	text-decoration:none;
}

.customL {
	float:left;
	width:231px;
	background:url(../images/custom_input_bg.gif) repeat-y;
	
}
.customR {
	width:415px;
	float:left;
	display:inline;
	margin:0 0 0 0px;
	font-size:10pt;
	font-weight:normal;
	position: relative;
	left: 47px;
}
.customR p {margin:0 0 15px 0; padding:0;}

.customLogin form {margin:0; padding:0;}
.customLogin img {border:none;}

.customInputs {
	padding:0 0 8px 20px;
	font-size:8pt;
	font-weight:normal;
	color:#1e7aae;
}
.customInputsTop {
	background:url(../images/custom_input_top.gif) no-repeat;
	padding-top:15px;
}
.customInputsFoot {
/*	background:url(../images/custom_input_bottom.gif) bottom no-repeat;
	padding-bottom:30px;*/
}

.customInputs p {margin:8px 0;}

.customInputs input, .customInputs img, .customLogin img {vertical-align:middle;}
.customInputCol {
	margin:0 0 6px 0;
}
.customInputCol span {
	font-weight:bold;
	color:#3c2014;
}
.customInputCol input.textfield {
	border:1px solid #7aa3bb;
	height:19px;
	padding: 4px 0 0 4px;
}
* html .customInputCol input.textfield {
	border:1px solid #7aa3bb;
	height:25px;
	padding: 4px 0 0 4px;
}

.customForgotPass {
	text-align:right;
	padding-right:28px;
}

.customLinks {
	font-weight:bold;
	font-size:8pt;
}
.customLinks ul {
	margin:0;
	padding:0;
}
.customLinks li {
	margin:0 0 0 15px;
	padding:0;
	list-style-type:none;
}