/* ----------------------- HOME PAGE ----------------------*/

/*	*********************************************************
					  GLOBAL ELEMENT STYLES
	*********************************************************
*/

body {
	margin: 1px 0 0 1px; padding: 0;
	background-color: #0160A2;
	
}

body a:link, a:visited, a:active {
	color: #0066CC;
	text-decoration: none;
}

body a:hover {
	text-decoration: underline;
}

h2 {
	font-family: Arial, sans-serif;
	font-weight: bold;
	font-size: 11px;
	margin: 0 0 0.2em 0;
}

/* =========================== Global DIVs ======================*/

#base {
	width: 802px;
	background: #FFF url(../images/base_bg_2.jpg) repeat-y;
}

#logoheader {
	margin: 0; padding: 0;
	background: #FFF
	width: 791px;
}

#logotele {
	width: 125px;
	position: absolute; top: 34px; left: 646px;
}

#topnav {
	width: 406px;
	position: absolute; top: 84px; left: 384px;
	line-height:30px;
	font-family:"verdana";
	font-weight:bold;
	font-size:13px;
	
}
#topnav li {float:left; width:80px; padding:0 5px; list-style-type:none; }
#topnav a {text-decoration:none; display:block; text-align:center; color:#FFFFCC;}
#topnav a:hover {color:#ffe706;}

#footer {
	margin: 0; padding: 0;
	width: 802px; height: 74px;
	background: url(../images/footer_bg.jpg) no-repeat;
}

#footer td {
	margin: 0; padding: 0;
	vertical-align: bottom;
	height: 74px;
}

#footer p {
	margin: 0 0 0 15px; padding: 0;
	color: #DCDCDC;
	font-family: Verdana, sans-serif;
	font-size: 10px; line-height: 1.5em;
}

#footer a:link, #footer a:visited, #footer a:active {
	color: #DCDCDC;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

#footerspecial {
	margin: 0; padding: 0;
	width: 802px; height: 74px;
	background: url(../images/footer_bgspecial.jpg) no-repeat;
}

#footerspecial td {
	margin: 0; padding: 0;
	vertical-align: bottom;
	height: 74px;
}

#footerspecial p {
	margin: 0 0 0 15px; padding: 0;
	color: #DCDCDC;
	font-family: Verdana, sans-serif;
	font-size: 10px; line-height: 1.5em;
}

#footerspecial a:link, #footerspecial a:visited, #footerspecial a:active {
	color: #DCDCDC;
	text-decoration: none;
}

#footerspecial a:hover {
	text-decoration: underline;
}

/*	*********************************************************
					    HOME PAGE STYLES
	*********************************************************
*/

#banner {
	margin: 0; padding: 0;
	width: 791px; height: 330px;

}

#banner_flash {
	width: 380px;
	position: absolute; top: 249px; left: 389px;
	/*background: url(../images/flash_bg_1.jpg) no-repeat;*/
}

#pagebody {
	margin: 0 80px 0 265px; padding: 0 0 0 0;
	color: #3D3E4F;
	font-family: Arial, sans-serif;
	font-size: 11px; line-height: 1.2em;
}

#pagebody td {
	padding: 20px 20px 0 0;
	vertical-align: top;
}

#pagebody ul {
	margin: 0 15px 0 0;
	padding: 0 0 0 1.5em;
}

#pagebody li {
	margin: 0;
	padding: 0 0 0.7em 0;
}

#pagebody2 {
	margin: 0 80px 0 0px; padding: 0 0 0 0;
	color: #3D3E4F;
	font-family: Arial, sans-serif;
	font-size: 11px; line-height: 1.2em;
	background-color:#FFFFFF
}


/*------------------ Sidebar Box Styles -----------------*/
#box {
	position: absolute; top: 420px; left: 21px;
	width: 167px;
	background: url(../images/box_bg.gif) bottom left no-repeat;
}

#box h2 {
	background: url(../images/box_h2_bg.gif) top left no-repeat;
	font-family: Arial, sans-serif;
	font-weight: bold;
	font-size: 12px;
	color: #3D3E4F;
	margin: 0;
	padding: 10px 7px 0 8px;
}

#box p {
	margin: 0.4em 7px 1em 8px;
	color: #3D3E4F;
	font-family: Arial, sans-serif;
	font-size: 11px; line-height: 1.2em;
}

#box2 {
	position: absolute; top: 535px; left: 21px;
	width: 167px;
	background: url(../images/box_bg.gif) bottom left no-repeat;
}

#box2 h2 {
	background: url(../images/box_h2_bg.gif) top left no-repeat;
	font-family: Arial, sans-serif;
	font-weight: bold;
	font-size: 12px;
	color: #3D3E4F;
	margin: 0;
	padding: 10px 7px 0 8px;
}

#box2 p {
	margin: 0.4em 7px 1em 8px;
	color: #3D3E4F;
	font-family: Arial, sans-serif;
	font-size: 11px; line-height: 1.2em;
}

.style2 {
	font-family: Arial, sans-serif;
	font-size: 12px;
	padding:0 0 0 8px;
}

/*------------------ Misc Styles -----------------*/

.style1 {color: #CC3300}



#generalBox {
width: 770px;
height:auto;
padding: 0 0px 0 0px;
background-color:#FFFFFF;

}

.required {
background-color:#CCFFFF; border:#7f9db9 1px solid; 
height:19px; width:205px

}

.notrequired {
background-color:#FFFFFF; 
border:#7f9db9 1px solid; 
height:19px; width:205px}

input {font-size:11px}

.formDivDisclaimer {background-color:#FFFFCC; border:#7f9db9 1px solid; padding:4px}