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

body {
	background-image:url(template/background.jpg);
	background-position:center top;
	background-repeat:no-repeat;
	background-attachment:fixed;
	background-color:#000000;
	font-family:"Lucida Sans", Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#e0e0e0;
	line-height:28px;
	
}

a:link {
	color:#d40f0f;
	text-decoration:none;
}

a:visited {
	color:#d40f0f;
	text-decoration:none;
}


a:hover {
	
	text-decoration:underline;
}

#container {
	width:932px;
	margin:auto;
}


.logo {
	float:left;
	margin-top:45px;
}

#newsletter {
	float:right;
	margin-top:35px;
	margin-bottom:15px;
	
}

.newsletterbox {
	background-color:#000000;
	height:15px;
	color:#999999;
	padding:5px;
	padding-top:9px;
	border:none;
	
}

.nav {

}

#body {
	
	margin-top:15px;

}

#maincontent {
	float:left;
	width:511px;
	
}

#rightside {

	float:right;
}

#footer {
	font-family:Arial, Helvetica, sans-serif;
	font-size:9px;
	color:#5e5e5e;
}

#footer a {
color:#5e5e5e;
}

.upcomingevent {
	font:Georgia, "Times New Roman", Times, serif;
	color:#d40f0f;
	font-size:18px;
	
}

.photocopy {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#999999;}

.photocopy a {
color:#999999;
}

.teamimg {
	margin-right:8px;
	margin-bottom:8px;
}

.teamimgright {
	margin-bottom:8px;
}




.form {
width:240px;
border: #2d2d2d 1px solid;
	padding: 2px;
	background: #0e0e0c;
	color: #999999;
	font-size: 12px;
	}
