@charset "utf-8";
/* CSS Document */

body {
	background: #330f7d;
	background-image: url(./images/bckgrd.gif);
	background-repeat: repeat-x;
	margin-top: 33px;
	font-family: Arial, Helvetica, sans-serif;
}

.text {
	padding:10px;
	text-align:justify;
	}
.text2 {
	text-align:left;	
	}
	

table {
	margin-top:5px;
	vertical-align:top;
		}
		
.score {
	font-size:13px;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	padding:2px;
	text-align:center;
	}
	
.sponsor {
    padding:5px;

}	
	
.score td {
	padding:2px;
}		
	
.tableheader {
	background:#330f7d;
	width: 620px;
	color:white;
	height:30px;
	font-family:Verdana, Arial, Helvetica, sans-serif ;
	font-size:16px;
	font-weight:bolder;
	padding-top:6px;
	}	
		
td {
	vertical-align:text-top;
	padding:10px;
	text-align:left;
	}
	
td .sched{
	vertical-align:text-top;
	padding:5px;
	text-align:justify;
	font-size:12px;
	}
	
col#center {
text-align:center;
}
.odd {
	background:#CCCCCC;
}	

h2 {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	color: #330f7d;
	text-align: center;
	}
	
h3 {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	color: #CC0000;
	font-size:16px;
	}
	
h4 {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	color: #330f7d;
	font-size:14px;
	text-align: center;
	}

h5 {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size:14px;
	}

#container {
	width:843px;
	border:thin #CCCCCC outset;
	background:#000000;
	margin-left:auto;
	margin-right:auto;

	}
	
#banner {
	background: url(images/banner.jpg) no-repeat;
	width: 843px;
	height:245px;
}

#background {
background: url(images/container_bck.gif);
background-repeat:repeat-y;
	}

#menu {
	width:100%;
	background:#330f7d;
	height:30px;
}

.home {
width:142px;
float:left;
}

.about {
width:140px;
float:left;
}

.news {
width:141px;
float:left;
}

.store {
width:140px;
float:left;
}

.stats {
width:139px;
float:left;
}

.contact {
width:141px;
float:left;
}

#content {
		width: 638px;
 		background: #FFFFFF;
		float:right;
}

#sidebar {
	width:202px;
	float:left;
}
#sidebar a {
	width:202px;
	float:left;
	height:31px;
}


#flash {
	margin-top:3px;
	text-align:center;
	width:200px;
	height:150px;
	float:left;
	}
	
	
#footer {
	width:843px;
	height:25px;
	background:#666666;
	clear:both ;
	font-family: "Times New Roman", Times, serif;
	font: oblique;
	color:#FFFFFF;
	text-align:center;
	}
	
#spacer {
clear:left;
height:5px;
clear:both;
}
