* {
	margin: 0;
	padding: 0;
	border: 0;
}

body {
	background-image:url(../images/grad-bg.jpg);
	background-position: center;
	background-repeat: repeat-y;
	background-color: #000000;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#container {
	width: 960px;
	margin: auto;
}

#nav {
	width: 960px;
	height: 94px;
}	

#bodycontent {
	width: 960px;
	margin-top:-10px;
}

#sidebar {
	width: 235px;
	height: 429px;
	float:right;
	margin-left:8px;
	background-image:url(../images/sidebar-bg.jpg);
	background-repeat: no-repeat;
	margin-bottom: 10px;
	margin-top:-50px;
}

#sidebar h1 {
	color:#FFFFFF;
	font-weight: bold;
	text-align: center;
	font-size: 16px;
	text-transform: uppercase;
	margin: 10px;
}

#sidebar h1.news {
	color:#FFFFFF;
	font-weight: bold;
	text-align: center;
	font-size: 16px;
	text-transform: uppercase;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 70px;
}

#sidebar p {
	font-size: 12px;
	color:#FF0000;
	margin: 15px;
}

.highlight {font-weight: bold; color:#ffffff;}

#sidebar a {
	font-size: 12px;
	color:#ffffff;
	text-decoration: none;
	font-weight: bold;
}

#sidebar a:hover {
	font-size: 12px;
	color:#ffffff;
	text-decoration: underline;
	font-weight: bold;
}

#homeslideshow {
	width: 717px;
	height: 252px;
	margin-bottom:10px;
	margin-top: 10px;
}

#homeslideshow .flashhome {
	margin-top:-50px;
}

#homecontent {
	background-color: #FFFFFF;
	width: 717px;
	height: 165px;
}	

#homecontent h1 {
	padding: 4px;
}

#homecontent p, #content p {
	padding: 15px;
	color:#000000;
	font-size: 12px;
}

#content {
	background-color: #FFFFFF;
	width: 717px;
	margin-top: 9px;
	margin-bottom: 10px;
	min-height: 429px;
}

#content h1 {
	font-size: 18px;
	color:#FF0000;
	text-transform: uppercase;
	padding: 10px;
}

#content h2 {
	font-size: 16px;
	color:#FF0000;
	text-transform: uppercase;
	padding: 10px;
}

#content img {
	float: right;
	margin: 7px;
}

#content p.warning {
	font-size: 12px;
	color: #FF0000;
	font-weight: bold;
	padding: 15px;
}

#content table {
	border:0;
	padding: 10px;
}

#content table th {
	background-image: url(../images/header-table.jpg);
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	padding: 5px;
}

#content table td {
	border: 1px solid #cccccc;
	padding: 5px;
	text-align: center;
}

#content table td.tourney {
	background-image: url(../images/header-table.jpg);
	color:#FFFFFF;
	font-weight: bold;
	text-align: center;
}

#content a {
	color:#FF0000;
	font-weight:bold;
	text-decoration:none;
	font-size: 12px;
}

#content a:hover {
	color:#FF0000;
	font-weight:bold;
	text-decoration:underline;
	font-size: 12px;
}

#content ul {
	margin: 10px;
}

#content ul li {
	list-style-type: disc;
	margin-left: 40px;
}

input {
	border: 1px solid #666666;
	padding: 5px;
	margin: 5px;
}

textarea { 
	border: 1px solid #666666;
	padding: 5px;
	margin: 5px;
}

#footer {
	clear: right;
	background-color: #000000;
	height:25px;
}

#footer p {
	color:#FFFFFF;
	margin-left: 5px;
	padding-top:5px;
	font-size: 11px;
}

#footer a {
	float: right;
	margin-right: 5px;
	padding-top: 5px;
	color:#FFFFFF;
	text-decoration: none;
	font-size: 11px;
}

#footer a:hover {
	float: right;
	margin-right: 5px;
	padding-top: 5px;
	color:#FFFFFF;
	text-decoration: underline;
	font-size: 11px;
}
ol {list-style-type: decimal; padding-left: 50px;}
