body {
	margin:0;
	background-color:#000;
	background-image:url(../images/bg_site.jpg);
	background-position:top center;
	background-repeat:no-repeat;
	text-align:center;
	font-family:"Trebuchet MS", Trebuchet, Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFF;
	line-height:18px;
	height:100%;
}

p {
	margin-top:0px;
	margin-bottom:12px;
}

html {
	height:100%;
}

a {
	color:#D1CD2C;
	text-decoration:underline;
}
a:hover {
	color:#CCC;
	text-decoration:underline;
}

a:active {
	outline: none;
}

a:focus {
	-moz-outline-style: none;
}

img {
	border:none;
}

h3 {
	color:#CCC;
	font-size:18px;
	text-transform:uppercase;
	margin:0px 0px 8px 0px;
}

h3 a {
	color:#CCC;
	text-decoration:none;
}

h3 a:hover {
	color:#FFF;
	text-decoration:underline;
}

h2 {
	color:#CCC;
	font-size:14px;
	margin:0px 0px 8px 0px;
}

h2 a {
	color:#CCC;
	text-decoration:none;
}

h2 a:hover {
	color:#FFF;
	text-decoration:underline;
}

h1 {
	color:#CCC;
	font-size:14px;
	text-transform:uppercase;
	margin:0px 0px 8px 0px;
}

h1 a {
	color:#CCC;
	text-decoration:none;
}

h1 a:hover {
	color:#FFF;
	text-decoration:underline;
}

h4 {
	color: #BF2515;
	font-size: 14px;
	text-transform: uppercase;
	margin: 0px 0px 0px 5px;
}

h4 a {
	color:#BF2515;
	text-decoration:none;
}

h4 a:hover {
	color:#BF2515;
	text-decoration:underline;
}

.printLogo {
	display:none;
}

.maincontainer {
	margin:0 auto;
	min-height:250px;
	height:auto;
	width:1000px;
	text-align:left;
}

.contentContainer {
	float:left;
	display:block;
	width:1000px;
	text-align:left;
}

.footerContainer {
	float:left;
	display:block;
	width:1000px;
	text-align:left;
}

.leftCol {
	float:left;
	display:block;
	width:230px;
	margin:0px 10px;
}

.centerCol {
	float:left;
	display:block;
	width:530px;
	margin:0px 10px;
}

.rightCol {
	float:right;
	display:block;
	width:180px;
	margin:0px 10px;
}

.rightWide {
	float:right;
	display:block;
	width:730px;
	margin:0px 10px;
}

.logo {
	float:left;
	display:block;
	width:230px;
	margin:10px 0px;
}

.leftColContainer {
	float:left;
	display:block;
	width:230px;
}

.leftColHeader {
	width:230px;
	height:52px;
	float:left;
	display:block;
	background:url(../images/hdr_leftCol.png) bottom no-repeat;
}

.leftColHeader h1 {
	display:block;
	color:#CCC;
	font-size:18px;
	margin:10px 0px 0px 10px;
	text-transform:uppercase;
}

.leftColContent {
	width:230px;
	min-height:178px;
	height:auto;
	float:left;
	display:block;
	background:url(../images/bg_leftCol.png) no-repeat #000 center top;
}

.leftColFooter {
	width:230px;
	height:14px;
	float:left;
	display:block;
	margin:0px;
}

.leftColInsideContainer {
	float:left;
	display:block;
	width:230px;
	margin-left:9px;
	margin-bottom:10px;
}

.leftColInsideHeader {
	width:212px;
	height:10px;
	float:left;
	display:block;
}

.leftColInsideContent {
	width:212px;
	min-height:127px;
	height:auto;
	float:left;
	display:block;
	background:url(../images/bg_leftColInside.png) no-repeat #22262D center top;
	margin:0px;
}

.leftColInsideContent h1 {
	width:207px;
	display:block;
	font-size:14px;
	color:#CCC;
	margin:0px 0px 10px 5px;
	text-transform:uppercase;
}

.leftColInsideFooter {
	width:212px;
	height:10px;
	float:left;
	display:block;
	margin:0px;
	background:url(../images/footer_leftColInside.png) top no-repeat;
	line-height:0px;
}

.raceModuleContainer {
	float:left;
	display:block;
	width:212px;
	min-height:77px;
	height:auto;
	background:url(../images/bg_raceModule.png) top left no-repeat;
}

.raceModuleLeft {
	float:left;
	display:block;
	width:101px;
	margin:5px 0px 0px 5px;
}

.raceModuleLeft h1 {
	font-size:12px;
	color:#D1CD2C;
	margin:0px;
	text-transform:none;
}

.raceModuleLeft h1 a {
	color:#D1CD2C;
	text-decoration:none;
}

.raceModuleLeft h1 a:hover {
	color:#D1CD2C;
	text-decoration:underline;
}

.raceModuleRight {
	float:right;
	display:block;
	width:78px;
	margin:5px 5px 0px 0px;
}

.navContainer {
	width:530px;
	height:42px;
	float:left;
	display:block;
	background:url(../images/bg_nav.png) top left no-repeat;
	margin-bottom:10px;
}

.centerColContainer {
	float:left;
	display:block;
	width:530px;
}

.centerColHeader {
	width:530px;
	height:52px;
	float:left;
	display:block;
}

.centerColContent {
	width:530px;
	min-height:500px;
	height:auto;
	float:left;
	display:block;
	background:url(../images/bg_centerCol.png) no-repeat #000 center top;
}

.centerColFooter {
	width:530px;
	height:14px;
	float:left;
	display:block;
	margin:0px;
}

.centerColInsideContainer {
	float:left;
	display:block;
	width:512px;
	margin-left:9px;
	margin-bottom:10px;
}

.centerColInsideHeader {
	width:512px;
	height:10px;
	float:left;
	display:block;
}

.centerColInsideContent {
	width:512px;
	min-height:127px;
	height:auto;
	float:left;
	display:block;
	background:url(../images/bg_centerColInside.png) no-repeat #22262D center top;
	margin:0px;
	padding:0px 0px 10px 0px;
}

.centerColInsideContent h1 {
	width:507px;
	display:block;
	font-size:14px;
	color:#CCC;
	margin:0px 0px 10px 5px;
	text-transform:uppercase;
}

.centerColInsideFooter {
	width:512px;
	height:10px;
	float:left;
	display:block;
	margin:0px;
	background:url(../images/footer_centerColInside.png) top no-repeat;
	line-height:0px;
}

.featureImage {
	width:512px;
	display:block;
	margin:0px 0px 10px 9px;
}

.whiteBox {
	float:left;
	display:block;
	width:331px;
	margin:10px 5px 10px 20px;
}

.whiteBoxHeader {
	float:left;
	display:block;
	width:331px;
	height:8px;
	background:url(../images/header_white.png) left bottom no-repeat;
}

.whiteBoxContent {
	float:left;
	display:block;
	width:315px;
	padding:0px 8px;
	background:#FFF;
}

.whiteBoxContent img {
	display:block;
}

.whiteBoxFooter {
	float:left;
	display:block;
	width:331px;
	height:8px;
	background:url(../images/footer_white.png) left top no-repeat;
}

.whiteBox2 {
	float:left;
	display:block;
	width:472px;
	margin:10px 5px 10px 20px;
}

.whiteBox2Header {
	float:left;
	display:block;
	width:472px;
	height:15px;
	background:url(../images/header_whiteV2.png) left bottom no-repeat;
}

.whiteBox2Content {
	float:left;
	display:block;
	width:472px;
	background:#FFF;
}

.whiteBox2Footer {
	float:left;
	display:block;
	width:472px;
	height:15px;
	background:url(../images/footer_white_V2.png) left top no-repeat;
}


.whiteBoxLarge {
	float:left;
	display:block;
	width:670px;
	margin:0px 5px 20px 20px;
}

.whiteBoxLargeHeader {
	float:left;
	display:block;
	width:670px;
	height:15px;
	background:url(../images/header_whiteLarge.png) left bottom no-repeat;
}

.whiteBoxLargeContent {
	float:left;
	display:block;
	width:630px;
	background:#FFF;
	padding:0px 20px 0px 20px;
	color:#333333;
}

.whiteBoxLargeFooter {
	float:left;
	display:block;
	width:670px;
	height:15px;
	background:url(../images/footer_whiteLarge.png) left top no-repeat;
}

.infoTabContainer {
	float:left;
	display:block;
	width:670px;
	margin:20px 0px 0px 20px;
}

.infoTabs {
	float:left;
	display:block;
}

.featureRaceInfo {
	font-family:"Trebuchet MS", Trebuchet, Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000;
}

.featureRaceTitleGreen {
	font-family:"Trebuchet MS", Trebuchet, Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#5EAF76;
	text-transform:uppercase;
}

.featureRaceTitleBlue {
	font-family:"Trebuchet MS", Trebuchet, Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#0060AE;
	text-transform:uppercase;
}

.featureRaceTitleRed {
	font-family:"Trebuchet MS", Trebuchet, Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#BF2515;
	text-transform:uppercase;
}

.featuredRaceButtonsContainer {
	float:right;
	display:block;
	width:155px;
	margin:5px 10px 10px 0px;
}

.navExtras {
	float:right;
	display:block;
	width:180px;
	height:42px;
	margin-bottom:10px;
	font-family:Arial, Verdana, Helvetica, sans-serif;
	color:#FFF;
	font-size:10px;
	text-align:center;
}

.navExtras a {
	color:#FFF;
	text-decoration:none;
}

.navExtras a:hover {
	color:#D1CD2C;
	text-decoration:underline;
}

input.search {
	width:81px;
	height:15px;
	border:none;
	background:url(../images/bg_searchBox.png) transparent center no-repeat;
	padding:0px 0px 0px 10px;
	margin-bottom:0px;
	#margin-bottom:1px;
	_margin-bottom:1px;
	font-size:10px;
	color:#666666;
	line-height:10px;
}

div.search {
	float:left;
	display:block;
	padding-top:0px;
	#padding-top:0px;
	_padding-top:0px;
	margin-left:4px;
}

input.go {
	width:21px;
	height:15px;
	border:none;
	background:url(../images/bg_go.png) transparent center no-repeat;
	margin-bottom:0px;
	#margin-bottom:1px;
	_margin-bottom:1px;
	padding:0px 0px 1px 0px;
	font-size:10px;
	color:#666666;
	cursor:pointer;
	line-height:0px;
}

div.go {
	float:left;
	display:block;
	padding-top:2px;
	#padding-top:1px;
	_padding-top:1px;
	margin-left:3px;
}

.red {
	color:#BF2515;
}

.clear {
	clear:both;
	line-height:0px;
}

.rightColContainer {
	float:left;
	display:block;
	width:180px;
}

.rightColHeader {
	width:180px;
	height:52px;
	float:left;
	display:block;
}

.rightColContent {
	width:180px;
	min-height:178px;
	height:auto;
	float:left;
	display:block;
	background:url(../images/bg_rightCol.png) no-repeat #000 center top;
}

.rightColFooter {
	width:180px;
	height:14px;
	float:left;
	display:block;
	margin:0px;
}

.rightColInsideContainer {
	float:left;
	display:block;
	width:162px;
	margin-left:9px;
	margin-bottom:10px;
}

.rightColInsideHeader {
	width:162px;
	height:10px;
	float:left;
	display:block;
}

.rightColInsideContent {
	width:162px;
	min-height:127px;
	height:auto;
	float:left;
	display:block;
	background:url(../images/bg_rightColInside.png) no-repeat #22262D center top;
	margin:0px;
}

.rightColInsideContent h1 {
	width:157px;
	display:block;
	font-size:14px;
	color:#CCC;
	margin:0px 0px 10px 5px;
	text-transform:uppercase;
}

.rightColInsideFooter {
	width:162px;
	height:10px;
	float:left;
	display:block;
	margin:0px;
	background:url(../images/footer_rightColInside.png) top no-repeat;
	line-height:0px;
}

.rightColIconContainer {
	width:50px;
	float:left;
	display:block;
	margin-left:2px;
}

.rightColTextContainer {
	width:100px;
	float:right;
	display:block;
	margin-right:5px;
}

.rightColWideTextContainer
{
	width: 150px;
	float: left;
	display: block;
	margin-left:5px;
	margin-right:5px;
}

.footer {
	width:980px;
	min-height:155px;
	height:auto;
	float:left;
	display:block;
	margin:10px;
	background: url(../images/bg_footer.png) top left no-repeat;
}

.footerLeft {
	width:300px;
	float:left;
	display:block;
	margin:20px 0px 0px 20px;
	color:#CCC;
	font-size:11px;
}

.footerLeft h1 {
	display:block;
	color:#CCC;
	font-size:14px;
	margin:0px;
}

.footerLeft a {
	color:#CCC;
	text-decoration:none;
}
.footerLeft a:hover {
	color:#D1CD2C;
	text-decoration:underline;
}

.footerRight {
	width:450px;
	float:right;
	display:block;
	margin:20px 20px 0px 0px;
	color:#CCC;
	font-size:11px;
	text-align:right;
}

.footerRight a {
	color:#CCC;
	text-decoration:none;
	margin:0px 2px;
}
.footerRight a:hover {
	color:#D1CD2C;
	text-decoration:underline;
	margin:0px 2px;
}

.rightWideContainer {
	float:left;
	display:block;
	width:730px;
}

.rightWideHeader {
	width:730px;
	height:52px;
	float:left;
	display:block;
	background:url(../images/hdr_rightWide.png) bottom no-repeat;
}

.rightWideHeader h1 {
	display:block;
	color:#CCC;
	font-size:18px;
	margin:10px 0px 0px 10px;
	text-transform:uppercase;
}

.rightWideContent {
	width:730px;
	min-height:500px;
	height:auto;
	float:left;
	display:block;
	background:url(../images/bg_rightWide.png) no-repeat #000 center top;
}

.rightWideFooter {
	width:730px;
	height:14px;
	float:left;
	display:block;
	margin:0px;
}

.rightWideInsideContainer {
	float:left;
	display:block;
	width:730px;
	margin-left:9px;
	margin-bottom:10px;
}

.rightWideInsideHeader {
	width:712px;
	height:10px;
	float:left;
	display:block;
}

.rightWideInsideContent {
	width:712px;
	min-height:500px;
	height:auto;
	float:left;
	display:block;
	background:url(../images/bg_rightWideInside.png) no-repeat #22262D center top;
	margin:0px;
}

.rightWideInsideFooter {
	width:712px;
	height:10px;
	float:left;
	display:block;
	margin:0px;
	background:url(../images/footer_rightWideInside.png) top no-repeat;
	line-height:0px;
}

.navSearchContainer {
	float:left;
	display:block;
	width:730px;
	height:42px;
	margin:0px 10px 10px 10px;
}

.infoTxt {
	font-size:10px;
	font-style:italic;
	padding:5px;
}

.leftColTxt {
	padding:5px;
}

div.raTable {
	float:left;
	display:block;
	width:100%;
	margin:10px 0px;
}

table.raTable {
    border-spacing: 0px;
    border-collapse: collapse;
    border-top: 1px solid #FFF;
    border-bottom: 1px solid #FFF;
	width:100%;
}

table.raTable th {
    text-align: left;
    font-weight: normal;
    padding: 0.2em 0.5em;
    border-top: 1px solid #FFF;
	font-size:14px;
	text-transform:uppercase;
	color:#D1CD2C;
}
table.raTable td {
    text-align: left;
    border-top: 1px solid #666;
    padding: 0.2em 0.5em;
	font-family:"Trebuchet MS", Trebuchet, Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#FFF;
	line-height:18px;
}
table.raTable thead th {
    text-align: left;
    border-bottom: 1px solid #666;
}
table.raTable th.Corner {
    text-align: left;
}

.odd {
	background-color:#333;
}

.even {
	background-color:transparent;
}

.contentPadding {
	padding:20px;
}

input.btn_Xsmall {
	font-size:11px;
	text-align:center;
	color:#FFF;
	border:none;
	background:url(../images/btn_Xsmall.png) transparent top left no-repeat;
	width:25px;
	height:18px;
}

input.btn_small {
	border:none;
	background:url(../images/btn_small.png) transparent top left no-repeat;
	width:70px;
	height:18px;
	font-size:11px;
	text-align:center;
	color:#FFF;
}

input.btn_med {
	border:none;
	background:url(../images/btn_med.png) transparent top left no-repeat;
	width:100px;
	height:18px;
	font-size:11px;
	text-align:center;
	color:#FFF;
}

input.btn_large {
	border:none;
	background:url(../images/btn_large.png) transparent top left no-repeat;
	width:125px;
	height:18px;
	font-size:11px;
	text-align:center;
	color:#FFF;
}

input.btn_Xlarge {
	border:none;
	background:url(../images/btn_Xlarge.png) transparent top left no-repeat;
	width:150px;
	height:18px;
	font-size:11px;
	text-align:center;
	color:#FFF;
}

input.text {
	font-family:"Trebuchet MS", Trebuchet, Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#333333;
	width:200px;
	border:1px solid #FFF;
	background-color:#CCC;
}

input.textNoWidth
{
	font-family:"Trebuchet MS", Trebuchet, Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#333333;
	border:1px solid #FFF;
	background-color:#CCC;
}

input.textMid {
	font-family:"Trebuchet MS", Trebuchet, Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#333333;
	width:400px;
	border:1px solid #FFF;
	background-color:#CCC;
}

input.textLg {
	font-family:"Trebuchet MS", Trebuchet, Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#333333;
	width:619px;
	border:1px solid #FFF;
	background-color:#CCC;
}

textarea.text {
	font-family:"Trebuchet MS", Trebuchet, Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#333333;
	width:200px;
	height:50px;
	border:1px solid #FFF;
	background-color:#CCC;
}

textarea.textMid {
	font-family:"Trebuchet MS", Trebuchet, Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#333333;
	width:400px;
	height:50px;
	border:1px solid #FFF;
	background-color:#CCC;
}

textarea.textLg {
	font-family:"Trebuchet MS", Trebuchet, Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#333333;
	width:619px;
	height:50px;
	border:1px solid #FFF;
	background-color:#CCC;
}

select.text {
	font-family:"Trebuchet MS", Trebuchet, Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#333333;
	width:200px;
	border:1px solid #FFF;
	background-color:#CCC;
}

select.textNoWidth 
{
	font-family:"Trebuchet MS", Trebuchet, Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#333333;
	border:1px solid #FFF;
	background-color:#CCC;
}

select.textMid {
	font-family:"Trebuchet MS", Trebuchet, Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#333333;
	width:400px;
	border:1px solid #FFF;
	background-color:#CCC;
}

select.textLg {
	font-family:"Trebuchet MS", Trebuchet, Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#333333;
	width:619px;
	border:1px solid #FFF;
	background-color:#CCC;
}

.noteRed {
	font-style:italic;
	color:#FF3300;
}

.note {
	font-style:italic;
	color:#A3A3A3;
}	

.raceDescContainer {
	float:right;
	display:block;
	width:330px;
	margin:10px 20px 10px 0px;
}

.eventDescContainer {
	float: left;
	display: block; /*width:330px;*/
	margin: 10px 20px 10px 20px;
}

#s1 {
	display:block;
}

#s2 {
	display:none;
}

#s3 {
	display:none;
}

#s4 {
	display:none;
}

#s5 {
	display:none;
}

#s6 {
	display:none;
}

#s7 {
	display:none;
}

.photoThumb {
	float:left;
	display:block;
	width:120px;
	height:120px;
	padding:3px;
}

.photoThumb a {
	background-color:#FFFFFF;
}

.photoThumb a:hover {
	background-color:#CCC;
}

.bottomScroller {
	float:left;
	display:block;
	width:468px;
	height:60px;
	margin:10px 0px 10px 35px;
}

.inTwoColLeft {
	float:left;
	display:block;
	width:45%;
	padding:5px;
}

.inTwoColRight {
	float:right;
	display:block;
	width:45%;
	padding:5px;
}

.imgRight {
	float:right;
	display:block;
	margin:0px 0px 0px 20px;
}

.imgLeft {
	float:left;
	display:block;
	margin:0px 20px 0px 0px;
}

.setup672 {
	display: block;
	float: left;
	width: 672px
}

.simpleTable700 {
	font-family:"Trebuchet MS", Trebuchet, Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFF;
	width:672px;
}

table.simpleTable {
	border:none;
}

td.half {
	width:50%;
	padding-right:20px;
}
