
body {
	background-color: #005b2d;
	color:#dfc951
		
}


a, a:link, a:visited {
	color: #dfc951;
}


#leftcontent {
		float:left;
		left:10px;
		top:50px;
		width:25%;
		background:#005b2d;
		border-right:2px solid #dfc951;
		padding:20px 20px 10px 10px;
		
	}
#leftcontent2 {
		float:left;
		left:10px;
		top:50px;
		width:28%;
		background:#005b2d;
		border-right:2px solid #dfc951;
		border-bottom:2px solid #dfc951;
		padding:20px 20px 10px 10px;
		
	}
		
#centercontent {
		background:#005b2d;
		float:left;
		left:20px;
		top:50px;
		width:40%;
   		border:0px solid #dfc951;
		padding:20px 20px 15px 15px;
}	


	
		
#rightcontent {
		float:left;
		top:50px;
		left:20px;
		width:25%;
		background:#005b2d;
		border-left:2px solid #dfc951;
		padding:20px 20px 10px 10px;
		}

#rightcontent2 {
		background:#005b2d;
		float:left;
		left:20px;
		top:50px;
		width:60%;
   		border-left:0px solid #dfc951;
		padding:20px 20px 10px 10px;
		font-family=:Tennessee;
		color:#dfc951;
		size:14pt;
}

#NavBar {
	height: 100%;
	top: 20px;
	left: 20px;
	margin: 0px 0px 0px 0px;
	border: 0px 0px 0px 0px;
	padding: 10px 0px 0px 0px;
	text-align: left;
}

#NavList {
	list-style: none none outside;
	text-align: left;
}

#NavList li {
	list-style: none none outside;
	margin: 0px 0px 20px 0px;
	text-align: left;
}

#NavList li a {
	font-family: Times New Roman;
	size: 12pt;
	color: #dfc951;
	margin: 10px 0px 0px 0px;
	font-weight: bold;
	text-align: left;
}

#Banner {
	width: 100%;
	height: 50px;
	margin: 0px 0px 0px 0px;
	border: 0px 0px 0px 0px;
	padding: 0px 10px 0px 0px;
	text-align: left;
}
#Banner H1 {
	font-family:Seabird Heavy SF;
	font-size:24pt;
	color:#dfc951;
	font-weight:bold;
	text-align:left;
}

#Main {
	position: fixed;
	width: 80%;
	height: 100%;
	top: 50px;
	margin: 10px 0px 0px 0px;
	font-family: Seabird Heavy SF;
	color: #dfc951;
	font-size: 24pt;
	font-weight: bold;
	border: 0px 0px 0px 0px;
	padding: 0px 25% 0px 0px;
	text-align: center;
}

#dates {
	margin: 10px 0px 0px 0px;
	font-family: Seabird Heavy SF;
	color: #dfc951;
	font-size: 24pt;
	font-weight: bold;
	text-align:center;
}

#location {
	margin: 10px 0px 0px 0px;
	font-family: Arial Black;
	color: #dfc951;
	font-size: 12pt;
	text-align:center;
}

#stafflist {
	margin: 10px 10px 10px 10px;
	font-family: Tennessee;
	color: #dfc951;
	font-size: 12pt;
	font-weight: bold;
	list-style: none none outside;
	margin: 10px 0px 20px 0px;
	text-align: left;
}

#stafflist li {
	list-style: none none outside;
	margin: 0px 0px 20px 0px;
	text-align: left;

#disclaimer {
	margin: 10px 0px 0px 0px;
	font-family: Arial Black;
	color: #000;
	font-size: 8pt;	
	text-align:justify;
}

