body { 
	background-color:#000; 
	margin: 0; 
	padding: 0;
	text-align: center;
	color: #FFF;
	font-family: Verdana;
	font-size: 12px;
	}
	
.content {
	width: 1002px;
	margin: 0 auto;
	position: relative;
  	min-height: 100%; /* For Modern Browsers */
  	height: auto !important; /* For Modern Browsers */
  	height: 100%; /* For IE */
  	text-align: center;
	}
	
a:link { color: #0c0; text-decoration: underline; }
a:hover { text-decoration: none; color: #FFF; }
a:visited { color: #0c0; }

.header {
	width: 985px;
	height: 246px;
	padding: 0;
	margin: 0 auto;
	}

.main {
	width: 1002px;
	background-image: url(../images/mainbg.jpg);
	background-repeat: repeat-y;
	height: auto;
	}

.leftnav {
	float: left;
	width: 182px;
	height: auto;
	display: table-column;
	}

.text {
	float: left;
	width: 635px;
	height: auto;
	}

.rightnav {
	float: right;
	width: 185px;
	height: auto;
	}

h1, h2, h3 {
	padding: 1px;
	margin: 1px;
	}

h3 {
	font-size: 14px;
	}

.red {
	font-weight: bold;
	color: red;
	}

/*------Event Info------*/
.events {
	width: 625px;
	height: auto;
	padding-bottom: 30px;
	text-align: center;
	font-weight: bold;
	}
	
.infobox {
	width: 620px;
	border: 1px #FFF solid;
	text-align: center;
	height: auto;
	padding: 3px;
	}

.leftinfo {
	float: left;
	text-align: left;
	width: 300px;
	height: auto;
	}

.rightinfo {
	float: right;
	text-align: left;
	width: 300px;
	height: auto;
	}

.eventinfo {
	width: 630px;
	height: auto;
	text-align: left;
	}

.signupinfo {
	font-size: 15px;
	}

.mailin {
	font-size: 10px;
	font-weight: bold;
	}

/*------Frontpage------*/

.frontimg {
	width: 610px;
	height: 230px;
	background-repeat: no-repeat;
	color: #000;
	margin-bottom: 7px;
	}

.fronttext {
	width: 280px;
	height: 205px;
	text-align: left;
	margin: 15px;
	}

html>/**/body .fronttext { padding-top: 15px; }
html>/**/body .frontext-right { margin-left: 318px;}

.frontsmallhdr {
	font-weight: bold;
	padding-top: 10px;
	clear: both;
	}

.frontli {
	padding-top: 5px;
	text-indent: 5px;
	list-style-image: url(../images/spacer.gif);
	}

/*------FAQ------*/

.q {
	font-size: 14px;
	font-weight: bold;
	color: #459125;
	margin-right: 10px;
	}

.question {
	font-style: italic;
	color: #459125;
	font-weight: 600;
	}

.a {
	font-size: 14px;
	font-weight: bold;
	margin-right: 10px;
	}

/*------Contact Form------*/

.formtitles {
	width: 200px;
	height: 29px;
	text-align: right;
	float: left;
	padding-top: 14px;
	}

.formfields {
	width: 400px;
	height: 15px;
	float: left;
	margin: 10px;
	text-align: left;
	}

/*------Free Agents------*/

.fabox {
	width: 620px;
	margin: 0 auto;
	border: 1px #FFF solid;
	height: auto;
	text-align: center;
	margin-bottom: 20px;
	}

.fatitles {
	font-weight: bold;
	text-decoration: underline;
	}

.gender { width: 55px; height: auto; margin: 2px; float: left; }
.age { width: 31px; height: auto; margin: 2px; float: left; }
.join { width: 220px; height: auto; margin: 2px; float: left; }
.contactinfo { width: 200px; height: auto; margin: 2px; float: left; }
.postdate { width: 80px; height: auto; margin: 2px; float: left; }

/*------Footer------*/

.footer {
	color: #FFF;
	font-family: Verdana;
	font-size: 9px;
	clear: both;
	width: 1002px;
	background-color: #000;
	}

/*------Coranto------*/

.eventheaderstop {
	color: #FFF;
	font-family: Verdana;
	font-size: 14px;
	font-weight: bold;
	}

.eventheadersmain {
	color: #FFF;
	font-family: Verdana;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	}

.eventtitles {
	color: #FFF;
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	text-decoration: underline;
	}

.eventlinks {
	font-family: Verdana;
	font-size: 15px;
	text-align: center;
	}

