body {
	padding-top: 20px;
	background-color: #26393D;
	text-align: center;
	font: normal 12px arial;
}

#container {
  	width: 705px;
 	margin: 0px auto;
  	text-align: left;
	border: 1px solid #D0A825;
	}
	
div#header {
	width: 705px;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
	}
	
#ContentWrapper {
	/*min-height added for firefox issue.*/
	min-height: 500px;
	height: 500px;
	width: 705px;
	padding: 0px;
	background: white url(../images/bgFade.jpg) repeat-x top;
	border-top-width: 0px;
  	text-align: left;
	}
	
#content {
	padding:5px;
	width:680px; 
	_width:680px; 
	_margin-top:30px;
	height=100%;
	min-height: 500px;
	}
	
#rideArea {
	width: 180px;
	_width: 170px;
	float: right;
	/*margin: 20px 0px 0px 0px;*/
	_margin: 30px 0px 0px 10px;
	}
		
div#nav {
	width: 705px;
	height: 30px;
	background-color: #A8B3BB;
	}
	
	
a.Link {
	font-family: Arial;
	font-weight: normal;
	color: Maroon;
	font-size: 13px;
	text-decoration: underline;
	}
a.Link:hover{
	font-family: Arial;
	font-weight: normal;
	color: Black;
	font-size: 13px;
	text-decoration: none;
	}

a.WhiteLink {
	font-family: Arial;
	font-weight: normal;
	color: white;
	font-size: 13px;
	text-decoration: underline;
	}
a.WhiteLink:hover {
	font-family: Arial;
	font-weight: normal;
	color: white;
	font-size: 13px;
	text-decoration: none;
	}
	
.text6 {
	font: bold normal 10pt Verdana;
	color: green;
	}
	
/* hack for Firefox width and height in content area */	
html>body #ContentWrapper {
	width:  705px;
	height: auto;
	}
	
td {
	font: normal 12px arial;
	}
	
	
td.tdData {
	border-bottom-width : 1px;
	border-right-width : 1px;
	border-left-width : 1px;
	border-top-width : 0px;
	border-style: solid;
	border-color: Black;
	}

td.tdDataRight {
	border-bottom-width : 1px;
	border-right-width : 1px;
	border-left-width : 1px;
	border-top-width : 0px;
	border-style: solid;
	border-color: Black;
	}
	
td.tdDataLeft {
	border-bottom-width : 1px;
	border-right-width : 0px;
	border-left-width : 1px;
	border-top-width : 0px;
	border-style: solid;
	border-color: Black;
	}
	
td.tdDataLeftBold {
	border-bottom-width : 1px;
	border-right-width : 0px;
	border-left-width : 1px;
	border-top-width : 0px;
	border-style: solid;
	border-color: Black;
	font-weight : bold;
	background-color : ThreedLightShadow;
	}
td.text1{
	background-color: #48494D;
	font-family: Arial;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	color : White;
	padding-left : 3px;
	padding-right : 3px;
	border-style: solid;
	border-color: Black;
	border-top-width : 1px;
	border-bottom-width : 0px;
	border-left-width : 0px;
	border-right-width : 1px;
	}
	
	
td.Header2 {
	background-color: #484848;
	color: #FFFFFF;
	padding-left: 2px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	padding-left: 10px;
	}
	
	
td.Outline {
	border: 1px solid black;
	}
