* {
	padding: 0;
	margin: 0;
}

body {
	background-color: #fff;
	background-image: url('/images/watermark1.jpg');
	background-repeat: no-repeat;
	background-position: 175px 300px;
}

br.spacer, div.spacer {
	clear: left;
}

a {
	color: #005b25;
}

h1 {
	font-weight: normal;
	margin-bottom: 10px;
}

h2 {
	font-weight: normal;
	margin: 10px 0;
	color: #005b25;
}

h3 {
	font-weight: normal;
	margin: 10px 0;
}

hr {
	margin-top: 20px;
	margin-bottom: 20px;
}

ol, ul {
	list-style-position: inside;
}

fieldset {
	/*width: 350px;*/
	padding: 10px;
}

label {
	display: block;
	float: left;
	text-align: right;
	margin: 5px 2px;
	width: 125px;
}

input {
	padding: 2px;
}

option {
	margin: 2px;
}

table {
	margin-bottom: 10px;
}

th {
	font-size: 10pt;
	border: 1px solid #000;
	text-align: left;
	padding: 0 5px;
}

#container {
/*	width: 900px;
	margin: 0 auto;*/
}

#logo {
	float: left;
	display: block;
}

#weather {
	display: none;
	border-collapse: collapse;
}

#weather img {
	display: block;
	border: 0;
}

#top {
	margin: 0;
	padding: 0;
	background-image: url("/images/top.jpg");
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #005b25;
	height: 250px;
	width: 100%;
}

#top h1 {
	background-color: #005b25;
	color: #c9e765;
	border-top: solid 2px #c9e765;
	border-bottom: solid 2px #c9e765;
	text-align: center;
}

#main {
	margin-left: 175px;
	padding-left: 10px;
	padding-top: 5px;
	background-image: url('/images/corner.jpg');
	background-repeat: no-repeat;
	background-position: 0 0;
}

#main p, #main ol, #main ul, #main form, #main td, legend {
	font-size: 10pt;
}

/* Start of Menu CSS */
#menu {
	text-align: center;
	width: 100%;
	border-top: 2px solid #c9e765;
}

#menu table {
	margin: 0 auto;
	border-collapse: collapse;
	width: 100%;
}

#menu td {
	width: 10%;
	background-color: #005b25;
}

#menu a {
	display: block;
	width: 100%;
	color: #c9e765;
	font-weight: bold;
	font-size: 10pt;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	text-decoration: none;
	padding: 5px 0;
}

#menu a:hover {
	color: #fff;
	background-color: #00401A;
}

#leftmenu {
	background-color: #005b25;
	color: #fff;
	width: 175px;
	position: relative;
	float: left;
	top: 0px;
	padding: 10px 0;
}

#leftmenu ul {
	list-style: none;
	list-style-position: outside;
}

#leftmenu li {
	padding-left: 10px;
	font-size: 10pt;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	color: #c9e765;
}

#leftmenu a {
	color: #fff;
	text-decoration: none;
	display: block;
	width: 90%;
	border: 1px solid #005b25;
}

#leftmenu a:hover {
	border: 1px solid #c9e765;
}

li.heading {
	font-weight: bold;
	color: #c9e765;
}

#payout {
	width: 99%;
	border: 1px solid #000;
	border-collapse: collapse;
}

#payout td {
	font-size: 9pt;
	line-height: 15pt;
	vertical-align: bottom;
	text-align: center;
	border: 1px solid #000;
	padding: 2px
}

#bottom {
	padding: 10px 0;
	width: 175px;
/*	position: absolute;
	top: 950px;
	left: 0;*/
}

#bottom p {
	font-size: 8pt;
}

form input, form select, button, textarea {
	background-color: #ffffff;
	border: 1px solid #000000;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 11px;
	color: #000000;
}

table.stats {
	border-collapse: collapse;
}

table.stats td {
	border: 1px solid #000000;
	padding: 0 5px;
}

table.profile td {
	padding: 0 5px;
}

#news, #clock {
	border: 1px solid #005b25;
	margin: 50px 50px 0 450px;
	background-color: #ffdebf;
	font-size: 10pt;
	padding: 2px;
}

#links tr td img {
	border: none;
}

#links a {
	text-decoration: none;
}
