.primaryColor { color: #43000a; }
.secondaryColor { color: #192b56; }

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 1.6;
	text-align: center;
	min-width: 800px;
	background-color: #000000;
	background-image:url('images/bkgrnd.jpg');
	background-repeat: repeat-x;
}
a {
    color: #666666;
}
td {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    line-height: 1.6;
}
td.header {
    color: #000000;
    font-size: 13px;
    font-weight: bold;
}
tr.alternateRow {
    background-color: #cccccc;
}
tr.subheader {
    background-color: #70a1be;
    border-right: 2px solid #ffffff;
    font-weight: bold
}
tr.resultsheader {
    background-color: #cccccc;
}
hr {
    border: none 0px; 
    border-top: 1px solid #999999;
    border-bottom: 1px solid #efefef;
    width: 100%;
    height: 2px;
    margin: 0px;
    text-align: left;
}

#centerContainer {
	min-width: 800px;
	width: 800px;
	border-right: 4px solid #dc2028;
	border-left: 4px solid #dc2028;
	margin: 0 auto;
	background-color: #ffffff;
}
#mainContainer {
    background-color: #ffffff;
    text-align: left;
	margin-bottom: 10px;
}
#bannerContainer {
	width: 780px;
	height: 173px;
	margin: 0px 0px 0px 10px;
	padding-top: 10px;
	border-bottom: 1px solid #000000;
	text-align: left;
}
#bannerLogo {
    float: left;
	width: 168px;
	height: 171px;
}
#bannerImg {
    float: left;
	width: 612px;
	height: 149px;
}
#navigation {
    float: left;
	width: 612px;
	height: 22px;
	background-color: #dc2028;
}
#contentContainer {
	width: 780px;
	margin-left: 10px;
	background-color: #ffffff;
}
#content {
	float: left;
	width: 600px;
}
#contentBlock {
    float: left;
    margin-top: 10px;
	padding: 0px 20px 0px 10px;
}
#header {
    float: left;
    width: 600px;
    height: 30px;
	margin: 10px 0px 0px 0px;
    background-image: url('images/header.gif');
}
#sponsorContainer {
	float: right;
	width: 172px;
	border-left: 1px solid #e6e6e6;
	border-right: 1px solid #e6e6e6;
	border-bottom: 1px solid #e6e6e6;
	margin: 10px 0px 10px 0px;
	text-align: center;
}
#footer {
	width: 100%;
	height: 18px;
	background-color: #cccccc;
	color: #666666;
	font-size: 10px;
	text-align: right;
	margin: 10px 0px 0px 0px;
}
#breadcrumb {
	float: left;
	width: 100%;
	height: 40px;
    color: #666666;
}
#breadcrumb a {
    color: #666666;
}
#navigation a {
    color: #ffffff;
	text-decoration: none;
	text-transform: capitalize;
	padding: 0px 10px 0px 10px;
}
#navigation a:hover {
    background-color: #DB6262;
}
#navigation a.active {
	background-color: #000000;
}
.nav {  
  text-align: center;
  margin: 4px 0px 0px 0px;
}
.timestamp {
    font-size: 11px;
    color: #666666;
}
.sponsorLogo {
    float: left;
    width: 20%;
    height: 60px;
}
.sponsorTxt {
    float: left;
    width: 80%
}
.headerTxt {
    font-size: 16px;
	font-weight: bold;
    color: #ffffff;
	padding: 4px 0px 0px 10px;
}
.subheader {
    font-size: 14px;
	font-weight: bold;
}

