body {
	background: #fff;
	margin: 0;
	padding: 0;
}
#header {
	display: none;
}
#sponsor {
	position: absolute;
	left: 554px;
	top: 0;
}
#navcontainer {
	display: none;
}
.navimgTop {
	display: none;
}
.navimgBot {
	display: none;
}
#featuredRide {
	display: none;
}
#contentTop {
	display: none;
}
#contentText {
	width: 90%;
	position: absolute;
	height: auto;
	left: 0;
	top: 0;
	padding-left: 0;
	padding-right: 0;
	padding-bottom: 0;
	background-color: #FFF;
	filter: Alpha(Opacity=100);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	border-left: 2px solid black;
	border-right: 2px solid black;
}
#contentTextsolid {
	width: 90%;
	border: none;
	background: #fff;
	left: 0;
	top: 0;
}
#contentText a {
	color: #CC0000;
}
#contentText a:hover {
	color: #ff0000;
	height: auto;
}
#footer {
	position: absolute;
	left: 0;
	bottom: -1px;
	width: 543px;
	background-color: #000;
	padding: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFF;
	text-align: center;
}
#footer a {
	color: #fff;
}
#footer a:hover {
	color: #ccc;
}
h1 {
	font-size: 24px;
}
h2 {
	font-size: 18px;
}
.whiteText {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}
.emptyDay {
	background-color: #DADADA;
}
.regDay {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-color: #FFFFFF;
	font-weight: bold;
}
.thisDay {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-color: #FFFFCC;
	font-weight: bold;
}
.forumTopicsTop {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #000099;
	padding: 3px;
}
.forumTopicTd {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	background-color: #DFDFDF;
	padding: 3px;
}
.pic {
	height: 370px;
	display: block;
}

/* CALENDAR */
#calTableBig {
	background: #fff;
	clear: both;
	font-size: 10px;
	margin: 0 0 0 0;
	border-collapse: collapse;
	width: 7in;
}
#calTableBig th {
	background: #730C0D;
	color: #fff;
	border: 1px solid #730C0D;
	text-align: center;
}
#calTableBig th a {
	color: #758DD0;
	text-decoration: none;
}
#calTableBig th a:hover {
	color: #fff;
	text-decoration: none;
}
#calTableBig th.calHeadSmall {
	background: #1E235D;
	color: #fff;
	border: 1px solid #1E235D;
	font-size: 11px;
	font-weight: normal;
}
#calTableBig th.calHeadMonth {
	background: #1E235D;
	color: #fff;
	border: 1px solid #1E235D;
	font-size: 14px;
	padding: 5px;
}
#calTableBig td {
	background: #fff;
	border: 1px solid #1E235D;
	text-align: right;
	color: #1E235D;
	padding: 0 !important;
	margin: 0;
}
#calTableBig td p {
	margin: 3px;
	padding: 0;
}
#calTableBig td a {
	color: #730C0D;
	width: 64px;
	padding: 2px 2px 40px 0px !important;
	margin: 0;
	text-decoration: none;
	display: block;
}
#calTableBig td a:hover {
	/* font-weight: bold; */
	color: #DB3632;
}
#calTableBig td.emptyday {
	background: #E9EAEE;
}
#calTableBig td.today {
	background: #B9DCED;
}
#calTableBig td.today a {
	background: #fcd774;
	font-weight: bold;
	padding: 2px 2px 41px 0px !important;
}
#calTableBig a.clubevent {
	font-weight: bold;
	color: #758DD0;
}
br {
	clear: left;
}