@charset "UTF-8";

body {
	background-color: #000000;
	font-size: x-large;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}
h1 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-style: normal;
	color: #FFFFFF;
	text-align: center;
	text-decoration: none;
	padding: 0;
	margin: 0;
}
h2 {
}
h3 {
	color: #FFFFFF;
	font-size: 70%;
}
#Container/* CSS Document */


 {
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
	width: 800px;
}
#Header {
	text-align: center;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	height: 100px;
}
#NavBar
{
	padding: 0;
	margin-top: 10px;
	width: 800px;
	font-family: Arial, Helvetica, sans-serif;
	list-style-image: none;
}
#NavBar  ul
{
	text-decoration: none;
	margin: 0px;
	padding: 0px;
}
#NavBar  ul  li
{
	display: block;
	float: left;
	padding: 0;
	margin: 0;
	font-size: 65%;
	font-family: Helvetica, Geneva, Arial, sans-serif;
	font-style: normal;
	text-decoration: none;
	list-style-image: none;
	vertical-align: middle;
}
#NavBar  ul  li  a
{
	width: 200px;
	height: auto;
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	list-style-image: none;
	list-style-type: none;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
}
#NavBar  ul  li  a:hover
{
	color: #666666;
	list-style-image: none;
	list-style-type: none;
	background-repeat: no-repeat;
	background-position: center;
}
#NavBar  a:active
{
	list-style-image: none;
	list-style-type: none;
}
#NavBar  li#active  a
{
	color: #FFFFFF;
	list-style-image: none;
	list-style-type: none;
}
#NavBar  #active  #current  {
	list-style-type: none;
	list-style-image: none;
	background-repeat: no-repeat;
	background-position: center;
	color: #CC9900;
}
#MainContent {
	margin-top: 10px;
}

#Footer
{
	width: 800px;
	font-family: Arial, Helvetica, sans-serif;
	list-style-image: none;
	clear: both;
}
