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

body {
	background-repeat: repeat-x;
	background-color:#000;
}

#container {
	width:800px;
	background-color:#FFFFFF;
	margin:auto;
}

#header{
	background-color:#000;
	width:800px;
	height:110px;
}

#nav{
	background-color:#FFFFFF;
	width:800px;
	height:15px;
	padding: 5px 0;
	font: 10pt Arial;
	border-bottom: #003366 solid;
	font-weight: bold;
	}
	
#nav a, #nav a:visited,	#nav a:active {
	color:#003366;
	text-decoration:none;
}
#nav a:hover {
	text-decoration:underline;
}

h2 {
	font-weight:bold;
	font-size:20px;
	color: #009900;
}
#right{
	float:right;
	margin-right:10px;
	min-width:100px;
}

#left{
	float:left;
	margin-right:10px;
	min-width:100px;
	margin-bottom: 10px;
}


#sponsors{
	border: #003366 outset;
	}

#sponsors p{
	margin-bottom:20px;
}
#photos{
	float:right;
	margin-right:10px;
	min-width:100px;
	}

	
	
#content{	
	background:#ffffff;
	font: 10pt Arial;
	padding-bottom:20px;
	}
	
#mainContent{
	background:#ffffff;
	font: 10pt Arial;
	margin-left:20px;
	margin-right:275px;
	}
	
	a.main{color:#71BF45; text-decoration:none;}
	
#footer {
	background:#333333;
	width:800px;
	height:20px;
	border-top:#333 solid;
	color:#FFFFFF;
	font-family:Arial;
	}
	a.footer{color:#FFFFFF; text-decoration:none;}
	a.footer:link{color:#FFFFFF; text-decoration:none;}
	a.footer:visited {	color:#ffffff; text-decoration: none;}
	a.footer:hover {color: #ffffff;	text-decoration: underline;} 
	a.footer:active {text-decoration: none; color:#ffffff;}
