BODY {
	background-color:#FFB514;
}

A,TD,P,LI,SPAN,DIV,H1,H2,H3 {
	font-family:Arial;
	font-size:11px;
	letter-spacing:+0.01em;
	line-height:18px;
}


.layout-shadowLeft {
	background-image:url(/images/layout/shadowLeft.jpg);
	background-repeat:repeat-y;
}
.layout-shadowRight {
	background-image:url(/images/layout/shadowRight.jpg);
	background-repeat:repeat-y;
}
.backgroundColor {
	color:#8A7A67;
}
		
.content {
	background-image:url(/images/layout/contentBackground.jpg);
	background-repeat:no-repeat;
	background-position:bottom center;
	background-color:#FFFFFF;
	font-family:Arial,Helvetica,sans-serif;
	font-size:11px;
	line-height:18px;
			
	color:#333333;
}
.content P {
	font-family:Arial,Helvetica,sans-serif;
	font-size:11px;
	
	color:#333333;
	
}
.rideDate {
	font-size:18px;
	color:#E24E21;
	line-height:22px;
}
.rideLocation {
	font-size:16px;
	color:#FFB514;
	font-weight:bold;
}
		
H1, .contentHeading {
	color:#E24E21;
	font-size:22px;
	font-weight:bold;
	padding-top:10px;
	padding-bottom:10px;
	border-bottom:1px solid #DDDDDD;
	border-top:1px solid #DDDDDD;
	
}
H2 {
	font-size:16px;
	font-weight:bold;
	color:#6A5A57;
	padding-left:0px;
}		
		
.footer {
	background-image:url(/images/layout/footer.jpg);
	background-repeat:no-repeat;
	color:#FA6233;
	font-family:Arial;
	font-size:10px;
	padding-left:10px;
}
.footer A, .footer A:visited {
	color:#F1592A;
	text-decoration:none;
	font-size:10px;
}
.footer A:hover {
	text-decoration:underline;
	color:#FFFFFF;
}

.textHigh {
	color:#FFB514;
}

/*----------------------------------------------
Events
----------------------------------------------*/
.eventName {
	font-size:16px;
	font-weight:bold;
	color:#6A5A57;
	padding-left:0px;
}
.eventNameList {
	color:#6A5A57;
	font-weight:bold;
	font-size:12px;
	font-family:Arial;
}

.eventDate {
	color:#999999;
}

.eventText {
	color:#333333;
	font-size:11px;
	line-height:18px;
}
.eventText A {
	color:#555555;
	text-decoration:underline;
}
