﻿/* Glish style 3 column with header layout, the holy grail */
* {
	margin : 10;
	padding : 0;
}

a {
	 color:#A50000;
	text-decoration:none;
}

a.img {
	text-decoration:none;
	background:white;
}


a:hover, a:focus {
 color: #FFF;
background-color: #A50000;
 text-decoration:none;
 
}


.imglink:hover  {
 background-color:white;
 text-decoration:none;
}




a.highlighted {
 color: #FFF;
 background-color : #A50000;
	text-decoration:none;
}


body {
	/*text-align : center;
	*/
	background : #FFFFFF;
    color: #333333;
	font : 0.8125em Verdana, sans-serif;
	line-height : 1;
}

p,h1,pre {
	margin : 0px 10px 10px 10px;
}

img {
	border : none;
}

a img{
	border : none;
	 background-color : #fff;
	 text-decoration : none;
}


img a:hover {
	border: none;
	 background-color: #fff;
	 text-decoration: none;
}

h1 {
	font-size : 14px;
	padding-top : 10px;
}

h2 {
	font : 1.5em Georgia, "Times New Roman", serif;
	letter-spacing : 1px;
}

h2_blue {
	font : 1.5em Georgia, "Times New Roman", serif;
	letter-spacing : 1px;
	color:#0000FF;
}
h2_purple {
	font : 1.5em Georgia, "Times New Roman", serif;
	letter-spacing : 1px;
	color:#800080;
}

h3 {
	font : bold 1em Verdana, Arial, sans-serif;
	letter-spacing : 2px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	text-transform : uppercase;
	color:#A50000;
}

h3_blue {
	font : bold 1em Verdana, Arial, sans-serif;
	letter-spacing : 2px;
	padding-bottom : 5px;
	padding-top : 8px;
	text-transform : uppercase;
	color:#0000FF;
}

h3_red {
	font : bold 1em Verdana, Arial, sans-serif;
	letter-spacing : 2px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	text-transform : uppercase;
	color:#A50000;
}

h4 {
	font : italic bold 1em Georgia, "Times New Roman", serif;
	letter-spacing : 1px;
}


#banner {
	height : 134px;
	background-color : #990000;
}

#banner a {
	 color:white;
	  text-decoration:  none;
}

#banner a:hover,  #banner a.highlighted:hover,  #banner a:visited, a:focus {
 color: #990000;;
 background-color: white;
 text-decoration:  none;
}

#banner a.highlighted {
 color: #990000;
 background-color: white;
}

#banner h1 {
	font-size : 14px;
	margin : 0px;
	padding : 10px 10px 0px 10px;
}
#bannernav{
	position:absolute;
	top:112px;
	left: 180px;
}
#contentcontainer {
	 width:100%;
	 z-index:1;
	 height:80%;
 }		
 
#contentColumn{
	 margin: 0 180px 0 180px;
	 position:relative;
	 z-index:5;
	/* border: 1px dotted  #000000;*/
 }
 
 #contentColumn .section{
	width:460px;
	margin-left:30px;
	margin-top:5px;
}

 #footer
{
	 width:100%;
	 height:16px;
	 margin-top:5px;
	text-align : center;
 }
 
#leftcolumn{
	 position:absolute;
	 top:104px;
	 left:0;
	 margin-top:30px;
	 width:180px;
	 padding-left : 5px;
	 z-index:10;
} 

#leftcolumn .section{
	padding-left:5px;
	padding-right:5px;
	padding-top:5px;
}

#leftnav{
	margin-left:10px;
	margin-top:20px;
	margin-bottom:10px;
	z-index : 10;
}

#logo{
	float : left;
	text-align : center;
	width : 142px;
}

#riderList {
	width:300px; 
	margin-top:20px;
	margin-left:auto;
	margin-right:auto;
}
#riderList table tr td{
	padding-right:10px;
	border-bottom:thin solid #CCCCCC;
}
#rightcolumn{
	 position:absolute;
	 top:134px;
	 right:0px;
	 width:180px;
	 z-index:2;

 }
 #rightcolumn .section{
	padding-left:10px;
}

 #topbanner{
	padding-top:10px;
	padding-left: 180px;
}

.logotext{
	color : White;
	margin-top:2px;
}

.sponsor{
	margin-top:10px;
	text-align:center;
}

#jumpnav  li {
  list-style-type:none;
  }
