﻿body
{
	margin: 0;
	padding: 0;
	background: #517186;
	text-align: center;
	font: 11px/14px arial, tahoma, helvetica, sans-serif;
	color: #8DACC3;
	vertical-align: top;
}
form
{
	margin: 0;
	padding: 0;
}
a
{
	color: #FD7914;
	text-decoration: underline;
}
a:hover
{
	text-decoration: none;
}
.navigate
{
	margin-top: 10px;
}
.navigate a
{
	font-weight: bold;
	text-transform: uppercase;
	padding: 1px 3px;
	color: #FF1928;
	background: #061D35;
	text-decoration: none;
}
.navigate span span
{
	display: none;
}

/* center body */
.site-center
{
	background: url(images/background.jpg) top left repeat-y;
	width: 766px;
	text-align: left;
	margin: 0 auto;
}
.full-body
{
	float: left;
}
.clr
{
	clear: both;
}

/* header */
#header
{
	clear: both;
	height: 255px;
	width: 750px;
	margin-left: 8px;
}

/* footer */
#footer
{
	clear: both;
	margin: 10px 39px 0;
	padding-top: 12px;
	padding-bottom: 15px;
	width: 688px;
	background: #071D2F url(images/footer.jpg) top center no-repeat;
	text-align: center;
	color: #0F3A5F;
	text-align: center;
	line-height: 14px;
}
#footer a
{
	color: #0F3A5F;
	text-decoration: none;
}
#footer a:hover
{
	color: #0F3A5F;
	text-decoration: underline;
}

/* content */
#content
{
	clear: both;
	float: left;
	width: 708px;
	margin: 10px 29px;
}

.highlight
{
	background: #285375;
}

.blue_header h1, .red_header h1
{
	color: #FFFFFF;
	font-size: 14px;
	margin: 0;
	font-weight: bold;
}

.blue_header h2, .red_header h2
{
	color: #4EC8DD;
	text-transform: uppercase;
	letter-spacing: 0.2em;
	margin: 0;
	font-size: 8px;
}

#sidebar .blue_header, #sidebar .red_header
{
	width: 176px;
	height: 32px;
	padding: 5px 7px;
}

#sidebar .blue_header
{
	background: url(images/small_blue_header.jpg);
}

#sidebar .red_header
{
	background: url(images/small_red_header.jpg);
}

#body .blue_header, #body .red_header
{
	width: 442px;
	height: 32px;
	padding: 5px 7px;
}

#body .blue_header
{
	background: url(images/large_blue_header.jpg);
}

#body .red_header
{
	background: url(images/large_red_header.jpg);
}

#body .split_left .blue_header
{
	width: 205px;
	height: 32px;
	padding: 5px 7px;
	background: url(images/medium_blue_header.jpg);
}

#body .split_right
{
	width: 230px;
	margin-left: 7px;
	float: right;
}

#trophy
{
	margin-top: -6px;
	width: 89px;
	height: 70px;
	background: url(images/trophy.jpg);
	display: block;
	padding: 18px 123px 25px 18px;
	text-decoration: none;
	line-height: normal;
}

#trophy .top
{
	color: #41D9FF;
	font-size: larger;
}

#trophy .title
{
	color: #ffffff;
	font-size: large;
	text-transform: uppercase;
	text-shadow: #000000 2px 2px 0;
	font-weight: bold;
}

#trophy .subtitle
{
	color: #000000;
	text-transform: uppercase;
}

#calendar
{
	width: 115px;
	height: 50px;
	background: url(images/calendar.jpg);
	display: block;
	padding: 22px 15px 31px 100px;
	text-decoration: none;
	line-height: normal;
}

#calendar .title
{
	color: #41D9FF;
	font-size: large;
	font-weight: bold;
}

#calendar .subtitle
{
	color: #9E9693;
	text-transform: uppercase;
}

h3
{
	color: #41D9FF;
	font-size: larger;
	margin: 10px 0 0 0;
}

p
{
	margin: 4px 0;
}

ul
{
	margin-top: 0;
	margin-bottom: 0;
}

.events_grid
{
	border: none;
	border-collapse: separate;
}

.events_grid td, .events_grid th
{
	border-bottom: 1px dotted #37556D;
}

.races_grid td
{
	border-bottom: 1px dotted #4F718D;
}

.races_grid a
{
	color: #41D9FF;
	text-decoration: none;
}

.races_grid a:hover
{
	text-decoration: underline;
}

.pad_left
{
	border-left: 1px dotted #4F718D;
}

.aheadnt
{
	text-align: center;
}

.aheadnt a
{
	background: url(images/aheadnt.png);
	width: 230px;
	height: 114px;
	display: block;
}