body {
	background-color:#000;
	margin:0px; 
	padding:0px;
	font-family:Arial, Helvetica, sans-serif; 
	color:#ffffff; 
	font-size:100%
}

/*HEADER*/
div.header {
	height: 250px;
	background-image:   url("/images/banners/header_background.jpg");
	background-position:center;
	background-repeat:repeat-x;
	background-attachment:scroll;
	width: 100%;
	voice-family: "\"}\"";
	voice-family: inherit;
}

html>body div.header {
	height:249px;
}

div.headerimage {
	padding:5px 0px 5px 0px;
}

/* MENU - COLUMN 1 */
#leftcontent {
	position: absolute;
	left:5px;
	top:250px;
	width:140px;
	font-size:80%;
}

/* CONTENT - COLUMN 2 */
#centercontent {
	background:#000;
	font-size:80%;
	color:#FFFFFF;
	margin-left: 149px;
	margin-right:149px;
	voice-family: "\"}\"";
	voice-family: inherit;
	margin-left: 151px;
	margin-right:151px;
}

html>body #centercontent {
	margin-left: 151px;
	margin-right:151px;
}

#centercontent a {
	text-decoration:none;
	color:#cccccc;
}

#centercontent a:hover {
	text-decoration:underline;
	color:#bd8d5e;
}

/* COLUMN 3 */
#rightcontent {
	position: absolute;
	right:10px;
	top:250px;
	width:140px;
}
	
/* FOOTER */
div.footer {
	height: 50px;
	background-image:   url("/images/banners/footer_background.jpg");
	background-position:center;
	background-repeat:repeat-x;
	background-attachment:scroll;
	clear: both;
	width: 100%;
}
	
/* GENERIC STYLES */
p,h1,h2 {
	margin:0px 10px 10px 10px;
}
		
h1 {
	color:#cccccc;
	font-size:200%;
	font-weight:bold;
	font-family:"Copperplate Gothic Bold";
	padding-top:10px;
}
	
h2 {
	color:#cccccc;
	font-size:125%;
	font-weight:bold;
	font-family:"Copperplate Gothic Bold";
}

table.styletable {
	border: 2px solid #ff0000;
}

table.styletable th { 
	background-color:#CCCCCC;
	color:#000000;
	border-width:0px;
	padding:5px;
}

table.styletable td {
	border:1px solid #cccccc;
	padding:5px;
}

table.styletable th.blackleft {
	border-left: 1px solid #000000;
}

table.styletable td.smalltext {
	font-size: 80%
}

.pastevents {
color: #333333
}
.rideout {
	background-color:#CCCCCC;
	color:#000000;
}


/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/flyoutt.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the assocaited (x)html may be modified in any 
way to fit your requirements.
=================================================================== */
/* common styling */
.menu {font-family: arial, sans-serif; width:106px; position:relative; margin:0; font-size:11px;}
.menu ul li a, .menu ul li a:visited {display:block; text-decoration:none; color:#ccc; width:104px; height:20px; text-align:center; border:1px solid #cccccc; background:#000; line-height:19px; font-size:100%; font-weight: bold}
.menu ul {padding:0; margin:0;list-style-type: none; }
.menu ul li {float:left; margin-right:1px; position:relative;}
.menu ul li ul {display: none;}

/* specific to non IE browsers */
.menu ul li:hover a {color:#000; background:#ccc;}
.menu ul li:hover ul {display:block; position:relative; top:0; left:50px; width:100px;}
.menu ul li:hover ul li a.hide {background:#000; color:#ccc;}
.menu ul li:hover ul li:hover a.hide {width:150px;}
.menu ul li:hover ul li ul {display:none;}
.menu ul li:hover ul li a {display:block; background:#000; color:#ccc; width:150px;}
.menu ul li:hover ul li a:hover {background:#ccc; color:#000;}
.menu ul li:hover ul li:hover ul {display:block; position:absolute; left:50px; top:0; color:#ccc;}


/* new styling */
.menu2 {font-family: arial, sans-serif; width:106px; position:relative; margin:0; font-size:11px;}
.menu2 ul li a, .menu2 ul li a:visited {display:block; text-decoration:none; color:#ccc; width:104px; height:20px; text-align:center; border:1px solid #cccccc; background:#000; line-height:19px; font-size:100%; font-weight: bold}
.menu2 ul {padding:0; margin:0;list-style-type: none; }
.menu2 ul li {float:left; margin-right:1px; position:relative;}
.menu2 ul li ul {display: none;}

/* specific to non IE browsers */
.menu2 ul li a:hover {background:#ccc; color:#000;}
.menu2 ul li ul {display:block; position:relative; top:0; left:25px; width:100px;}
.menu2 ul li ul li ul {display:none;}
.menu2 ul li ul li a {display:block; background:#000; color:#ccc; width:104px;}
.menu2 ul li ul li a:hover {background:#ccc; color:#000;}


