html, body {
	height: 99%;
}

body {
	background-color: #FFFFFF;
	background-image: url(body_bg.jpg);
	background-repeat: repeat-x;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
}


#stabilizer {
	margin-left: auto; 
	margin-right: auto;
	min-height: 95%;
}


#flash {
	margin-right: auto;
	margin-left: auto;
	width: 960px;
	border: 2px solid #FFFFFF;
	background-color: #adc1eb;
}

#NONflashWrapper {
	margin-right: auto;
	margin-left: auto;
	width: 860px;
	border: 2px solid #FFFFFF;
	background-color: #adc1eb;
}

.large {
	font-size: 16px;
}


.nf_text {
	color: #17172F;
	font-weight: normal;
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	line-height: 18px;
}
.nf_quote {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
}


.nf_text a {
	color: #36579b;
}

.nf_text a:hover {
	color: #FFFFFF;
}

table.downloads {
	margin-right: auto;

}

table.downloads td {
	text-align: left;
	padding-bottom: 11px;
}


table.downloads td a {
	color: #FF3366;
}
table.downloads td a:hover {
	color: #ffffff;
}


table.nf_footer {
	margin-top: 25px;
	margin-right: auto;
	margin-left: auto;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}

.nf_footer a {
	color: #36579b;
}

.nf_footer a:hover {
	color: #FFFFFF;
}




.splashWrapper {
	margin-top: 58px; 
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 60px;
	width: 800px;
	position: relative;
}

.splashLink {
	text-align: center; 
	font-family: Arial Black, Arial, Helvetica, sans-serif; 
	font-size: 14px; 
	font-weight: bold; 
	color: #FFFFFF; 
	position: absolute; 
	top: 376px; 
	left: 250px; 
	width: 300px;
}

.splashLink a {
	color: #06357A;
	font-weight: bold;
}
.splashLink a:hover {
	color: #FF6666;
}
.splashWrapper .credits {
	color: #06357A;
	text-align: right;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
}

.splashWrapper .credits a {
	color: #06357A;
	text-decoration: none;
}


.splashWrapper .credits a:hover {
	color: #06357A;
	text-decoration: underline;
}




.pastReports {
	font-family: Arial Black, Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	line-height: 18px;
	margin-top: 70px;
}

.pastReports a {
	color: #06357A;
}
.pastReports a:hover {
	color: #009390;
}



.pastReports .pastCredits {
	margin-top: 10px;
	color: #000000;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: normal;
}
.pastReports .pastCredits a {
	color: #000000;
	text-decoration: none;
}

.pastReports .pastCredits a:hover {
	color: #06357A;
	text-decoration: underline;
}












* html #stabilizer {
	height: 100%;
}

