body {
	background: #0C225C  url(/images/background03.jpg) top fixed no-repeat;
	margin:0px 0px; 
	padding:0px;
	border-top: 0px solid #BCE0F5;
	font-family: arial, helvetica, verdana, sans-serif;
	}

/***********basic formatting********/

img {border: 0px;}

p {text-align:justify;}

h1, h2, h3, h4, h5, h6 {
	color: #444444;
	font-family: arial, helvetica, verdena, sans-serif; 
}

table {background-color: #ffffff; }

a {
	color: #261a3f;
	font-weight: bold;
	font-family: arial, helvetica, verdena, Trebuchet MS, sans-serif;
	text-decoration: none;
	font-size: 100%;
}

a:active {color: #895e03;}

a:visited {
	color: #261a3f;
	text-decoration: none;
}

a:hover {
	color: #777777;
	text-decoration: none;
}


/************layout***************/	
#Content {
	width:800px;
	height: 100%;
	margin:0px auto;
	text-align:left;
	}

#top {  
	float: left;
	width:800px;
	height: 120px;
	margin: 0px auto;
	}

#center {
	float: left;
	width: 800px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0 0px 0;
	background: url(/images/mainTop.gif) top no-repeat;
	}

#footer {
	float: left;
	width: 800px;
	height: 90px;
	margin: auto;
	margin-bottom: 30px;
	color: #ffffff;
	text-align: center;
	background: url(/images/footBack.gif) top no-repeat;
}

/******************main styles***************/

.mainstuff {
	margin-top: 16px;
	padding: 6px 20px 6px 20px;
	color: #111111;
	background-color: #ffffff;
	width:760px;
	*width:750px;
	_width:760px;
	min-height:100%;
}

.mainstuff h3 {color: #120330; }

.track {
	background-color: #eeeeee;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	padding: 6px;
	margin: 10px 0 10px 0;
	width: 730px;
}

.trackstyles { 
	float: left;
	width: 360px;
}

ul.trackstyles {
	padding:0;
	margin:0;
	list-style-type: none;
}

.marker {
	width: 35px;
	height: 60px;
	float: left;
	padding-top: 8px;
	list-style-type: none;
}

ul.results {
	float: right;
	width: 280px;
	margin: -4px 2px 2px 6px;
	padding: 4px;
	border: 1px solid #999999;
	background-color: #eeeeee;
	list-style-type: none;
}

li.odd {	
	background-color: #dddddd;
	width: 100%;
}

ul.proNav {
	width: 760px;
	height: 33px;
	position:relative;
	padding: 0px 0px 0px 0px;
	margin: -15px auto 4px auto;
	background: #ffffff url(/images/pronavback.gif) no-repeat;
	list-style-type: none;
	text-align:center;
}

.proNav li {float: left;
	padding: 2px 20px 2px 20px;
	text-align: center;
	display: block;
	font-size: 98%;
}


/*********nav styles*************/
.nav {	
	text-align: center;
	margin: 6px;
	padding: 0px;
}

.nav a {
	color: #ffffff;
	padding: 0px 30px 0px 30px;
}

.nav a:visited {
	color: #eeeeee;
	padding: 0px 30px 0px 30px;
}



.nav a:hover {
	color: #bbbbbb;
	padding: 0px 30px 0px 30px;
}

/********foot styles*******/
#footer p {text-align: center; margin-top: 40px; }
#footer a {color: #ffffff; text-decoration: none; padding: 0 12px 0 12px; }
#footer a:visited {color: #eeeeee; text-decoration: none; padding: 0 12px 0 12px; }
#footer a:hover {color: #aaaaaa; text-decoration: none; padding: 0 12px 0 12px; }


/************ad formatting*********/
.ads_right {
	float: right;
	margin: 6px;
}


.banner {text-align: center;
	margin: 4px 0 4px 7px;
}



/************misc formatting************/
.stuff {
	float: left;
  	padding: 6px;
	width: 60px;
}

.even {background-color: #ddd;}

.info { 
	width: 324px;
	height: 260px;
	padding: 10px;
	margin: 10px;
	background-color: #eeeeee;
	border: 1px solid #cccccc;
	float: left;
}

.info h3 { margin: 0; }

.info a {color: #02554c;
	text-align: center;
	font-size: 135%;
}
.info a:hover {color: #895e03;
	text-align: center;
	font-size: 135%;
}


