html, body{ 
 margin:0; 
 padding:0; 
 text-align:center; 
 background-color: #DAEAC1;
} 
body, p, br, ul, li, div, span, input, textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}
 
#pagewidth{ 
 width:775px; 
 text-align:left;  
margin-left:auto; 
 margin-right:auto;  
   background-color:#FFFFFF; 
} 
 
#header{
 position:relative; 
 height:156px; 
 width:100%;
}
#top_nav {
	width: 775px;
	height: 28px;
	line-height: 28px;
	text-align: center;
	color: #1B6E00;
	background-image: url(images/top_nav_bg.gif);
	padding: 0;
	margin: 3px 0 0 0;
} 
#top_nav a:link, #top_nav a:visited {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #1B6E00;
	font-weight: bold;
	text-transform: uppercase;
}
#top_nav a:hover {
	color: #FF6705;
}
 
#twocols{
 width:775px; 
 float:right; 
 position:relative; 
	padding: 7px 0 0 0;
  }
 
#rightcol{
 width:177px; 
 float:right; 
 position:relative; 
 }
 #race_schedule {
 	width: 167px;
	padding: 5px 3px;
	margin: 0 0 8px 0;
	background-color: #E2F8DB;
	border: 1px solid #5E8126;
	border-top: none 0;
	color: #676767;
 }
  #race_schedule a:link,  #race_schedule a:visited {
  	color: #1B6E00;
	text-decoration: underline;
  }
  #race_schedule a:hover {
  	text-decoration: none;
  }
 form {
 	padding: 0;
	margin: 0;

 }
 #race_schedule label{
float: left;
width: 60px;
padding-top: 5px;
}

 .RS_fields {
width: 103px;
height: 18px;
border: 1px solid #A7A7A7;
margin-bottom: 5px;
}
* html  .RS_fields {
	width: 97px;
}
#submitbutton{
margin: 0 3px 0 0;
float: right;
width: 50px;
height: 20px;
border: 1px solid #A0C8A0;
background-color: white;
color: #FF6705;
font-weight: bold;
}
  #winners {
 	width: 143px;
	padding: 15px;
	margin: 0 0 8px 0;
	background-color: #E2F8DB;
	border: 1px solid #5E8126;
	border-top: none 0;
	color: #676767;
	line-height: 14px;
 }
 #winners a:link, #winners a:visited {
 	color: #252525;
	text-decoration: underline;
 }
 #winners a:hover {
 	text-decoration: none;
 }
 #google_ads {
 	width: 175px;
	padding: 0;
	text-align: center;
	margin: 0 0 8px 0;
 }
 
#maincol { 
 background-color: #FFFFFF;  
 float: left; 
 display:inline; 
 position: relative; 
 width:598px; 
 }
 .content {
 	padding: 0 0 5px 0;
	margin: 15px 0 0 20px;
	width: 560px;
	/*background: url(images/dots.gif) bottom repeat-x;*/
 }
 .content H1 {
 	border-bottom: 1px solid #ff6705;
	padding: 0;
	margin: 0 0 5px 0;
 }
 .content H1:hover {
 	border-bottom: 1px solid white;
 }
  .content H1 a:link, .content H1 a:visited {
  	font-size: 14px;
	font-weight: bold;
	color: #8F8F8F;
	text-decoration: none;
  }
 
#footer{
  height:26px; 
  line-height: 26px;
  color: #838383;
  font-size: 10px;
  text-align: center;
  border: 1px solid #A7A7A7;
  background-image: url(images/footer_bg.gif); 
  clear:both;
 } 
 

 
 /* *** Float containers fix:  *** */ 
.clearfix:after {
 content: "."; 
 display: block; 
height: 0; 
 clear: both; 
 visibility: hidden;
 }
 
.clearfix{display: inline-table;}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */  


 
 /*printer styles*/ 
 @media print{ 

/*hide the right column when printing*/ 
#rightcol{display:none;} 
#twocols, #maincol{width:100%; float:none;}
}
