/* CSS Document */

/*Site pages and Menu style*/

/*Contact Page*/

*{
margin:0;
padding:0;
}


html {
font-size:90%;
background:#ffffff;
}


body{
 background: url(../images/bg_1.jpg) repeat-x center top;
 text-align:center;
 font-family: Geneva, Arial, Helvetica, sans-serif; 
 }


#wrapper{
    width:780px;
	background: #FFFFFF url(../none) no-repeat;
	text-align:left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	}
	
	

	

#banner{
	background: center #ffffff url(../images/low_fell_ban_new4.gif) no-repeat;
	height:65px;
	padding-top: 10px;
	padding-bottom: 10px;
    }
	

/*Navigation links*/

	
#nav {
	font-weight: bold;	
	}

#nav ul{
	margin: 0px;
	padding: 0px;
	text-align: center;
	list-style: none;
	}

#nav ul li{
	display:inline;
	margin: 0px;
	padding: 0px;
	}
	
#nav ul li a {
	color: #949494;
	background-color: #FFFFFF;
	text-decoration: none;
	padding: 0 10px 0 10px;
	border-right: 1px solid #bfbfbf;
	text-align: center;
	width: 9em;
	font-size: 90%;
	}
	
#nav ul li a:hover, #nav ul li a:focus{
   color:#333333;
	}
	
	
	
h1 {
	color: #408080;
	font-size: 25px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 35px;
	padding-left: 15px;
    }
	

h2 {
	font-size: 14px;
	color: #408080;
	padding-top: 5px;
	border-top: 1px dashed #666666;
	margin: -5px 140px 45px 15px;
    }
	
   
   
.google_ad_left {
	padding-left: 10px;
	}
	

	
	
	
table.results{
	margin-left:auto;
	margin-right:auto;
	background: #FFFFFF;
	width: 100%;
	font: 1em Arial, Helvetica, sans-serif;
	border: 1px solid #cfdce6;
	color: #000000;
	}
	
	
table.results th {
	color: #000000;
	background: #CCCCCC;
	text-align: left;
	padding: 0.5em 0.2em;
	border-bottom: 1px solid #406080;
	border-left: 1px solid #406080;
	}
	
table.results td {	
	padding: 0.5em 0.2em;	
	}
	
	
table.results tr.evens td {
	background: #ECECEC;
	border-bottom: 1px solid #cccccc;
	border-left: 1px solid #cccccc;		
	}
	
table.results tr.ladies_evens td {
    background: #ECECEC;
	border-bottom: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
	color: #FF0000;
	}
	
	
table.results tr.ladies_odd td {
    border-bottom: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
	color: #FF0000;
	}
	
table.results tr td#lowfell {
    background-color:#f08080;
	}
	
div.editorial{
	font: small Geneva, Arial, Helvetica, sans-serif;
	padding-bottom: 5px;
	}
	

	
div.age_groups{
	text-align: left;
	font-family: "Courier New", Courier, monospace;
	padding-bottom: 5px;
	font-weight: bold;
	padding-top: 5px;
	}
	
div.age_group_links{
	text-align: center;
	font-family: "Courier New", Courier, monospace;
	padding-bottom: 5px;
	font-weight: bold;
	padding-top: 5px;
	}
	
div.seniors {
	text-align: center;
	font-family: "Courier New", Courier, monospace;
	padding-bottom: 5px;
	font-weight: bold;
	padding-top: 5px;
	}
	
div.veterans {
	text-align: center;
	font-family: "Courier New", Courier, monospace;
	padding-bottom: 5px;
	font-weight: bold;
	padding-top: 5px;
	}
	
	
div.team {
	text-align: center;
	font-family: "Courier New", Courier, monospace;
	padding-bottom: 5px;
	font-weight: bold;
	padding-top: 5px;
	}
	
.team_results {
	text-align: left;
	font-family: "Courier New", Courier, monospace;
	padding-bottom: 5px;
	font-weight: bold;
	padding-top: 5px;
	}
	

	

	


.color_c {
     color:#ffffff;
    }


a {
	text-decoration: none;
	color: #6666FF;
     }
	 
	 
a:hover {
    color:#663366;
	}


#footer {
	margin: 0px 50px 0px 15px;
	border-top: 1px solid #1D48A9;
	font-size: 12px;
	padding-top: 3px;
	color: #666666;
	clear: left;	
       }
