body {
	margin: 0;
	padding: 0;
	background: #fff;
	color: #333;
	font-family: tahoma, arial, verdana, sans-serif;
	font-size: .75em;
	text-align: center;	
	}
	
*html table {
	font-size: 9pt;
}
	
a:link, a:visited {	
	color: #556489;
	text-decoration: underline;
	}
a:hover, a:active {
	color: #556489;
	text-decoration: none;
	}

a img { border: none; }

h1 {
	color: #515e80;	
	font-size: 18pt;
	margin: 0;
	padding: 0;
	font-family: Times New Roman, serif;
	font-weight: normal;
}

#calccontent h1, #calccontent h1 center, h2 {
	color: #556489;	
	font-family: tahoma, arial, verdana, sans-serif;
	font-weight:bold;
	font-size: 12pt;
	margin: 0;
	padding: 0;
	}

h3 {
	color: #000;	
	font-size: 11pt;	
	margin: 0;
	padding: 0;
	}
	
h4 {
	color: #79aec0;	
	font-size: 8pt;	
	margin: 0;
	padding: 0;
	}
	
p {
	margin: 5px 0 5px 0;
	padding: 0;
	line-height: 12pt;
}

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

	
/* ------------------------------------------------------------------- =LAYOUT =DISTYLES */

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

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

.masthead {
	height: 152px;
	}
	
.mastheadLeft {
	float: left;
	width: 375px;
	}
	
.mastheadRight {
	float: right;
	width: 550px;
	padding-top: 15px;
	text-align: right;
	}
	
/* --------------------------------------------------------- =TOPNAV */
	

.topNav {
	height: 35px;
	background: url(../images/bg_nav.gif) repeat-x;
	position: relative;
	}

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

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

.navCap {
	position: absolute;
	top: 0;
	right: 0;
}

/* --------------------------------------------------------------------- =SEARCHAREA */


/* --------------------------------------------------------------------- =LEFTCOL */

.contentContainer {
	margin-top: 20px;
	padding-bottom: 20px;
	background: url(../images/bg_home.gif) repeat-y;
}

.contentContainerBack {
	margin-top: 20px;
	padding-bottom: 20px;
	background: url(../images/bg_back.gif) repeat-y;
}
	
.leftCol {
	float: left;
	width: 369px;
	display: inline;
	font-size: 8pt;
	}
	
.loginArea {
	padding: 0;
	margin: 0;
	color: #b3b3d1;
	background-color: #000066;
}

.loginLeft {
	float: left;
	width: 210px;
	display: inline;
	padding: 10px 0 20px 0;
	margin: 10px 5px 0 20px;
}

.loginRight {
	float: left;
	width: 110px;
	border-left: 1px solid #fff;
	display: inline;
	line-height: 14pt;
	padding: 10px 0 40px 15px;
	margin: 10px 0 0 0;
}

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

.loginArea input, .loginArea img { vertical-align: middle; }

.obTitle {
	margin: 0 0 5px 0;
}

.userField {
	width: 190px;
	height: 21px;
	max-height: 21px;
	margin: 2px 0 5px 0;
	padding: 2px 0 0 2px;
	border: 1px solid #fff;
	background-color: #fff;
	color: #333;
	font-size: 8pt;	
	}
	
*:first-child+html .userField {
	height: 18px;
	max-height: 18px;
}/* IE7 HEIGHT ISSUE */
	
.passField {
	width: 130px;
	height: 21px;
	max-height: 21px;
	margin: 0 7px 0 0;
	padding: 2px 0 0 2px;
	border: 1px solid #fff;
	background-color: #fff;
	color: #333;
	font-size: 8pt;	
	}
	
*:first-child+html .passField {
	height: 18px;
	max-height: 18px;
}/* IE7 HEIGHT ISSUE */

.loginBtn {
	margin: 0;
	}
	
.loginArea a:link, .loginArea a:visited {	
	color: #b3b3d1;
	text-decoration: none;
	}
.loginArea a:hover, .loginArea a:active {
	color: #b3b3d1;
	text-decoration: underline;
	}

#signUp {
	font-weight: bold;
	color: #fff;
}

.flashHolder {
	margin-top: 20px;
	text-align: center;
}

.leftColBack {
	float: left;
	width: 267px;
	display: inline;
	font-size: 8pt;
}

.loginAreaBack {
	padding: 0;
	margin: 0;
	color: #b3b3d1;
	background-color: #000066;
}

.obTitleBack {
	padding: 10px 0 5px 30px;
}

.loginLeftBack {
	float: left;
	width: 110px;
	display: inline;
	padding: 0 0 20px 0;
	margin: 10px 5px 0 20px;
	line-height: 14pt;
	text-align: right;
}

.loginRightBack {
	float: left;
	width: 60px;
	display: inline;
	padding: 0 0 40px 15px;
	margin: 10px 0 0 0;
}

.loginAreaBack a:link, .loginAreaBack a:visited {	
	color: #b3b3d1;
	text-decoration: none;
	}
.loginAreaBack a:hover, .loginAreaBack a:active {
	color: #b3b3d1;
	text-decoration: underline;
	}

/* --------------------------------------------------------------------- =RIGHTCOL */


.rightColhome {
	float: right;
	width: 535px;
	}
	
#homeContent img {
	float: left;
	margin: 0 15px 15px 0;
}

#hpaBanner img {
	float:none;
	margin: 0;
}

.rightColback {
	float: right;
	width: 635px;
	}

/* --------------------------------------------------------------------- =HOMECONTENT */


.homeContent {
	margin-top: 10px;
}
	
/* -------------------------------------------------------------------- =FOOTER */

.footer {
	width: 940px;
	margin: 0 auto;
	text-align: left;
	margin-top: 15px;
}

.footerLeft {
	color: #6b7693;
	font-size: 8pt;
	float: left;
	width: 500px;
	margin-top: 10px;
}

.footerRight {
	float: right;
	width: 300px;
	text-align: right;
}

.footerRight img {
	margin: 0 0 5px 0;
	vertical-align: middle;
}


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

#backContent {
	margin: 25px 0 25px 25px;
}

#backContent ul {
	margin: 15px 0 15px 0;
	padding: 0;
}

#backContent li {
	margin: 10px 0;
	padding: 0 0 0 20px;	
	list-style: none;
	background-image: url(../images/li.gif); 
	background-repeat: no-repeat;
	background-position: 0 .5em; 
	line-height: 12pt;
}

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

.tableheader {
	color: #fff;
	font-weight: bold;
	background-color: #000066;
	font-size: 9pt;
	}
	
th {
	color: #fff;
	font-weight: bold;
	background-color: #666;
	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: #000066; }
.faqA { color: #9db1e1; }
	
.disclaimer {
	font-size: 8pt;
	color: #000066;
	}
.required { 
	color: #9db1e1;
	font-size: 8pt;
	}
	
.appfield1 {
	border: 1px solid #000066;
	background-color: #FFF;
	color: #000;
	}
.appfield2 {
	border: 1px solid #9db1e1;
	background-color: #FFF;
	color: #000;
	}
	
	
#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:#000;
   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%;
}

.indented {
	margin-left: 30px;
}

.circleList li {
	margin-left:20px !important;
	padding: 0 0 0 10px !important;	
	list-style-type: circle !important;
	background-image: none !important; 
}
