@charset "utf-8";
/* CSS Document */

#headerGraphic {
	position:absolute;
	left:0px;
	top:-10px;
	width:615px;
	overflow:hidden;
	height:145px;
	z-index:4;
	background-color: #8784A1;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-repeat: repeat-x;
	background-image: url(images/image_subheader_bkg1.jpg);
}
#dataContent {
	position:absolute;
	left:0px;
	top:140px;
	width:615px;
	height:795px;
	overflow:auto;
	z-index:8;
	background-color: #F7F7F7;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-align: left;
}
#dataContent2 {
	position:absolute;
	left:0px;
	top:60px;
	width:615px;
	height:795px;
	overflow:auto;
	z-index:8;
	background-color: #F7F7F7;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	text-align: left;
	overflow: auto;
}
#apDiv4 {
	position:absolute;
	left:0px;
	top:0px;
	width:612px;
	height:40px;
	z-index:4;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	background-image: url(images/image_subheader_bkg1.jpg);
	background-repeat: repeat-x;
	font-weight: bold;
	color: #FFFFFF;
	text-align: left;
	vertical-align: top;
	padding-top: 15px;
	padding-left: 10px;
	border-right-color:#FFFFFF;
	border-right-width:thin;
	border-right-style:solid;
}
body {
	background-color: #DDDDDD;
}

.section_sub_header {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #1D4D59;
}
.bodycopy {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	color: #000000;
}
.sectionheader {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #1D4D59;
	text-align: left;
}


a {
	font-size: 12px;
	color: #256883;
}
a:link {
	text-decoration: none;
	color: #0000FF;
}
a:visited {
	text-decoration: none;
	color: #0066FF;
}
a:hover {
	text-decoration: underline;
	color: #0099FF;
}
a:active {
	text-decoration: none;
	color: #0000FF;
}
