body	{
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 12px;
	scrollbar-face-color: #385B31;
	scrollbar-shadow-color: #ffffff;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-3dlight-color: #000000;
	scrollbar-darkshadow-color: #000000;
	scrollbar-track-color: #FFFFFF;
	scrollbar-arrow-color: #FFFFFF;
	margin: 10px 0px 0px;
	padding: 0px;
	text-align: center;
	background: #011701 url(images/sitebg.gif) repeat;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
}

/* This sets a default font for all of our tag selectors. We set the text align back to left so it won't center (based on the body tag to compensate for IE.) */

p, h1, h2, h3, h4, h5, a, ul, li, lo, td {
	text-align: left; /* Not necessary if not using text-align center in body tag for older IE browsers. */
}
/* Redefines the p tag */
p {
	color: #000000;
	font: 12px/22px "Trebuchet MS", Verdana;
}
h1 {
	font-size: 14px;
	text-align: right;
	text-transform: uppercase;
	color: #000D00;
	border-top: #770000;
	border-bottom: 1px dashed;
	padding-right: 20px;
}
h2 {
	margin: 20px 0px 0px;
	padding: 0px;
	font: bold 14px/24px "Trebuchet MS", Verdana;
	text-align: center;
	color: #000000;
}

/* Creates the general link style for the site. This is not the main navigation.  */
a:link {
	color: #000000;
	text-decoration: underline;
}
a:visited {
	color: #000000;
	text-decoration: underline;
}
a:hover {
	color: #000000;
	text-decoration: none;
}
a:active {
	color: #000000;
	text-decoration: underline;
}

/* Creates DIV container for header. Setting the left and right margins to auto will center DIV. */
div#header {
	height: 160px;
	width: 800px;
	background: #D1D7CC url(images/header.jpg);
	margin: 0px;
	padding: 0px;
}
/* ----------------- FOOTER ----------------- */

clear {
	clear: both;
}
ul#mainnav {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	clear: both;
	text-align: left;
	}
ul#mainnav li {
	display: run-in;
	text-align: left;
	width: 170px;
	border: none;
}

ul#mainnav li a:link, ul#mainnav li a:visited, ul#mainnav li a:active {
	font-size: 12px;
	text-decoration: none;
	text-align: left;
	display: block;
	width: auto;
	padding: 2px 5px;
	margin: 0px;
	color: #FFFFFF;
	text-transform: capitalize;
	border-bottom: 2px solid #FFFFFF;
	font-weight: bolder;
}
ul#mainnav li a:hover, ul#mainnav li a.current:link, ul#mainnav li a.current:visited {
	text-decoration: underline;
	background: #EAEEE8;
	color: #000D00;
}

/* ----------------- CUSTOM CLASSES ----------------- */

address {
	color: #666666;
	font: bolder normal 12px/normal "Trebuchet MS", Verdana, Arial, sans-serif;
	margin: 0px;
	padding: 10px 0px 0px 5px;
	text-align: left;
}
address a:link, address a:hover, address a:visited, address a:active {
	color: #FFFFFF;
	font: normal 12px/normal "Trebuchet MS", Verdana, Arial, sans-serif;
	margin: 0px;
	padding: 0px;
	text-align: left;
}
div#container {
	margin: 0px auto;
	width: 800px;
	background: url(images/content.gif) repeat-y;
	padding: 0px;
	position: relative;
}
div#content {
	width: 800px;
	margin: 0px auto;
	padding: 0px;
	background: url(images/middle.gif);
}
ul#normal {
	color: #000000;
	font: 12px/24px "Trebuchet MS", Verdana;
}
img.right {
	float: right;
	border: 1px solid #000000;
	margin-left: 5px;
	padding: 2px;
}
div#leftside {
	width: 190px;
	position: absolute;
	left: -2px;
	top: 176px;
	right: 0px;
	bottom: 0px;
	text-align: left;
	color: #0E2F47;
	float: left;
	padding-left: 15px;
}
div#rightside {
	margin: 0px 0px 10px 190px;
	padding: 0px;
	width: 580px;
}
h3 {
	font-size: 16px;
	text-align: left;
	text-transform: uppercase;
	color: #990000;
	margin: 0px;
	padding: 0px;
}
img.left {
	float: left;
	border: 1px solid #000000;
	margin-right: 5px;
	padding: 2px;
}
h4 {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-align: center;
	margin: 0px;
	padding: 2px 0px 0px;
}
div#countdown {
	position: absolute;
	left: 588px;
	height: 20px;
	width: 170px;
	top: 142px;
	right: 0px;
	bottom: 0px;
}
div#names {
	position: absolute;
	left: 150px;
	height: 20px;
	width: 170px;
	top: 142px;
	right: 0px;
	bottom: 0px;
	font: bold 16px "Trebuchet MS", Verdana;
	text-align: left;
}
form {
	text-align: left;
}
#col {
	float: left;
	width: 280px;
	font: 12px/22px "Trebuchet MS", Verdana;
	text-align: left;
}
#col2 {
	width: 250px;
	font: 12px/22px "Trebuchet MS", Verdana;
	text-align: left;
	float: left;
	margin-bottom: 10px;
}
h6 {
	font-size: 16px;
}

h5 {
	font: 12px/10px Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	text-align: left;
	margin: 0px 0px -20px;
	padding: 5px 5px 5px 0px;
	background: #D1DACB;
	height: 10px;
}
p.vary {
	clear: right;
}
div#links a {display: block; text-align: left; font: bold 1em sans-serif; 
   padding: 5px 10px; margin: 0; border-width: 0; 
   text-decoration: underline; color: #000000; font: 12px/22px "Trebuchet MS", Verdana}
div#links a:hover {color: #411;  text-decoration: none;}
div#links a span {display: none;}
div#links a:hover span {display: block;
   position: absolute; top: 500px; left: 0; width: 100px;
   padding: 5px; margin: 10px; z-index: 100;
   color: #000000; 
   font: 12px/22px "Trebuchet MS", Verdana; text-align: left}
div#footer {
	height: 20px;
	width: 800px;
	background: #D1D7CC url(images/footer.gif);
	margin: 0px;
	padding: 0px;
	clear: both;
}
