
body {
	margin: 0px;
	padding: 0px;
	text-align:center;
	font: 100% Arial, Helvetica, Verdana, Trebuchet, sans-serif;
	background: #000 url(../images/bg_tyretracks.gif) repeat;
	color: #999999;
}


h1 {
	font-size: 120%;
	color: #336600;
	margin: 0px;
	padding: 0px 0px 10px 25px;
	background: #fff;
}

h2 {
	font-size: 90%;
	color: #336600;
	margin: 0px 15px 10px 20px;
	background: #fff;
}

h3 {
	font-size: 90%;
	font-weight: bold;
	color: #336600;
	margin: 0px 30px 12px 25px;
	background: #fff;
}


#frame {
	width: 764px;
	margin:20px auto 0px;
	background: #FFFFFF;
	color: #000;
}

#content, #header, #footer {
	text-align:left;
	width: 764px;
}

#content {
	background: #ffffff;
	color: #000;
}

#header {
	background: url(../images/header.jpg) no-repeat;
	height: 128px;
}

#footer {
	background: url(../images/footer.jpg) no-repeat;
	height:33px;
	clear: both;
}

#LHcol{
	margin: 0px;
	width: 200px;
	float: left;
	padding: 0px 0px 0px 2px;
}

#navbar{
	background: url(../images/navbar.gif);
	height: 40px;
	padding: 3px 5px 8px 0px;
}

#navbar ul{
	padding: 0px;
	margin: 0px;
}

#navbar ul li{
	display:inline;
	color:#F0F4EC;
	font-size:70%;
	font-weight: bold;
	padding: 0px 8px 0px 8px;
	border-right: 1px solid #FFFFFF;
	background: #A8C18E;
}

#navbar ul li a{
	color:#333300;
	text-decoration:none;
	background: #A8C18E;
}

#navbar ul li a:hover{
	color: #006699;
	text-decoration: underline;
	background: #A8C18E;
}

#RHcontent {
	float: right;
	padding: 0px;
	margin: 0;
	width: 562px;
}

#RHcontent p{
	font-size:76%;
	margin: 0px 25px 6px 25px;
}

#RHcontent ul{
	font-size:76%;
}

#RHcontent li{
	margin: 5px 25px 0px 0px;
}


#footnote {
	font-size: 70%;
	text-decoration: none;
	text-align: center;
	padding-top: 20px;
}

#footnote a{
	color: #3399CC;
	background: #000000;
}

.superscript {
	vertical-align: super;
	font-size: 90%;
}

#RHbox {
	padding: 0px;
	float:right;
	margin: 0px 25px 15px 15px;
	width: 155px;
}

.RHpic {
	padding: 0px;
	float:right;
	margin: 0px 25px 15px 15px;
}

.introtext {
	color: #336600;
	font-size: 120%;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 10px;
	background: #fff;
}

.caption {
	font-size: 70%;
	color: #339966;
	margin: 3px 0px 10px;
	background: #fff;
}

.graphiclink {
	border: 0;
}

link {
	color: #006699;
	background: #fff;
}

a:link {
	color: #006699;
	text-decoration: none;
	background: #fff;
}
a:visited {
	color: #666699;
	text-decoration: none;
	background: #fff;
}
a:hover {
	color: #CC3300;
	text-decoration: underline;
	background: #fff;
}
a:active {
	color: #663300;
	text-decoration: none;
	background: #fff;
}