@charset "UTF-8";
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	text-align: center;
	background-color: #000;
}
#gradientdiv {
	background-repeat: repeat-x;
	background-position: left top;
	margin: -25px 0px 0px;
	width: 100%;
	padding: 0px;
	height: 400px;
}
h1, h2, h3, h4, h5, h6, p, img, div, ol, ul, dl, li, dt, dd {
	margin: 0px;
	padding: 0px;
}
#basediv {
	margin-right: auto;
	margin-left: auto;
	width: 800px;
	z-index: auto;
	margin-top: 25px;
	padding-top: 25px;
}
#wrapper {
	float: left;
	width: 800px;
	border-top: 0px none;
	border-right: 0px none;
	border-bottom: 0px none;
	border-left: 0px none;
	background-color: #000;
}
#header {
	height: 245px;
	width: 800px;
	text-align: left;
	vertical-align: top;
	margin: 0px;
	padding: 0px;
}
#header a img {
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#index {
	float: left;
	width: 800px;
	background-color: #000;
	margin-top: 15px;
}

#index ul {
	font-family: Arial, Helvetica, sans-serif;
	list-style-type: none;
	font-style: normal;
	padding-right: 10px;
	padding-left: 10px;
	color: #666;
}
#index li {
	font-size: 15px;
	line-height: 20px;
	width: 130px;
	float: left;
	text-align: center;
}
#index ul li a:link img {
	border: thin solid #000;
}
#index ul li a:visited img {
	border: thin solid #000;
}
#index ul li a:hover img {
	border: thin solid #F00;
}
#index ul li a:active img {
	border: thin solid #F00;
}
#index a:link, #index a:visited {
	height: 68px;
	width: 130px;
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
	color: #FFF;
	text-decoration: none;
}
#index a:hover, #index  a:active {
	padding-top: 14px;
	color: #F00;
	text-decoration: none;
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
}
#maincontent {
	float: left;
	width: 800px;
	padding-bottom: 35px;
	text-align: left;
	margin-top: 10px;
	background-color: #000;
}
#maincontent h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 30px;
	line-height: 34px;
	color: #D0C700;
	margin-top: 25px;
}
#maincontent h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	line-height: 32px;
	color: #8F5E90;
	margin-left: 30px;
	margin-top: 15px;
	padding-bottom: 10px;
	font-style: italic;
	font-weight: normal;
}
#maincontent h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	line-height: 26px;
	color: #00AA98;
	margin-left: 60px;
	margin-top: 15px;
	padding-bottom: 10px;
	font-weight: normal;
}
#maincontent h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	line-height: 26px;
	color: #00AA98;
	margin-left: 60px;
	margin-top: 15px;
	padding-bottom: 10px;
	font-weight: normal;
	font-style: italic;
	clear: both;
}
#maincontent p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 25px;
	color: #BBB;
	margin-left: 90px;
	margin-top: 15px;
	margin-right: 75px;
	clear: left;
}
.italic {
	font-style: italic;
}
.bold {
	font-weight: bold;
}
#maincontent a:link, #maincontent a:visited {
	color: #09F;
	text-decoration: none;
}
#maincontent a:hover, #maincontent a:active {
	color: #F00;
	text-decoration: none;
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
}
#footerdiv {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 55px;
	padding-bottom: 45px;
	float: left;
	clear: both;
}
#footerdiv p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #999;
	text-align: center;
	margin: 0px;
	padding: 0px;
}
#footerdiv p a:link, #footerdiv p a:visited {
	color: #999;
	text-decoration: none;
}
#footerdiv p a:hover, #footerdiv p a:active {
	color: #06F;
	text-decoration: none;
}
