html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset { 
margin: 0;
padding: 0;
border: 0;
}

body {
font-size: 100%;
background-image: url(TracksBlackTriple1280.jpg);
	background-position: 0 0;
	background-position:center;
   background-repeat: no-repeat;
   background-attachment: fixed;
background-color : #000000;
color: #ffffff;
font-family: Verdana, Arial, Helvetica, sans-serif;
margin: 0;
padding: 0;
text-align: center;
}

#wrapper {
	background-color: transparent;
	width: 95%;
	margin: auto;
	text-align: left; 			
}

#banner{
	height: 80px;
	text-align: center;
	background-image:url(Banner.jpg);
	background-repeat: no-repeat;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 5;
	height: 73px;
	width: 100%;
}


div#menu {
	width:100%; 	/* makes the div full width */
	border-bottom:1px solid #0000FF;	 /* draws line on bottom edge of div */
	font-size:75%;	/* SET FONT-SIZE HERE */
	background-color:#000000; /* colors the div */
	margin-top:75px; /* TEMPORARY - pushes the div away from the top of the browser for clarity in this example*/
	position: fixed;
	display:inline;
	top: -2px;
	left: 0;
	padding:3px 0 0 0;
}

div#menu ul li ul li ul { 
		top:50px;
}
#content{
font-size: 90%;
	font-weight: 600;
margin: 115px 10px 10px 10px;
background-repeat:no-repeat;
	float: left;
	width:97%;
	padding: 10px 0 20px 0;
}

#content h1 {
font-family:"Copperplate Gothic Bold", Verdana, sans-serif;
	font-size: 225%;
	font-weight: 700;
	color: #0000FF;
	margin: 0px;
	padding: 0px;
}

#content h2 {
	font-size: 150%;
	color: #0000FF;
	font-weight: 600;
	font-style:italic;
	margin: 0px;
	padding: 0px;
}
#content h3 {
	font-size: 130%;
	color: #0000FF;
	font-weight: 800;
	font-style:italic;
	margin: 0px;
	padding: 0px;
}
#content h4 {
	font-size: 120%;
	color: #0000FF;
	font-weight: 800;
	font-style:italic;
	margin: 0px;
	padding: 0px;
}
#content h5 {
	font-size: 80%;
	font-weight:500; 
}	
#content th {
	font-size: 90%;
	font-weight:500; 
	color: #fb7399;
}	
.leftimage {
	float: left;
	margin: 0 10px 10px 0;
}

.rightimage {
	float: right;
	margin: 0 0 20px 15px;
}


.left70 {
	float: left;
	margin: 5px 10px 5px 90px;
}

.right70 {
	float: right;
	margin: 5px 90px 5px 10px;
}


.clearit {
	display: block;
	clear: both;
}

#footer {
	clear: both;
	width: 100%;
	text-align: center;
	color: #0000FF;
	background-color: transparent;
	border-top: 1px solid #0000FF;
}

#footer p {
	font-size: 75%;
	font-weight:500;
	padding: 5px;
	text-align: center;
}

#footer ul li a:hover, #footer ul li a:focus{
background-color: #000000;
border: 1px solid #0000FF;
border-bottom: 1px solid #0000FF;
border-left: 1px solid #0000FF;
color: #0000FF;
}

#leftcol{
margin-top: 20px;
  width: 180px;
  float: left;
  }

.container{
width: 99%;
float: right;
}

img.figure {
float: right;
margin-left:10px;
margin-bottom:10px;
padding:5px;
}

.logoimage {
	position: absolute;
	height: 150px;
	width: 200px;
	left: 50px;
	top: 0px;
}

table {
	padding: 40px 10px 10px 10px;
	margin-top: 20px;
	border-collapse: separate;
	background-color:transparent;
	font-size:95%;
}
table th {
	padding: 1px;
	background-color:transparent;
}

table td {
	padding: 2px;
	background-color:transparent;
}



BODY {background-color : #000000;color : #FFFFFF;}
A:LINK {color : #99ccFF;}
A:VISITED {color : #6699FF;}
A:HOVER {color : #FFFFFF;text-decoration : none;}
