@charset "UTF-8";
body {
	margin: 0;
	padding: 0;
	text-align: left;
	color: #FFF;
	font-family: "Times New Roman", Times, serif;
	font-size: 12pt;
	background-color: #000;
	line-height: 16pt;
}
#nav {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFF;
	border-bottom-color: #FFF;
}
.oneColFixCtrHdr #container {
	width: 800px;
	border: 1px solid #FFF;
	text-align: left;
	background-color: #000;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.oneColFixCtrHdr #header {
	background-color: #000;
	height: 145px;
	width: 800px;
}
.oneColFixCtrHdr #header h1 {
	margin: 0; 
	padding: 0;
	position: absolute;
	top: -100px;
}
.oneColFixCtrHdr #mainContent {
	padding: 0 20px;
}
.oneColFixCtrHdr #footer {
	padding: 0 10px;
	background-color: #000;
	text-align: center;
}
.oneColFixCtrHdr #footer p {
	margin: 0;
	padding: 20px;
}
h2 {
	font-variant: small-caps;
	font-size: 14pt;
}
h3 {
	font-variant: small-caps;
	font-size: 14pt;
	margin-bottom: -10px;
}
a:link, a:visited {
	color: #990000;
	text-decoration: none;
}
a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
.orangeText {
	color: #E88D00;
	text-decoration: none;
	font-weight: bold;
	font-variant: small-caps;
}
.orangeTextNoCaps {
	color: #990000;
	text-decoration: none;
}
.txtOrange {
	color: #990000;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
}
.redtext {
	color: #FF0000;
}
.ResultsTitle a {
	color: #FFF;
	font-weight:bold;
}
.ResultsTitle a:hover {
	color: #CCC;
	font-weight:bold;
}
.ResultsTitle a:visited {
	color: #FFF;
	font-weight:bold;
}
label {
	margin-right: 15px;
}
.indent25 {
	padding-left: 25px;
}
h4 {
	font-variant: small-caps;
	margin-bottom: -5px;
}.halftext {
	text-align: left;
	width: 485px;
}
.fltrt {
	float: right;
	margin-left: 8px;
}
.fltlft {
	float: left;
	margin-right: 8px;
}
.inputtext {
	font-family: "Times New Roman", Times, serif;
	color: #FFFFFF;
	background-color: #000000;
	font-size: 14px;
	border: 1px solid #FFFFFF;
}
.inputtextBlack {
	font-family: "Times New Roman", Times, serif;
	color: #000000;
	background-color: #CCCCCC;
	font-size: 14px;
	border: 1px solid #FFFFFF;
}
.justify {
	text-align: justify;
}
.error {
	color: #C00;
}
.underlineRed {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #900;
}
.detailsright {
	padding: 15px 8px 15px 8px;
	float: right;
	width: 250px;
	margin-top: -15px;
	margin-right: -20px;
	margin-left: 8px;
	background-color: #6A1B1B;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #FFF;
	border-left-color: #FFF;
	font-size: 13pt;
}
.oneColFixCtrHdr #container #mainContent .detailsright h3 {
	text-align: center;
	margin-top: -10px;
	color: #FFF;
}
.title {
	margin-bottom: -12px;
}
.detailsright a:link, .detailsright a:visited {
	color:#FFF;
	text-decoration:none;
}
.detailsright a:hover {
	text-decoration:underline;
}
#login, #login a:link, #login a:visited {
	text-align: right;
	margin-top: 5px;
	margin-bottom: 15px;
	margin-right: -5px;
	color: #FFF;
	text-decoration: none;
	font-size: 12pt;
}
#login a:hover {
	color:#990000;
	text-decoration:underline;
	
}
