body {
	margin-top: 0px;
	text-align: center;
	background-color: #FFFFFF;
	color: #000;
}
body p {
	color: black;
}

#container {
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	color: #000;
	padding: 0px;
	width: 830px;
	background-color: #fff;
	border: 1px solid #95979a;
	-moz-border-radius-topleft: 7px;	
	-webkit-border-top-left-radius: 7px;	
	-moz-border-radius-topright: 7px;	
	-webkit-border-top-right-radius: 7px;
	-moz-border-radius-bottomleft: 9px;	
	-webkit-border-bottom-left-radius: 9px;	
	-moz-border-radius-bottomright: 9px;	
	-webkit-border-bottom-right-radius: 9px;
}

#banner {
	-moz-border-radius-topleft: 7px;	
	-webkit-border-top-left-radius: 7px;	
	-moz-border-radius-topright: 7px;	
	-webkit-border-top-right-radius: 7px;
	border-top: 1px solid white;
	border-bottom: 1px solid white;
	border-left: 15px solid white;
	border-right: 15px solid white;
	height: 129px;
	background-color: white;
	background-image: url('../images/banner.png');
	background-repeat: no-repeat;
}

#menu {
	height: 18px;
	background-color: #ababab;
	font-size: 12px;
}
#menu ul {
	float: left;
	margin: 0;
	padding-left: 0;
	background-color: #2D72B3;
	width: 100%;
	font-family: helvetica, sans-serif;
	border-bottom: 3px solid gray;
}

#menu ul li { 
	display: inline; 
}

#menu ul li a {
	float: left;
	height: 15px;
	padding: 0.3em 1em 0.3em 1em;
	background-color: #2D72B3;
	color: white;
	text-decoration: none;
	border-right: 1px solid #fff;
}

#navlist li a#current {
	background: gray;
}
	
#menu ul li a:hover {
	background-color: #445666;
	color: #fff;
}

.floatRight {
	float: right;
	margin: 4px 4px 4px 20px;
}
.right {
	float: right;
	margin: 4px 4px 4px 20px;
}
.left {
	float: left;
	margin: 4px 4px 4px 20px;
}
.rules li {
	padding: 8px 20px 3px 3px;
}
.staff td {
	margin: 5px 5px 0px 5px;	
	padding: 8px 8px 0px 8px;
}
.error {
	width: 400px;
	padding: 4px 2px 4px 10px;
	background-color: #F8C8C8;
	font-family: helvetica;
	font-size: 14px;
	color: black;

}
.spacer { clear: both; }
#filler {
	height: 170px;
}
#contentbox {
	color: black;
}
.content {
	padding: 10px 10px 10px 10px;
	margin: 10px 10px 10px 10px;
	color: #000;
	text-align: left;
	font-family: sans-serif;
	font-size: 14px;
}
.content p {
	padding: 1px 2px 10px 2px;
	margin: 2px 2px 2px 2px;
	color: black;
}
.content h1,h2 {
	padding: 2px 2px 2px 2px;
	margin: 2px 2px 2px 2px;
}
.content a {
	color: #282F36;
	text-decoration: underline;
}
.content a:hover {
	color: #282F36;
	text-decoration: none;
}
.content img
{
	float: right;
	margin: 4px 4px 4px 20px;
}
#newsbox {
	float: left;
	width: 150px;
	margin: 20px 20px 20px 20px;
	padding: 0px 10px 10px 10px;
	background-color: #ededed;
	font-family: helvetica;
	font-size: 12px;
	color: black
	-moz-border-radius: 8px;	-webkit-border-radius: 8px;
}
#newsbox a {
	color: #282F36;
	text-decoration: none;
}
#newsbox a:hover {
	color: #282F36;
	text-decoration: underline;
}
#newsbox h3 {
	margin: 10px 2px 2px 2px;
	padding: 0px;
}
#infobox {
	float: right;
	width: 170px;
	margin: 20px 20px 20px 20px;
	padding: 10px 10px 10px 10px;
	background-color: #ededed;
	font-family: helvetica;
	font-size: 13px;
	color: black
	-moz-border-radius: 8px;	-webkit-border-radius: 8px;
}
#footer{
	float: bottom;
	margin-top: 5px;
	height: 30px;
	border-top: 5px solid #2D72B3;
	font-family: helvetica;
	font-size: 12px;
	width: 100%;
	-moz-border-radius-bottomleft: 7px;	
	-webkit-border-bottom-left-radius: 7px;	
	-moz-border-radius-bottomright: 7px;	
	-webkit-border-bottom-right-radius: 7px;
}
#admin a {
	float:left;
	padding: 8px 5px 8px 5px;
	color: #2D72B3;
	text-decoration: none;
}
#admin a:hover {
	color: #2D72B3;
	text-decoration: underline;
}
#thumb img {
	float: right;
	margin: 6px 3px 1px 2px;
}
#thumb p {
	color: #000;
	margin: 6px 3px 1px 2px;
	font-size 12px;
	float: right;
}

