body {
	background-color:#002699;
	font-family: georgia,sans-serif;
	font-size: 12px;
	color:#ffffff;
	margin:0;
	padding:0;
}


#wrapper {
	width:960px;
	margin:0 auto;
	border-left:1px solid #002699;
	border-right:1px solid #002699;
}

#header {
	width:960px;
	height:80px;
	font-family: georgia,sans-serif;
	font-size:16px;
	margin:0 auto;
	margin-bottom:0px;
	border-bottom:0px solid #cccccc;
	border-top:1px solid #cccccc;
}

#menu {
	font-family: arial;
	font-size: 13px;
	width:960px;
	height:40px;
	border-bottom:0px solid #cccccc;
}

#menu a {
	display:inline;
	padding:10px;
	text-decoration:none;
	background-color:#000000;
	color:#ffffff;
	border:0px solid #FFFFFF;
	/*border:1px solid yellow;*/
}

#menu a:hover {
	background-color:#002699;
	color:#ffffff;
	height:80px;
}

#race-header {
	font-family: arial;
	font-size: 13px;
	float:left;
	width:500px;
	min-height:60px;
	border-bottom:0px solid #cccccc;
	/*border:1px solid yellow;*/
}
#team-pic {
	font-family: arial;
	font-size: 13px;
	width:350px;
	float:right;
	min-height:60px;
	/*border:1px solid #ccff66;*/
}

#content {
	clear:both;
	width:960px;
	min-height:720px;
	/*border:1px solid #FF0000;*/
}

#footer {
	clear:both;
	width:960px;
	height:20px;
	border-top:0px solid #ff0000;
	border-left:0px solid #ff0000;
	border-right:0px solid #ff0000;
	border-bottom:0px solid #ff0000;
}

a:link
{
	color:#ffffff;
    text-decoration: none;
}
a:visited
{
	color:#ffffff;
    text-decoration: none;
}
a:hover
{
    color:#339933;
	text-decoration: none;
}
a:active
{
	color:#ffffff;
    text-decoration: none;
}

table,td,th {
    border: 1px solid #A9A9A9;
}

td, th {
    padding: 2px;
	text-align:center;
}	

th {
     background-color: #000000;
     color: white;
}
 
table{
     border-collapse: collapse;
}

table tr:nth-child(even) {
     background-color: #002699;
}
table tr:nth-child(odd) {
     background-color: #002699;
}

dl.table-display {
	float: none;
	width: 960px;
	margin: 1em 0;
	padding: 0;
}

.table-display dt {
	clear: left;
	float: left;
	width: 100px;
	margin: 0;
	padding: 1px;
	font-weight: bold;
}

.table-display dd {
	float: left;
	width: 800px;
	margin: 0;
	padding: 1px;
}

