body{
	background-color: #013f16;
	background-image: url(../images/pagebg.jpg);
	background-repeat: repeat-x;
	margin-top: 0;
	font-family: verdana, helvetica, sans-serif;
	font-size: 12pt;
}

h1, h2{
	margin: 0;
	padding: 0;
	text-align: center;
	text-transform: uppercase;
	background-color: black;
	color: white;
}

ol{
	list-style-position: outside;
	padding-left: 135px;
}

.rules .point_list{
	list-style-image: url(../images/list_bullet.gif);
	list-style-position: outside;
}

.divisions .ring{
	margin-left: 0px;
	list-style-type: none;
	margin-bottom: 50px;
}

.divisions .ring li{
	margin-left: 10px;
	padding: 3px;
}

.alt_bg1{
	background-color: #cccccc;
}

.alt_bg2{
	background-color: #ffffff;
}

h1{
	font-size: 18px;
}

h2{
	font-size: 14px;
}

h3{
	margin-bottom: 0px;
	font-size: 14px;
}

p{
	margin: 0 0 10px 0;
}

#container{
	width: 750px;
	margin: 0 auto 0 auto;
	border-left: 3px solid #013f16;
	border-right: 3px solid #013f16;
}

#header{
	height: 200px;
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
}

#banner_pic{
	width: 620px;
	border-left: 3px solid black;
	border-bottom: 3px solid black;
	border-right: 3px solid black;
}

#header p{
	visibility: hidden;
}

#menu{
	background-color: #013f16;
	padding: 5px 5px 3px 5px;
	padding-left: 45px;
	font-size: 12px;
}

#menu ul{
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li{
	margin-bottom: 3px;
	display: inline;
	margin-right: 10px;
}

#menu a{
	color: white;
	text-decoration: none;
	font-weight: bold;
	padding: 3px;
	border-right: 3px solid #013f16;
	border-left: 3px solid #013f16;	
}

#menu a:hover{
	background-color: #223c89;
	padding: 3px;
	color: white;
	border-left: 3px solid white;
	border-top: 3px solid white;
	border-right: 3px solid white;
}

.register{
	position: relative;
	left: 335px;
}

.welcome #welcome, 
.divisions #divisions, 
.map #map, 
.registration #registration, 
.rules #rules, 
.photos #photos,
.contact #contact,
.faq #faq
{
	color: #d4be7c;
}

#content{
	background-color: #ffffff;
	border-left: 1px solid 00743a;
	border-right: 1px solid 00743a;
	padding: 5px;
}

#content p{
	margin: 10px 0 10px 5px;
}

table{
	border-left: 1px solid black;
	border-top: 1px solid black;
	border-collapse: collapse;
	margin: 0 auto 0 auto;
}

th{
	background-color: black;
	border-bottom: 1px solid black;
	border-bottom: 1px solid black;
	color: white;
}

td{
	border-right: 1px solid black;
	border-bottom: 1px solid black;
	font-size: 12px;
	padding: 2px;
}

.results{
	margin-left: 125px;
	margin-bottom: 50px;
}

.division_header{
	background-color: #013F16;
	padding: 5px;
	color: white;
	font-weight: bold;
	margin-top: 10px;
}

.results_header{
	background-color: #03964F;
	text-transform: uppercase;
	padding: 5px;
	text-align: center;
	font-weight: bold;
	text-decoration: underline;
}

#registration_form, #registration_form_1{
	width: 550px;
	margin-top: 10px;
	border-right: 1px solid black;
	border-bottom: 1px solid black;
}

#registration_form td{
	border-right: 0px;
	border-bottom: 0px;
	padding: 1px;
}

#registration_form_1 td{
	border-right: 1px solid black;
	border-bottom: 1px solid black;
	padding: 1px 10px 1px 10px;
}

.registration_section_header{
	border-top: 1px solid black;
	background-color: #c0c0c0;
	color: black;
}

.center{
	text-align: center;
}

.time{
	white-space: nowrap;
	text-align: center;
}

input, select, textarea{
	border: 1px solid black;
}

.button{
	background-color: #cccccc;
	cursor: pointer;
}

#sponsors{
	position: relative;
	left: -5px;
	float: left;
	clear: left;
	border-right: 1px solid black;
	border-bottom: 1px solid black;
	width: 100px;
	margin-bottom: 5px;
	padding: 0 5px 5px 5px;
	background-color: #ffffff;
}

#sponsors .tag{
	text-align: center;
	padding: 3px;
	font-size: 12px;
	font-family: Verdana, Helvetica, Arial, sans-serif;
}

#sponsors img{
	margin-top: 10px;
	border: 0;
	width: 100px;
}

.div_note{
	margin: 5px;
	background-color: lightgreen;
	padding: 5px;
	text-align: center;
	font-size: 10px;
	font-weight: bold;
}

.affiliates{
	text-align: center;
	margin-top: 50px;
}

.affiliates img{
	width: 100px;
	margin-right: 50px;
	margin-left: 50px;
	vertical-align: middle;
}

.faq_item{
	margin-left: 115px;
	margin-bottom: 20px;
}

.faq_question{
	background-color: #03964F;
	padding: 5px;
}

.faq_answer{
	background-color: #223C89;
	padding: 5px;
	color: #ffffff;
}

.faq_question span{
	font-size: 150%;
	font-weight: bold;
	margin-right: 5px;
}

.faq_answer span{
	font-size: 150%;
	font-weight: bold;
	margin-left: 20px;
	margin-right: 5px;
}

.affiliated{
	margin: 0 auto 0 auto;
	width: 400px;
}

.clr{
	clear: both;
}

