/* Global Styles */

* {
	margin:0px;
	padding: 0px;
}

body {
	margin:0px;
	background-color:#999966;
	text-align:center;
	font-family:Verdana, Arial, Helvetica, sans-serif; 
	font-size:85%;
	}
	
td {
	font:11px arial;
	color:#333333;
	}
	
	
/* ID Styles */

/*----centering the body and then left aligning the wrapper gets around an IE bug ---- */
#wrapper {
	position: relative;
	background-color: #7B7B53;
	width:800px;
	text-align:left;
	padding: 0px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

/* ------ position:relative when not followed by another position thing, is for anything within the header --*/
#header {
	position: relative; 
	height: 195px;
}

#header h1 {
	margin-left: -9000px;
	height:0px;
}


#header #logoImage {
	width: 800px;
	height: 190px;
	background:url(banner.jpg) top no-repeat;
	z-index: 1;
}

/*#header p {
	font-family:"Courier New", Courier, monospace;
	font-size:16px;
	color: #990000;
	position:absolute;
	top:155px;
	left: 15px;
	}*/
/*-- Main Navigation Styles --*/

#header ul {
	margin: 0;
	position:absolute;
	left:23px;
	bottom:-29px;
	width:800px;
	list-style: none;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 10;
	}

#header ul li {
	float: left;
	}
	
#header ul a {
	padding: 0 2em;
	font-size:12px;
	font:Verdana, Arial, Helvetica, sans-serif;
	line-height: 2em;
	text-decoration: none;
	color:#FFFF99;
	float:left;
	display: block;
	background:url(menu_sep.gif) no-repeat left top;
	}
	
#header ul a.first {
	background:none;
	color: #006633;
	background-color: #999966;
	}
	
#header ul a:hover {
	color:#CCCCCC;
	}


/*-------This is the original button look-----
	#header ul {
	margin: 0;
	padding: 0;
	position:absolute;
	left:0;
	bottom:5px;
	width:800px;
	list-style: none;
	background:url(menu_bg.gif)  repeat-x top left;
	}

#header ul li {
	float: left;
	}
	
#header ul a {
	padding: 0 2em;
	font-size:12px;
	font:Verdana, Arial, Helvetica, sans-serif;
	line-height: 2em;
	text-decoration: none;
	color:#BE1148;
	float:left;
	display: block;
	background:url(menu_sep.gif) no-repeat left top;
	}
	
#header ul a.first {
	background:none;
	}
	
#header ul a:hover {
	color:#561216;
	}
*/	
#sidebar {
	width: 300px;
	float:left;
	left: 100px;
	height: 440px;
	z-index: 3;
	background-color: #FFFFFF;
	padding: 10px;
	margin-top: 30px;
}

#sidebar a {
	color: #333333;
	text-decoration:underline;
	font-weight:normal;
	font-style: italic;
	}
	
#sidebar a:hover {
	color: #990000;
	text-decoration:underline;
	}

#content {
	width: 410px;
	float: left;
	left: 315px;
	top: 250px;
	height: 580px;
	background-color: #FFFFFF;
	z-index: 2;
	margin-left: 15px;
	margin-top: 30px;
}

#clear {
	clear:both;
}

#footer {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #ffffff;
}
/*--Home Page --*/
#sidebarMain {
	width: 200px;
	float:left;
	left: 25px;
	height: 400px;
	z-index: 3;
	background-color: #669999;
	margin-top: -10px;
	margin-left: 15px;
	padding-top: 70px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}

#sidebarMain h1 {
	font:14px georgia;
	color: #336600;
	font-weight:bold;
	line-height:16px;
	letter-spacing:0.1em;
	}

#sidebarMain h2 {
	color: #669999;
	font-weight:bold;
	line-height:1.2em;
	letter-spacing:0.1em;
	padding-left: 25px;
	font-family: georgia;
	font-size: 14px;
	padding-top: 1.5em;
	padding-right: 15px;
	}
	
#sidebarMain p {
	font:12px georgia;
	color: #39605E;
	line-height:22px;
	padding-bottom: 0.5em;
	}

#sidebarMain a {
	color: #333333;
	text-decoration:underline;
	font-weight:normal;
	font-style: italic;
	}
	
#sidebarMain a:hover {
	color: #990000;
	text-decoration:underline;
	}

/*---------------------content-----*/
#contentMain {
	/*	width: 750px;*/
	float: left;
	height: 0px;
	background-color: #FFFFFF;
	z-index: 2;
	margin-left: 15px;
	margin-top: 50px;
}

#contentMain p {
	font:12px verdana;
	line-height:22px;
	color:#333333;
	padding-right: 15px;
	padding-left: 25px;
	padding-top: 2em;
	}

#contentMain ul {
	font:12px verdana;
	line-height:18px;
	color:#333333;
	padding-right: 15px;
	padding-left: 40px;
	padding-top: 1.6em;
	}

#contentMain h1 {
	font:20px georgia;
	color: #BE1128;
	letter-spacing:0.1em;
	line-height:1.5em;
	margin-left: 20px;
	padding-top: 1em;
	}
	
#contentMain h2 {
	color: #4E7474;
	font-weight:bold;
	line-height:1.2em;
	letter-spacing:0.1em;
	padding-left: 25px;
	font-family: georgia;
	font-size: 14px;
	padding-top: 1.5em;
	padding-right: 15px;
	}

#contentMain a {
	color: #333333;
	text-decoration:underline;
	font-weight:normal;
	font-style: italic;
	}
	
#contentMain a:hover {
	color: #990000;
	text-decoration:underline;
	}

#contestMain {
	width: 250px;
	float: left;
	}

#outofstateMain {
	width: 250px;
	float: left;
	}

#trainingrideMain {
	width: 250px;
	float: left;
	}

#contentBottom {
	width: 750px;
	float: none;
	bottom: 0px;
	clear: both;
}

/*------------- color here is the foreground color, that is, the color of the text -----*/
	
#navbar {
	width:100%;
	height: 25px;
	font-size: .8em;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 5em;
}
	
#navbar a {
	font:10px arial;
	color: #336666;
	text-decoration:none;
	letter-spacing:.1em;
	}
	
#navbar a:hover {
	color: #993300;
	text-decoration:underline;
	}

#padding {
	padding:20px 5px 20px 5px;
	}
	
#weekdays th {
	font:10px arial;
	color: #ffffff;
	letter-spacing:.2em;
	}

#calheader td {
	font-weight:bold;
	}

/* Class Styles */
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.logo {
	font:18px times new roman;
	color: #333300;
	letter-spacing:.4em;
	font-weight:bold;
	}

.sidebarText {
	font:12px georgia;
	color: #336666;
	line-height:18px;
	}
	
.bodyText {
	font:12px verdana;
	line-height:16px;
	color:#333333;
	}
	
.pageName {
	font:20px georgia;
	color: #BE1128;
	letter-spacing:0.1em;
	line-height:12px;
	margin-left: 20px;
	padding: 1.5em;
	}
	
.subHeader {
	font:14px georgia;
	color: #669999;
	font-weight:bold;
	line-height:20px;
	letter-spacing:0.1em;
	}
	
.navText {
	font:12px arial;
	color: #BE1128;
	letter-spacing:0.1em;
	font-weight: bold;
	}
	
.calendarText {
	font:11px arial;
	line-height:14px;
	color:#333333;
	}
	
.mainPage {
	width: 750px;
	}
	
.whatisPage {
	width: 490px;
	}#footer {
}
