@charset "utf-8";
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-align: center;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	line-height: 16px;
	background-attachment: fixed;
	background-image: url(/images/background.jpg);
}
hr {
	padding: 0px;
	height: 1px;
	margin-top: 10px;
	margin-bottom: 10px;
	border: 0px;
	background-color: #333333;
}
hr.headRule {
	padding: 0px;
	height: 1px;
	margin-top: 10px;
	margin-right: 20px;
	margin-bottom: 10px;
	margin-left: 20px;
	border: 0px;
	background-color: #333333;
}


h2 {
	color: #FF9900;
}
h2:hover {
	color: #FF3300;
	cursor: default;
}

a {
	color: #FF3300;
	text-decoration: none;
}


a:hover  {
	color: #FF9900;
	text-decoration: underline;
}


#wrapper {
	margin: auto;
	width: 1004px;
	text-align: justify;
	left: 0px;
	top: 0px;
	background-color: #000000;
	border: thin solid #333333;
}
#header {
	background-image: url(/images/header.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 415px;
	width: 1004px;
}
#headerRotator {
	background-image: url(/images/header/header.php);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 415px;
	width: 1004px;
}

#content {
	width: 964px;
	margin-right: 20px;
	margin-left: 20px;
}
#footer {
	width: 1004px;
	text-align: center;
	font-weight: bold;
	color: #999999;
}
#copyright {
	position: relative;
	font-weight: bold;
	color: #FF9900;
	text-align: center;
	font-size: 9px;
}
#copyright  a {
	color: #FF3300;
	text-decoration: none;
	margin-top: 140px;
	font-size: 12px;
}
#copyright  a:hover {
	color: #FF9900;
	text-decoration: none;
}
#copyright  .current  a {
	color: #FF9900;
}

#navigation {
	float: left;
	width: 200px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 0px;
	text-align: center;
}
#navigation   ul  {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

#navigation  li a {
	background-image: url(/images/button.png);
	height: 30px;
	width: 200px;
	list-style-type: none;
	list-style-position: inside;
	margin-bottom: 5px;
	text-align: center;
	display: block;
	background-repeat: no-repeat;
	padding-top: 7px;
	color: #333333;
	font-weight: bold;
	font-size: 14px;
	text-decoration: none;
}
#navigation           .current  a              {
	background-image: url(/images/buttonOver.png);
	height: 30px;
	width: 200px;
	list-style-type: none;
	list-style-position: inside;
	margin-bottom: 5px;
	color: #FFCC00;
	text-decoration: none;
}
#navigation  li  a:hover {
	background-image: url(/images/buttonOver.png);
	height: 30px;
	width: 200px;
	list-style-type: none;
	list-style-position: inside;
	margin-bottom: 5px;
	color: #FFCC00;
	text-decoration: none;
}



#headerCutout {
	float: right;
	height: 100px;
	width: 440px;
}
.indentList {
	text-indent: 40px;
	list-style-position: inside;
}

.stats {
	font-size: 10px;
}
.stats td {
	padding-right: 5px;
	padding-left: 5px;
}
.stats th {
	font-size: 12px;
	color: #FFCC00;
	text-align: center;
}

.floatLeft {
	float: left;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 0px;
}

.floatRight {
	float: right;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 20px;
}


.clear {
	clear: both;
	height: 0px;
	width: 0px;
	visibility: hidden;
}
.floatStatsRight {
	float: right;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
}
.formCenter {
	text-align: center;
	float: right;
	width: 744px;
}
.formLeft {
	text-align: left;
	padding-top: 20px;
}
.formLeft fieldset {
	border: 1px solid #666666;
	background-color: #222222;
}
.formLeft legend {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FF9900;
	font-weight: bold;
}
.formLeft input {
	width: 400px;
	background-color: #000000;
	color: #FFFFFF;
	border: 1px solid #666666;
}
.formLeft textarea {
	width: 400px;
	background-color: #000000;
	color: #FFFFFF;
	border: 1px solid #666666;
}
.formLeft select {
	width: 400px;
	background-color: #000000;
	color: #FFFFFF;
	border: 1px solid #666666;
}
