body {
	background-color: #4B4B4B;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
}
a {
	color: #E6E6E6;
	text-decoration: underline;
	text-transform: uppercase;
}
a:hover {
	color: red;
}
h1 {
	color: #E6E6E6;
	font-size: 28px;
	font-family: "Times New Roman", Times, serif;
	text-transform: uppercase;
	padding: 0;
	margin: 0;
}
h2 {
	color: #E6E6E6;
	font-size: 12px;
	font-family: "Times New Roman", Times, serif;
	text-transform: uppercase;
	text-align: center;
	padding: 0;
	margin: 0;
}
p {
	padding: 0;
	margin: 0;
}
table {
	border-collapse: collapse;
	table-layout: fixed;
}
#mainTable {
	width: 721px;
	border: 10px solid #4B4B4B;
}
#widthCol1 {
	width: 435px;
}
#widthCol2 {
	width: 286px;
}
#headerTable {
	margin-bottom: 6px;
	width: 100%;
}
#logoCell {
	width: 100px;
	text-align: left;
	border-right: 8px solid #4B4B4B;
}
#logoCell {
	width: 100px;
	text-align: left;
	background-color: white;
}
#logoCell img {
	padding-right: 6px;
}
#titleRow {
	padding-left: 6px;
}
#titleRow h1 {
	color: white;
	font-family: "Times New Roman", Times, serif;
	font-size: 32px;
}
#titleRow a {
	color: white;
	text-decoration: none;
	text-transform: none;
}
#titleRow a:hover {
	color: white;
}
#headerNAV {
	background-image: url(../img/BG-HeaderGradient.jpg);
	background-repeat: repeat-x;
	background-position: 6px 0;
	height: 44px;
	text-align: center;
	vertical-align: middle;
	padding: 0;
	margin: 0;
}
#headerNAV a {
	color: #333333;
	text-decoration: none;
	font-size: 14px;
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	text-align: left;
}
#headerNAV a:hover {
	color: red;
}
#headerNAV ul {
	margin: 0;
	padding: 0;
	text-align: center;
}
#headerNAV ul li {
	list-style: none;
	display: inline;
	padding: 0px 6px 0px 6px;
	margin: 0;
}
#mainArea {
	width: 100%;
	vertical-align: top;
}
#leftCol {
	background-image: url(../img/BG-CheckerBlur_dk.jpg);
	border: 6px solid white;
	width: 435px;
	height: 200px;
	vertical-align: top;
	padding: 10px;
	color: white;
}
#leftCol img {
	margin: 4px;
	border: 3px solid black;
}
#leftCol h2 {
	color: red;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	text-align: left;
}
#leftCol p {
	color: white;
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 10px;
}
#leftCol .warn {
	color: red;
}
#leftColTop {
	background-image: url(../img/BG-CheckerBlur_dk.jpg);
	border: 6px solid white;
	width: 435px;
	vertical-align: top;
	padding: 0;
	height: 193px;	
}
#tableSchedule {
	width: 90%;
	font-weight: normal;
}
#tableSchedule td {
	padding: 3px;
	text-align: left;
	vertical-align: top;
	border-bottom: 1px solid gray;
}
#tableResults {
	width: 80%;
}
#tableResults td {
	border: 1px solid white;
	padding: 3px;
	text-align: center;
	font-size: 12px;
}
#driverTable {
	width: 100%;
	color: #CC0000;
}
#driverTable .leftCol {
	text-align: center;
	vertical-align: middle;
	padding-right: 10px;
}
#driverTable p {
	color: red;
	font-size: 10px;
	font-weight: bold;
}
#driverTable .leftCol img {
	border: 3px solid black;
}
#driverTable .rightCol {
	text-align: left;
	vertical-align: top;
	padding: 0;
}
#sponsorTable {
	background-color: white;
	width: 100%;
	height: 100%;
	padding: 10px;
}
#sponsorTable img {
	border: none;
}
#middleCol {
	width: 8px;
}
#rightCol {
	background-color: white;
	background-image: url(../img/BG-GradientRedWhite.jpg);
	background-repeat: repeat-x;
	vertical-align: top;
	text-align: center;
}
#rightCol img {
	margin: 10px 0 10px 0;
}
#rightCol table .leftCol {
	text-align: center;
	vertical-align: middle;
	padding: 10px;
	width: 70px;
}
#rightCol table .leftCol img {
	border: 3px solid black;
}
#rightCol .rightCol {
	text-align: left;
	vertical-align: top;
	padding: 10px 10px 10px 0;
}
#footer {
	background-image: url(../img/BG-FooterGradient.jpg);
	background-repeat: repeat-x;
	border-top: 8px solid #4B4B4B;
	font-size: 10px;
	height: 24px;
	vertical-align: middle;
	text-align: center;
}
#subFooter {
	text-align: center;
	color: white;
	font-size: 12px;
}
#subFooter ul {
	margin: 4px;
	padding: 0;
}
#subFooter ul li {
	list-style: none;
	display: inline;
	padding: 0px 10px 0px 10px;
}
#contactForm p {
	padding: 0;
	margin: 0;
}
#f1-leftWidth {
	width: 86px;
}
#f1-rightWidth {
	width: 300px;
}