@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #000000;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.oneColFixCtrHdr #container {
	width: 770px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #000000;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtrHdr #header {
	background: #DDDDDD url(/images/topHeader.jpg) no-repeat;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height: 129px;
}
.oneColFixCtrHdr #headerLower {
	background: url(/images/lowerLevel_Banner.jpg) no-repeat;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height: 110px;
	margin: 0px;
	padding: 0px;
}
.oneColFixCtrHdr #navBar {
	color: #FFFFFF;
	text-align: right;
	padding-top: 107px;
	font-size: 12px;
	font-weight: bold;
	padding-right: 4px;
}
.oneColFixCtrHdr #navBarLower {
	color: #FFFFFF;
	text-align: right;
	font-size: 12px;
	font-weight: bold;
	padding-right: 4px;
	background-color: #641510;
	height: 30px;
	line-height: 30px;
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.oneColFixCtrHdr #navBar a, .oneColFixCtrHdr #navBar a:visited, .oneColFixCtrHdr #navBarLower a, .oneColFixCtrHdr #navBarLower a:visited{
	color: #FFFFFF;
	text-decoration: none;
}
.oneColFixCtrHdr #navBar a:hover, .oneColFixCtrHdr #navBarLower a:hover{
	color: #000000;
	text-decoration: none;
}

.oneColFixCtrHdr #mainContentMain {
	background: #FFFFFF url(/images/middleArea.jpg) no-repeat;
	height: 371px;
	padding: 0px;
	margin: 0px;
}
.oneColFixCtrHdr #mainContent {
	padding: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #E6E6E6;
}

.oneColFixCtrHdr #story {
	padding: 0px 10px 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
.oneColFixCtrHdr #story p{
	font-size: 12px;
	margin-top: 0px;
	padding-top: 0px;
}
.oneColFixCtrHdr #story h1{
	font-size: 15px;
	color: #15449C;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #999999;
	padding-bottom: 4px;
}
.oneColFixCtrHdr #story h2{
	font-size: 13px;
	margin: 0px;
	padding: 0px;
}
.oneColFixCtrHdr #story ul{
	font-size: 12px;
	margin-top: 0px;
	padding-top: 0px;
}
.oneColFixCtrHdr #story a, .oneColFixCtrHdr #story a:visited{
	color: #641510;
	font-weight: bold;
	text-decoration: none;
}
.oneColFixCtrHdr #story a:hover{
	color: #15449C;
	font-weight: bold;
}
.oneColFixCtrHdr #footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#000000;
}
.oneColFixCtrHdr #footer a:hover{
	color: #ffffff;
}
.oneColFixCtrHdr #footer a, .oneColFixCtrHdr #footer a:hover{
	color: #999999;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 9px;
	color: #999999;
}
.oneColFixCtrHdr #footer .credit{
	color: #999999;
	float: right;
}
/* BEGIN Table One for users. Used for charts of information */

.tableOne{
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #666;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #666666;

}

.tableOne td{
	border-top: 1px none #666;
	border-right: 1px solid #666;
	border-bottom: 1px solid #666;
	border-left: 1px none #666;
		font-size: 12px;
}
.tableOne blockquote{
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}
.tableOne p{
	margin: 0px;
	padding: 2px;
		font-size: 12px;
}
.tableOne th{
	border-top: 1px none #666;
	border-right: 1px solid #666;
	border-bottom: 1px solid #666;
	border-left: 1px none #FFFFFF;
	background-color: #E6E6E6;
		font-size: 12px;
}

h1.tableOne {
	margin: 0px;
	padding: 2px;
}
h2.tableOne {
	margin: 0px;
	padding: 0px;
}
.tableOne h3{
	margin: 0px;
	padding: 0px;
}
/* END Table One for users. Used for charts of information */

.oneColFixCtrHdr #navBarLower .homeLink a, .oneColFixCtrHdr #navBarLower .homeLink a:visited{
	color: #DAA8A5;
}
#flashDetect{
	background:#993300;
	padding: 10px;
}
 

#flashDetect h1{
	font-size: 14px;
	color: #000000;

}
#flashDetect h2{
	font-size: 12px;
	color: #000000;

}
#flashDetect p{
	font-size: 10px;
	color: #000000;

}

/* BEGIN Gov Delivery Subscribe to link box ------------------------------------------------------ */
.oneColFixCtrHdr #header #email{
	font-weight: bold;
	text-decoration: none;
	background-image: url(/images/email_icon.gif);
	background-repeat: no-repeat;
	background-position: left center;
	text-align: left;
	text-indent: 18px;
	white-space: nowrap;
	display: block;
	color: #ffffff;
	background-color: #993300;
	margin-right: 0px;
	margin-left: 10px;
	float: right;
	padding: 0px;
	font-size: 11px;
}
.oneColFixCtrHdr #header #email p{
	margin: 0px;
	padding: 4px 4px 4px 15px;
	font-size: 11px;
}
.oneColFixCtrHdr #header #email a,.oneColFixCtrHdr #header #email a:visited{
	
	color: #FFFFFF;
	text-decoration: none;
}
.oneColFixCtrHdr #header #email a:hover{
	
	color: #000000;
	text-decoration: none;
}
/* END Gov Delivery Subscribe to link box ------------------------------------------------------ */

