body{
background: url(images/bk.gif) repeat-x top center;
background-color:white;
margin:0px;
font-family: Arial, Helvetica, Tahoma;
font-size:12px;
color:#333333;
text-align: center;
}


a:link { COLOR: #005dab; text-decoration:none; } 
a:active { COLOR: #005dab; text-decoration:none; } 
a:visited { COLOR: #005dab; text-decoration:none; } 
a:hover { COLOR: #CCC; text-decoration:none; }

sup,
sub {
	height: 0;
	line-height: 1;
	vertical-align: baseline;
	_vertical-align: bottom;
	position: relative;	
}

sup {
	bottom: 1ex;
}

sub {
	top: .5ex;
}


.mainWrap{
	background: url(images/bkgrd.jpg) no-repeat top center;
	margin: 0px;
}

.headerContainer{	
	width: 920px;
	height: 111px;
	margin: 0 auto;
	position: relative;
}

.topLinks{
	width: 910px;
	margin: 0 auto;
	position: relative;
	font-size: 10px;
	color: #005dab;
	padding: 5px;
	text-align: right;
}


.bodywrap{
	width: 860px;
	padding: 5px 30px;
	margin: 0 auto;
	position: relative;
	display: block;
	background: url(images/pageBottom.gif) repeat-x bottom center;
	background-color: white;
}


/*styles for footer div and copy links*/
.footer {
 	width: 920px;
	padding: 5px 0px;
	margin: 0 auto;
	color: white;
	text-align: center;
	font-size: 10px;
	background: #0773ba;
}


.footerLinks { color: white; font-size:10px; }
.footerLinks a:link { color: white; text-decoration: none; }
.footerLinks a:active { color: white; text-decoration: none; }
.footerLinks a:visited { color: white; text-decoration: none; }
.footerLinks a:hover { color:  black; text-decoration: underline; }

/* END */

{
	font-size: 75%;
	
}

.standard14{
	font-size: 14px;
	font-weight: bold;
}

.subTitles{
	font-size: 16px;
	font-weight: bold;
	color: black
}

.captionText{
	font-size: 11px;
	color: #666;
	line-height: 14px;
}

.contactInfo{
	text-align: right;
	font-size: 11px;
	color: #666;
	line-height: 16px;
	padding: 5px 10px;
}

td.contentCol{
	text-align: left;
	line-height: 16px;
	vertical-align: top;
	padding-right: 15px;
	color: #333;
}

.copyList ul{ 
	margin: 0;	
	!margin: 0;
}

.copyList li{
	background-image: url(images/bullet.gif);
	background-repeat: no-repeat;
	background-position: 0px 4px;
	padding-left: 15px; 
	margin-top: 6px;
	line-height: 14.5px;
}

.subList ul{
	padding-left: 15px;
	margin: 0;
	
}

.subList li{
	color: #666;
	background-image: url(images/bullet2.gif);
	background-repeat: no-repeat;
	background-position: 0px 2px;
	padding-left: 15px;
	margin-left: 15px;
	line-height: 12px;
	font-size: 11px;
}
	
.contentWrap{
	position: relative;
	clear: both;
	padding-left: 15px;
}




	
/*FORM STYLES  **********/		
.formfields{
	font-size: 12px;
	border: 1px solid #014e4b;
	background-color:#FFFFFF;
	height: 24px;
	color:#014e4b;
}

.formdropdown{
	font-size: 11px;
	border: 1px solid #333333;
	background-color:#FFFFFF;
	height: 18px;
	color:#3c3c38;
}


.formradiobtns{
	font-size: 11px;
	height: 12px;
	color:#666666;
}

.formradiotext{	
	font-size: 11px;
	color:#3c3c38;
}

.formtextarea{
	font-size: 11px;
	border: 1px solid #cccccc;
	background-color:#FFFFFF;
	color:#3c3c38;
}


.reqformfields{
	font-size: 11px;
	border: 1px solid #243b1a;
	background-color:#bdc840;
	height: 14px;
}

.formbtn{
	cursor:pointer;
	font-size: 11px;
	color:#FFFFFF;
	border:outset  0px #ccc;
	background: url(images/submitBtn.gif) no-repeat top center;
	width: 81px;
	height: 24px;
}



#dhtmltooltip{
position: absolute;
left: -100px;
font-size: 11px;
color: #492412;
line-height: 14px;
text-align: left;
width: 150px;
border: 1px solid #492412;
padding: 6px;
background-color: #f6e4bc;
visibility: hidden;
z-index: 200;
/*Remove below line to remove shadow. Below line should always appear last within this CSS
filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);*/
}

#dhtmlpointer{
position:absolute;
left: -100px;
z-index: 1001;
visibility: hidden;
}

