body {
	margin: 0;
	padding: 0;
	background: #fff url(../images/bg_body.gif) repeat-x;
	color: #6c6b66;
	font-family: tahoma, arial, verdana, sans-serif;
	font-size: .75em;
	text-align: center;	
	}
	
a:link, a:visited {	
	color: #087eae;
	text-decoration: underline;
	}
a:hover, a:active {
	color: #087eae;
	text-decoration: none;
	}

a img { border: none; }

h1 {
	margin: 0;
	padding: 0;
	color: #fff;
	font-size: 18pt;
}

h2, #calccontent h1, #calccontent h1 center {
	margin: 5px 0;
	padding: 0;
	color: #02539f;
	font-size: 16pt;
	font-weight: normal;
}

h3 {
	margin: 5px 0;
	padding: 0;
	color: #ee5907;
	font-size: 13pt;
	font-weight: normal;
}

h4 {
	color: #3573a7;	
	font-size: 9pt;	
	margin: 0;
	padding: 0;
	}
	
p {
	margin: 5px 0;
	padding: 0;
	line-height: 12pt;
}

td {
	_font-size: .75em;
}

hr {
	border: 0;
	width: 100%;
	color: #dfdac9;
	background-color: #dfdac9;
	height: 1px;
}

.contentHome hr {
	width:530px;
}
	
/* ------------------------------------------------------------------- =LAYOUT =DISTYLES */

.clearfloat {
	clear: both;
	height: 1px;	
	}
.clear0 {
	clear: both;
	height: 0;	
	}
	
.pageContainer {
	width: 920px;
	margin: 0 auto;
	text-align: left;
	}

/* --------------------------------------------------------- =MASTHEAD */

.masthead {
	height: 91px;
	}
	
.mastheadLeft {
	float: left;
	width: 214px;
	}
	
.mastheadRight {
	float: right;
	width: 500px;
	text-align: right;
	position: relative;
	}
	
/* --------------------------------------------------------- =UTILITY */

.utility {
	color: #888;
	font-size: 8pt;
	margin-top: 42px;
	margin-right: 227px;
}

.utility ul {
	margin: 0;
	padding: 0;
}

.utility li {
	margin: 0;
	margin-right:3px;
	padding: 0;
	display: inline;
	list-style: none;
}

.utility a:link, .utility a:visited {	
	color: #888;
	text-decoration: none;
	}
.utility a:hover, .utility a:active {
	color: #888;
	text-decoration: underline;
	}
	
/* --------------------------------------------------------------------- =SEARCHAREA */

.searchArea {
	position: absolute;
	top: 33px;
	right: -2px;
}

.searchArea form {
	margin: 0;
	padding: 0;
}

.searchField {
	width: 155px;
	height: 22px;
	max-height: 22px;
	margin: 0;
	padding: 4px 0 0 5px;
	border: 1px solid #c1c5ce;
	color: #75797d;
	background: #fff;
	font-size: 8pt;
	}
	
*:first-child+html .searchField {
	height: 19px;
	max-height: 19px;
}/* IE7 HEIGHT ISSUE */
	
.searchArea input, .searchArea img { vertical-align: middle; margin-right:2px; margin-left:2px; }
	
/* --------------------------------------------------------- =TOPNAV */
	
.topNav {
	height: 39px;
	}
	
* html .topNav {
	margin-top: -2px;
	}

.topNav ul {
	margin: 0;
	margin-left:-1px;
	padding: 0;
}

.topNav li {
	margin: 0;
	padding: 0;	
	display: inline;
	}

.topNav img {
	margin-left: 0px;
	margin-right: 0px;
	margin-top: -1px;
	_margin-top: -1px;
}



/* --------------------------------------------------------- =SUBNAV */
	

.subNav {
	color: #fff;
	font-size: 7pt;
	text-align: center;
	height: 20px;
	_height: 30px;
	_overflow:hidden;
	}

.subNav ul {
	margin: 0;
	padding: 7px 0 0 0;	
}

.subNav li {
	margin: 0;
	padding: 0;
	display: inline;
	list-style: none;
	}
	
.subNav a:link, .subNav a:visited {	
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	}
.subNav a:hover, .subNav a:active {
	color: #a9c9e2;
	text-decoration: none;
	text-transform: uppercase;
	}

/* --------------------------------------------------------------------- =CONTENT CONTAINERS */

.contentContainer {
	margin-top: 10px;
	_margin-top: 0;
	padding-bottom: 20px;
	background-color: #fff;
}
	
.leftCol {
	float: left;
	width: 252px;
	display: inline;
	margin: 20px 0 0 15px;
	}

.rightCol {
	float: right;
	width: 620px;
	display: inline;
	margin: 20px 15px 0 0;
	}

/* --------------------------------------------------------------------- =LOGIN AREA */

.loginAreaWrap {
	text-align: left;
	position: relative;
}

.loginArea {
	padding: 0;
	margin: 0;
	.margin: -2px 0 -4px 0;
	color: #fff;
	font-size: 8pt;
}

.loginOB {
	background: #004c93 url(../images/bg_login_top.gif) repeat-y;
}

.loginArea form {
	margin: 0;
	padding: 5px 0 0 20px;
	}
	
.loginBack {
	margin: 0;
	padding: 10px 0 5px 20px;
	}

.loginArea input, .loginArea img { vertical-align: middle; }
	
.loginArea h1 {
	margin: 0;
	padding: 10px 0 0 15px;
	font-size: 11pt;
	}
	
.securityImg {
	position: absolute;
	top: 13px;
	right: 25px;
}
	
.signUp {
	position: absolute;
	top: 35px;
	right: 10px;
	padding: 2px 10px 0 10px;
}

.signUp a:link, .signUp a:visited {	
	color: #fff;
	text-decoration: none;
	font-size: 8pt;
	}
.signUp a:hover, .signUp a:active {
	color: #fff;
	text-decoration: underline;
	font-size: 8pt;
	}
	
.loginBtnBack {
	position: absolute;
	top: 40px;
	right: 15px;
}

label {
	display: block;
	font-size: 8pt;
}

.userid {
	width: 210px;
}

.password {
	width: 140px;
}
	
*:first-child+html .passField {
	height: 17px;
	max-height: 17px;
}/* IE7 HEIGHT ISSUE */

.loginBtn {
	margin-top: -5px;
	margin-left: 3px;
	}
	
.loginForgot {
	text-align: right;
	padding: 5px 0 5px 0;
	margin-right: 75px;
	font-size: 8pt;
}

.loginLinksBack {
	color: #99b7d4;
	padding: 0;
	margin-right: 85px;
	padding-bottom: 15px;
	margin-top: 0;
	text-align: right;
	font-size: 8pt;
}

.loginLinksBack a:link, .loginLinksBack a:visited {	
	color: #99b7d4;
	text-decoration: none;
	font-size: 8pt;
	}
.loginLinksBack a:hover, .loginLinksBack a:active {
	color: #fff;
	text-decoration: underline;
	font-size: 8pt;
	}
	
.loginLinks {
	color: #99b7d4;
	padding: 5px 0 15px 0;
	margin-right: 15px;
	margin-top: 0;
	text-align: center;
	font-size: 8pt;
}


.loginLinks ul {
	margin: 0;
	margin-left:-3px;
	padding: 0;
}

.loginLinks li {
	margin: 0;
	margin-left:3px;
	padding: 0;
	display: inline;
}

.loginLinks li a {
	border-left: 1px solid #99b7d4;
	padding: 0 5px 0 10px;
}

.loginLinks .loginNewUser a {
	border-left: none;
	font-weight: bold;
	padding-left: 0;
}
	
.loginLinks a:link, .loginLinks a:visited {	
	color: #99b7d4;
	text-decoration: none;
	font-size: 8pt;
	}
.loginLinks a:hover, .loginLinks a:active {
	color: #fff;
	text-decoration: underline;
	font-size: 8pt;
	}
	
.loginBB {
	padding: 5px 0;
	background: #8cc63f url(../images/bg_login_btm.gif) repeat-y;
	height: 1%;
	text-align: right;
	border-top: 1px solid #fff;
}

.loginBB h1 {
	margin-right: 50px;
}
	
.loginBB .loginCol {
	text-align: right;
	margin-right: 17px;
	margin-top: 5px;
}

.loginBB .loginCol span {
	margin-right: 10px;
	font-size: 7.5pt;
}

.bbBtn {
	margin-top: -25px;
}

.loginBB a:link, .loginBB a:visited {	
	color: #fff;
	text-decoration: none;
	font-size: 8pt;
	}
.loginBB a:hover, .loginBB a:active {
	color: #fff;
	text-decoration: underline;
	font-size: 8pt;
	}
	
/* --------------------------------------------------------------------- =WELCOME BOX */

.welcomeBox {
	background-color: #f0ede2;
	margin-top: 10px;
}

.welcomeBox h1 {
	color: #1389bb;
	font-size: 14pt;
	padding: 10px 20px 0 20px;
}

.welcome {
	margin: -3px 20px 0 20px;
	color: #6c6b66;
	border-top: 1px solid #d7d1bb;
	padding-bottom: 10px;
}

.welcome p {
	margin: 10px 0;
	font-size: 8pt;
}


	
/* --------------------------------------------------------------------- =CONTENT */

.contentHome {
	margin: 30px 0 0 0;
}

.contentHome img {
	float: left;
	margin: 0 15px 15px 15px;
}

.backHed {
	position: relative;
	width: 620px;
	height: 142px;
}

.hedText {
	position: absolute;
	bottom: 25px;
	left: 30px;
}

.contentBack {
	margin: 15px 0 0 20px;
}

.contentBack ul {
	margin: 10px 0 10px 15px;
	padding: 0;
}

.contentBack li {
	margin: 5px 0;
	padding: 0;	
	list-style-type:disc;
}

/* -------------------------------------------------------------------- =FOOTER */

.footer {
	background-color: #fff;
	padding: 10px 0;
	width: 920px;
	margin: 0 auto;
	text-align: right;
	color: #888;
	font-size: 8pt;
	border-top: 8px solid #0454a0;
}

.footer a:link, .footer a:visited {	
	color: #888;
	font-size: 8pt;
	text-decoration: none;
	}
.footer a:hover, .footer a:active {
	color: #888;
	font-size: 8pt;
	text-decoration: underline;
	}
	
.footer a, .footer img {
	vertical-align: middle;
}	

/* -------------------------------------------------------------------- =TEXTUAL =FISTYLES */

.tableheader {
	color: #fff;
	font-weight: bold;
	background-color: #79993a;
	font-size: 9pt;
	}
	
th {
	color: #fff;
	font-weight: bold;
	background-color: #59595a;
	font-size: 9pt;
	}
	
.tablecontent1 {
	border-right: 1px solid #bfbfac;
	border-bottom: 1px solid #bfbfac;
	border-left: 1px solid #bfbfac;
	background-color: #FFF;
	color: #000;
	}
.tablecontent2 {
	border-right: 1px solid #bfbfac;
	border-bottom: 1px solid #bfbfac;
	border-left: 1px solid #bfbfac;
	border-collapse: collapse;
	background-color: #e8e8e1;
	color: #000;
	}
.faqQ, .faqA {
	font-weight: bold;
	font-size: 10pt;
	}
.faqQ { color: #30373f; }
.faqA { color: #79993a; }
	
.disclaimer {
	font-size: 8pt;
	color: #79aec0;
	}
.required { 
	color: #79993a;
	font-size: 8pt;
	}
	
.appfield1 {
	height: 21px;
	max-height: 21px;
	margin: 2px 0 8px 0;
	padding: 2px 0 0 2px;
	border: 1px solid #888a91;
	background-color: #fff;
	color: #333;
	font-size: 8pt;	
}	

.appfield2 {
	height: 21px;
	max-height: 21px;
	margin: 2px 0 8px 0;
	padding: 2px 0 0 2px;
	border: 1px solid #004c93;
	background-color: #fff;
	color: #333;
	font-size: 8pt;	
}	

.hedTextHolder {
	position:absolute;
	top: 100px;
	left: 94px;
	display:none;
}
.hedImgHolder {
	display:none;
}

.paddedCell {
	padding:10px;
}

.inlineButton {
	display:inline;
	margin-right:50px;
}

.floatLeft {
	display:inline;
	float:left;
}
.floatRight {
	display:inline;
	float:right;
}

.topCell {
	border-top: 1px solid #BFBFAC;
}

.redText {
	color:red;
}



#ex_dis{
   display:none;
   width:40%;
   padding:10px;
   background-color:#FFFFFF;
   position:absolute;
   z-index:10000;
   border-width:1px 1px 1px 1px;
   border-style:solid;
   border-color:#0A4599;
   margin:50px 30% 0 30%;
   overflow: hidden;
   top: 0;
}
* html #ex_dis{
  margin-left:0;
  margin-right:0;
  left:30%;
}
*:first-child+html #ex_dis{
  margin-left:0;
  margin-right:0;
  left:30%;
}

#grpBanner {
    text-align: center;
    margin: auto;
    margin-top: 15px;
}

* html .grpBannerWrapper {
    background-color: white;
}
