@charset "utf-8";
body {
    background-image: url(/images/bg.gif);
	background-repeat:repeat;
	background-position:center;
	text-align: center;
	font-family:Arial, Helvetica, sans-serif;
	color:#434343;
	margin-top:20px;
}

#container{
	width:960px;
	margin:0 auto;
	text-align: left;
	margin-top:0px;
}

#header {
    width:960px;
	height:118px;
	margin:0 auto;
	background-image: url(/images/header.jpg);
	background-repeat:no-repeat;
}

#navbar{
	height:42px;
	width:960px;
}

#navbarlinks{
	height:23px;
	width:749px;
	float:left;
	background-image: url(/images/navbg.jpg);
	background-repeat:repeat-x;
	padding-left:10px;
	padding-top:7px;
	color:#FFF;
	font-weight:bold;
	font-size:14px;
}

#navbarright{
	height:42px;
	width:201px;
	float:right;
	background-image: url(/images/navright.jpg);
	background-repeat:no-repeat;
}

#navbarbottom{
	height:12px;
	width:759px;
	float:left;
	clear:left;
	background-image: url(/images/navbottom.jpg);
	background-repeat:no-repeat;
}

#content {
	margin:0 auto;
    width:960px;
	background-image: url(/images/contentbg.jpg);
    background-repeat: repeat-x;
	background-position:bottom;
	background-color:#fcfcfc;
	min-height:600px;
}

#text{
	font-size:13px;
}

#footer {
	clear:both;
	margin:0 auto;
    width:960px;
    height:26px;
    background-image: url(/images/footer.jpg);
    background-repeat:repeat-x;
	font-size:13px;
	padding-top:4px;
	color:#6f6f6f;
}

.clear{
	clear:both;
}

h1{
	color:#f15500;
	font-size:22px;
	font-weight:bold;
	margin-top:0px;
}

h2{
	color:#f15500;
	font-size:16px;
	font-weight:bold;
	margin-top:0px;
	margin-bottom:5px;
}

h3{
	color:#f15500;
	font-size:14px;
	font-weight:normal;
	margin-top:0px;
	margin-bottom:5px;
	display:inline;
}

img{
	border:0px;
}

.backwards {unicode-bidi:bidi-override; direction: rtl;}

.navLinkBox{
	display:inline;
	margin-right:20px;
	margin-left:20px;
}

.navLinkBox a:link{
	color:#FFF;
	text-decoration:none;
}

.navLinkBox a:visited{
	color:#FFF;
	text-decoration:none;
}

.navLinkBox a:hover{
	color:#FF9;
	text-decoration:none;
}

.navLinkBox a:active{
	color:#FF3;
	text-decoration:none;
}

.navLinkBoxFooter{
	display:inline;
	margin-right:0px;
	margin-left:20px;
	float:left;
}

.navLinkBoxFooter a:link{
	color:#6f6f6f;
	text-decoration:none;
}

.navLinkBoxFooter a:visited{
	color:#6f6f6f;
	text-decoration:none;
}

.navLinkBoxFooter a:hover{
	color:#f15500;
	text-decoration:none;
}

.navLinkBoxFooter a:active{
	color:#f15500;
	text-decoration:none;
}

.contentBoxHeader{
	width:auto;
	height:22px;
	background-image:url(/images/headingbg.jpg);
	background-repeat:repeat-x;
	color:#FFF;
	font-size:16px;
	font-weight:bold;
	padding-top:4px;
	padding-left:10px;
}

.contentBoxContent{
	padding:10px;
	background-color:#FFF; 
}

.contentBoxContainer{
	padding-bottom:20px;
}

.sponsorHeader{
	padding-top:10px;
}

.sponsorContent{
	padding-top:20px;
}

.sponsorContact{
	font-size:12px;
	padding-top:10px;
	padding-bottom:20px;
	border-bottom:1px solid #CCC;
	margin-bottom:20px;
}

.orange{
	color:#f15500;
}

.racedatesEven{
	background-color:#FFF5EC;
}

.racedatesOdd{
	background-color:#FFFCF9;
}

.newsHeader{
	font-size:14px;
	font-weight:bold;
	color:#666;
	background-color:#FFF5EC;
	padding-left:10px;
	padding-right:10px;
	padding-top:5px;
	padding-bottom:5px;
	border-left: 1px solid #FFD2A6;
	border-right: 1px solid #FFD2A6;
	border-top: 1px solid #FFD2A6;
}

.newsContent{
	padding:10px;
	border-left: 1px solid #FFD2A6;
	border-right: 1px solid #FFD2A6;
}

.newsFooter{
	border-top: 1px solid #FFF5EC;
	border-left: 1px solid #FFD2A6;
	border-right: 1px solid #FFD2A6;
	border-bottom: 1px solid #FFD2A6;
	background-color:#FFFCF9;
	font-size:10px;
	padding-left:10px;
	padding-right:10px;
	padding-top:3px;
	padding-bottom:3px;
	margin-bottom:20px;
}

#test-list {
	list-style: none;
}

#test-list li {
	display: block;
	padding: margin-bottom: 3px;
	background-color: #f0f0f0;
}

#test-list li .handle {
	margin-right: 20px;
	cursor: move;
}
