@charset "utf-8";
body {
	margin: 0px;
	padding: 0px;
	font-family: Helvetica;
	font-size: 12px;
}
input,select,textarea,submit{padding: 2px;color: #000000;font-size: 12px;font-family: Helvetica}
#header {
	background-color: #BE2025;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
}
#wrapper {
	width: 920px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
}
#leftcol {
	width: 220px;
	margin-right: 10px;
	float: left;
}
#leftcol2 {
	float: left;
	width: 200px;
	padding: 0 0 10px 0;
	margin-right: 10px;
}
#mainimage {
	width: 690px;
	float: left;
}
#nav {
	color: #FFFFFF;
	background-image: url(images/navbg.png);
	background-repeat: no-repeat;
	width: 920px;
	clear: both;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	height: 40px;
}
#nav ul {
	margin: 0px 10px 0px 0px;
	padding: 0px;
	list-style-type: none;
	float: right;
	width: 408px;
}
#nav li {
	display: inline;
	margin: 0px;
	padding: 0px;
}
#nav li a {
	display: block;
	float: left;
	padding: 12px 13px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	margin: 0px;
}
#nav li a:hover,#nav li .active {
	background-color: #990000;
}
#maincontent {
	width: 710px;
	margin-right: auto;
	margin-left: auto;
	font-size: 13px;
	float: left;
	padding-bottom: 10px;
}
#maincontent p {line-height:16px}
#footer {
	font-size: 11px;
	width: 920px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	padding-top: 10px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #CCCCCC;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	color: #333333;
}
h1 {
	font-size: 18px;
	color: #AE0D12;
}
#clear {
	clear: both;
}
#footer a {
	color: #666666;
	text-decoration: none;
}
#footer a:hover {
	color: #666666;
	text-decoration: underline;
}
h2 {
	font-size: 17px;
	color: #BE2025;
}
h3 {
	font-size: 14px;
	color: #BE2025;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	padding-bottom: 5px;
}
/* classes for validator */
.tfvHighlight{font-weight: bold; color: red;}
.tfvNormal{font-weight: normal;	color: black;}h4 {
	font-size: 16px;
}
#text {
	width: 920px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	font-size: 11px;
	color: #999999;
	padding-top: 7px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #CCCCCC;
	margin-bottom: 7px;
}
