@charset "utf-8";
body {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CCCCCC;
	background-color: #000000;
	margin: 0px;
	padding: 0px;
}
#seperator {
	clear: both;
	width: 1000px;
	margin-top: 10px;
	margin-bottom: 10px;
}



#container {
	width: 1000px;
	margin: auto;
}


#header {
	background-image: url(../images/banner4.gif);
	height: 300px;
	width: 1000px;
}
#nav {
	text-align: left;
	margin-bottom: 20px;
}

#nav ul {
	margin: 0px;
	padding: 0px;
}
#nav ul li {
	list-style-type: none;
	display: inline;
	margin: 0px;
	padding-right: 40px;
}
#nav ul li a {
	text-decoration: none;
	font-size: 14px;
	color: #FF0000;
	font-weight: bold;
}
#nav ul li a:hover {
	color: #FFFFFF;
}
#content {
	width: 1000px;
}
#content h1 {
	font-size: 24px;
	color: #FF6600;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
#content h2 {
	clear: both;
	padding-top: 20px;
}
#content h3 {
	clear: both;
	font-style: italic;
}



.imageleft {
	background-color: #000000;
	float: left;
	width: auto;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
	display: block;
}
.imageleft p {
	font-style: normal;
	color: #FFFFFF;
	padding-bottom: 10px;
	font-variant: small-caps;
	margin: 0px;
}

.imageleft  img {
	margin: 10px;

}
.imageright {
	background-color: #000000;
	float: right;
	width: auto;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
}
.imageright img {
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}
.text {
	width: auto;
	margin-top: 10px;
}
.text    p {
	color: #999999;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	line-height: 18px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.text a {
	font-weight: bold;
	color: #FF6600;
	text-decoration: none;
}
.text a:hover {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
#footer {
	font-size: 10px;
	color: #FF6600;
	text-align: center;
	clear: both;
	margin-top: 20px;
}
#pagenav {
	float: left;
	width: auto;
	padding-top: 10px;
	clear: both;
}
#pagenav ul {
	margin: 0px;
	padding: 0px;
}
#pagenav ul li {
	list-style-type: none;
	padding-top: 3px;
	padding-bottom: 3px;
}
#pagenav ul li a {
	font-size: 16px;
	color: #666600;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: italic;
}
#pagenav  ul li a:hover {
	color: #FFFFFF;
}
.back {
	padding: 10px;
	width: 50px;
	background-color: #990000;
	text-align: center;
	border-top-color: #FF0000;
	border-right-color: #330000;
	border-bottom-color: #330000;
	border-left-color: #FF0000;
	border-top-width: medium;
	border-right-width: medium;
	border-bottom-width: medium;
	border-left-width: medium;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	height: 16px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	clear: both;
}
.back a {
	font-variant: small-caps;
	text-decoration: none;
	font-size: 16px;
	color: #000000;
	margin: 0px;
	padding: 0px;
}
.back a:hover {
	color: #FFFFFF;
}
.warning {
	font-weight: bold;
	color: #FF0000;
}
