body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	background-color: #9ca62d;
	margin-top:0;
	margin-bottom:0;
}

#container {
	width:1000px;
	margin:0 auto;
	padding-bottom:15px;
	background-color: #8a921b;
	background-image:url(images/footer_bg.gif);
	background-position:bottom;
	background-repeat:no-repeat;
}

#header {
	height:162px;
	background-image:url(images/header.gif);
	width:1000px;
	position:relative;
}

#menu {
	height:30px;
}

#menu a {
	color:#FFFFFF;
	font-weight:bold;
	text-decoration:none;
	font-size:16px;
}

#main_content_row {
	height:287px;
	background-image:url(images/main_content_bg.jpg);
	margin-top:1px;
	color:#f3fcb6;
	font-size:18px;
}

#main_row_title {
	color: #ffffff;
}

#dark_area {
	background-color: #737a06;
	margin-top: 20px;
	padding-top: 20px;
	padding-left: 20px;
}

.camp_dates {
	color:#FFFFFF;
}

.date_heading {
	color:#f3fcb6;
	font-size:16px;
	font-weight:bold;
}

.table-caption {
	color:#f3fcb6;
	font-size:16px;
	font-weight:bold;
	margin-bottom: 25px;
}

#bottom_row {

}

h1 {align: auto;
	color: #ffffff;}
h2 {align: auto;}

ul {padding-left: 0px;}

.indentedlist {
	padding-left: 50px;
	color:#FFFFFF;}
	
/* Basic tags */
a {background-color:inherit; color:#FFCC7F; font-weight:700; text-decoration:none;}
a:hover {background-color:inherit; color:#FFA64D; text-decoration:none;}
a:visited {background-color:inherit; color:#FFA64D;}
a img {border:0;}

