@charset "UTF-8";
/* CSS Document */

<style type="text/css">

<!--
body {
	font-family: Verdana;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000000;
	z-index: 6;
	}
a.nav:link {
	color: #ffffff;
	background-color: transparent;
	text-decoration: none;
	}
a.nav:visited {
	color: #ffffff;
	background-color: transparent;
	text-decoration: none;
	outline: none;
	}
a.nav:hover {
	color: #777777;
	background-color: transparent;
	text-decoration: none;
	}
a.nav.active {
	color: #777777;
	background-color: transparent;
	text-decoration: none;
	outline: none;
	}
#nav {
	width: 770px;
	height: 35px;
	background: #000000;
	margin: 0 auto;
	border: 2px black;
	text-align: left;	
	z-index: 2;
	}
#navlinks {
	color:#FFFFFF;
	text-align: left;
	font-size:16pt;
	text-decoration:none;
	padding-top: 5px;
	padding-right: 2px;
	text-decoration: none;
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	z-index: 2;
	}
#top {
	width: 770px;
	height: 300px;
	background: #000000;
	margin: 0 auto;
	border: 2px black;
	z-index: 3;
	}
#main {
	position: relative;
	width: 770px;
	height: 800px;
	background: #000000;
	margin: 0 auto;
	border: 2px black;
	text-align: left;
	color: #FFFFFF;
	font-family: Verdana;
	z-index: 4;
	font-weight: lighter;
	}
#mainhead {
	font-family: 100% Verdana, sans-serif;
	font-size: 36pt;
	}
#footer {
	width: 770px;
	height: 25px;
	background: #000000;
	margin: 0 auto;
	border: none;
	text-align: center;
	padding-top: 5px;
	color: #ffffff;
	font-size: 10px;
	z-index: 5;
	}
#mainContent {
	padding: 0 20px;
	}
#shadow {
	background-image:url(shadow.png);
	background-position: center;
	background-repeat: repeat-y;
	}
a.gear:link {
	color: transparent;
	background-color: transparent;
	text-decoration: none;
	}
a.gear:visited {
	color: transparent;
	background-color: transparent;
	text-decoration: none;
	outline: none;
	}
a.gear:hover {
	color: #FFFFFF;
	background-color: transparent;
	text-decoration: none;
	}
a.gear.active {
	color: #FFFFFF;
	background-color: transparent;
	text-decoration: none;
	outline: none;
	}
	

-->


</style>