/* CSS Document */
body {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}
.rgnHead {
	background-color:#0033CC;
	color: #FFFFFF;
	font-size:14px;
}
.strHead {
	background-color:#EF3D41;
	color: #FFFFFF;
	text-align:center;
	font-weight:bold;
	font-size:14px;
}
a:hover.title {
	background-color:#EF3D41;
	width: 80px;
	color:#FFFFFF;
}
a.title {
	background-color:#FFFFFF;
	width: 80px;
	color:#EF3D41;
}
div#main {
	visibility: hidden;
}
div#header {
	position: absolute;
	visibility: visible;
	margin-top: 0px;
	margin-bottom: auto;
	margin-left: auto;
	margin-right: auto;
	margin-top: 180px;
	z-index:-1;
	width: 800px;
	text-align:center;
}
div#locator {
	visibility: hidden;
}
div#content {
	position:absolute;
	visibility:visible;
}
div#footer {
	visibility: hidden;
} 
div#htmlvalid {
	visibility: hidden;
} 
div#uscclogo {
	position:absolute;
	visibility: visible;
	z-index:-1;
	width: 800px;
	margin-top: 65px;
	margin-left: 10px;
	margin-right: auto;
}
div#bbs {
	position:absolute;
	visibility:visible;
	z-index:2;
	margin-left: 520px;
	margin-top: -250px;
	margin-right: auto;
}
div#printhead {
	position:absolute;
	visibility: visible;
	z-index:5;
	width: 800px;
	margin-top: -100px;
	margin-left: 0px;
	margin-right: auto;
}
td.error {
	background-color: #FF0000;
	color: #FFFFFF;
}
td#error {
	background-color: #FF0000;
	color: #FFFFFF;
}
th.error {
	background-color: #FF0000;
	color: #FFFFFF;
}
th#error {
	background-color: #FF0000;
	color: #FFFFFF;
}
input.error {
	border-color:#FF0000;
	background-color:#FFCCFF;
}
input#error {
	border-color:#FF0000;
	background-color:#FFCCFF;
}
textarea.error {
	border-color:#FF0000;
	background-color:#FFCCFF;
}
textarea#error {
	border-color:#FF0000;
	background-color:#FFCCFF;
}
a#afooter {
	color: #FFFFFF;
}