/* CSS Document */

@import url("header.css");
@import url("navigation.css");
@import url("content.css");

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#divWrapper {
	width: 780px;
	vertical-align: top;
	background-color: #FFFFFF;
	margin-right: auto;
	margin-left: auto;
}
#divWrapper hr {
	background-color: #000000;
}
#divPageTitle {
	width: 780px;
	float: left;
	margin-top: 0px;
	text-align: left;
}
#divFooter {
	font-size: 10px;
	text-align: center;
	color: #999999;
	width: 100%;
	float: left;
	clear: both;
	margin-top: 10px;
	margin-bottom: 10px;
}
.formButton {
	text-decoration: none;
}
.validateError {
	border: solid 2px #FF0000;
}
#divFooter a:link, #divFooter a:visited {
	color:#0000FF;
	text-decoration: none;
}
#divFooter a:hover {
	text-decoration: underline;
}
#divLogout {
	font-size: 12px;
	text-align: right;
	float: right;
	width: 100%;
}
.reqField {
	font-size: 12px;
	font-weight: bold;
	color: #FF0000;
	vertical-align: top;
}
.loggedin {
	color: #000000;
	font-weight: bold;
}