@charset "utf-8";
/* CSS Document */
body {
	color:#eeeee;
	background-color:black;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:center;
	margin:0 auto;
}
#wrapper {
	width:998px;
	display:block;
	margin:0 auto;
	text-align:left;
}
#header {
	padding-bottom:2px;
}
#nav {
	width:99.9%;
	background-color:#3e0709;
	border: 1px solid #3e0709;
	background-color:#3e0709;
		padding-bottom:12px;
	padding-top:12px;
}
#menu {
	padding-left:25px;
	padding-right:25px;
	padding-bottom:12px;
	padding-top:12px;
	border-right: 1px solid black;
	font-size:14px;
	background-color:#3e0709;
}
a.mnu {
	font-weight:600;
	color:#cccccc;
	text-decoration:none;
}
a:visited.mnu {
	font-weight:600;
	color:#cccccc;
	text-decoration:none;
}
a:hover.mnu {
	font-weight:600;
	color:#bcad72;
	text-decoration:none;
}
a {
	font-weight:600;
	color:#18253e;
	text-decoration:none;
}
a:visited {
	font-weight:600;
	color:#18253e;
	text-decoration:none;
}
a:hover {
	font-weight:600;
	color:#bb0005;
	text-decoration:none;
}
#main {
	border: 1px solid #3e0709;
	float:left;
	clear:right;
	width:99.9%;
	background-color:#aaaaaa;
}
#content {
	color:#111111;
	width:698px;
	float:left;
	padding:40px;
	background-color:#cccccc;
	
}
#rightblock {
	padding: 20px;
	width: 170px;
	color:#111111;
	float:left;
}
#footer {
	text-align:center;
	width:998px;
}
#copy {
	float:left;	
	padding-top:4px;
	padding-bottom:4px;
	background-color:#3e0709;
	color:white;
	width:970px
}
h1 {
	font-size: 14px;
	font-weight:600;
	color:#650003;
	padding-bottom:10px auto;
}
div.BlockHead2 {
	font-size: 13px;
	font-weight:600;
	color:#18253e;
}
#spacer {
	border-bottom:1px dashed black;
	width:100%;
}
input {
	font-size:9px;
	width:70px;
}
input.submit {
	width: 30px;
}
span.formlabel
{
font-size:10px;
display:block;
float:left;
width:50px;
margin-right:.5em auto;
padding-top:3px
}


