#banner {
	margin-top: 10px;
	padding: 10px;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url(./img/top_banner.png);
	height: 135px;
	}

h1, h2, h3, h4, h5 { 
	font-style: italic; 
	font-family: "Times New Roman", serif;
	}
#content h2 {
	font-weight: bold;
	font-size: 18pt;
	color: #eee;
	background-color: #555;
	border-color: #333;
	text-align: center;
	}
#content h3 {
	font-weight: bold;
	font-size: 14pt;
	background-color: #fff;
	border-color: #333;
	}
#content h4 {
	background-color: #f7f7f7;
	font-weight: normal;
	font-size: 10pt;
	}
	
ul {
	margin: 1em;
	margin-left: 5em;
	padding-left: 2em;
	padding-right: 2em;
	width: auto;
	text-align: left;
	}	
	
ol {
	margin: 1em;
	margin-left: 5em;
	padding-left: 2em;
	padding-right: 2em;
	width: auto;
	text-align: left;
	}	
	
div.row span.formw { width: 300px; }

hr { 
	clear: both;
	margin-top: 25px; 
	margin-bottom: 10px;
	padding: 0;
	} 
	
/* race table */
div.racetable {
	width: 800px;
	border-top: 1px dashed;
	border-bottom: 1px dashed;
	border-color: #333;
	margin: 25px;
	margin-top: 10px;
	float: left;
	}
div.row span.teamlong {
	float: left;
	text-align: left;
	width: 300px;
	margin-left: 15px;
	}

div.row span.med {
	text-align: right;
	}

	
/* Tables */
table {
	clear: both;
	width: 90%;
	min-width: 800px;
	height: auto;
	font: 8pt "Helvetica", sans-serif;
	padding: 0;
	margin: 25px;
	border: 1px solid #333;
	border-collapse: collapse;
	}

tr {
	margin: 0;
	padding: 0;
	border: 0;
	}
tr.odd {
	background: #ccc;
	}
tr.even {
	background: #eee;
	}
tr.me {
	background: #aaa;
	color: #fff;
	}	
th {
	border: 0;
	text-align: center;
	font-style: normal;
	font-size: 10pt;
	width: auto;
	background: white;
	color: black;
	border-bottom: 1px solid #333;
}
td {
	margin: 0;
	padding: .25em;
	text-align: center;
	border: 0;
	border-left: 1px solid #333;
	}
input, select { font: 10pt "Helvetica", sans-serif; }
/* team choices */

div.teamwrapper {
	border: 0;
	margin: 0;
	padding: 0;
	min-width: 690px;
	}
div.teamlogo {
	clear: both;
	width: 350px;
	height: 224px;
	margin-left: 50px;
	padding: 10px;
	float: left;
	background-color: #333;
	border-left: 1px solid #000;
	border-bottom: 1px solid #000;
	}
div.teamlogo img {
	border: 0;
	width: 318px;
	height: 224px; 
	padding: 0;
	margin: 0;
	} 
div.teamtext {
	width: 300px;
	height: 225px;
	margin: 0;
	padding: 10px;
	float: left;
	background-color: #333;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	color: #eee;
	overflow: auto;
	}
div.teamwrapper h5 {
	width: 690px;
	margin-right: 0;
	padding-right: 0;
	text-align: center;
	border-color: #000;
	font-size: 12pt;
	font-weight: normal;
	font-family: "Arial Black";
	font-style: italic;
	}
	
