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

#headerGraphic {
	position:absolute;
	left:0px;
	top: 5px;
	width:615px; 
	width:610px; 
   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;
	width:610px;
	height:795px;
	height:750px;
	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;
}
#dataContent2 {
	position:absolute;
	left:0px;
	top:60px;
	width:615px;
	width:610px;
   height:795px;
   height:750px;
	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: 11px;
	font-weight: bold;
	color: #1D4D59;
	color: #BF610D;
	color: #333333;
}
.section_sub_header .screamer {
	color: #F17920;
	font-style: oblique;
}

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

a {
/*	font-size: 10px; let the font size carry through - cml*/
	color: #256883;
	color: #256883;
}
a:link {
	text-decoration: underline;
	color: #0066FF;
	color: #666666;
}
a:visited {
	text-decoration: underline;
	color: #0066FF;
	color: #666666;
}
a:hover {
	text-decoration: underline;
	color: #0099FF;
	color: #F17920;
}
a:active {
	text-decoration: underline;
	color: #0000FF;
	color: #F17920;
}

