@charset "UTF-8";
body {
	margin-left: 0px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #c2cc9c;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	line-height:1.8em;
	color: #333333;
	background-repeat: repeat;
}
a:link {
	color: #006633;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #006633;
}
a:hover {
	text-decoration: underline;
	color: #000;
}
a:active {
	text-decoration: none;
}
a.flink:link {
	color: #66CC99;
	text-decoration: none;
}
a.flink:visited {
	text-decoration: none;
	color: #66CC99;
}
a.flink:hover {
	text-decoration: underline;
	color: #000;
}
a.flink:active {
	text-decoration: none;
}
#wrapper {
	background-color: #3f432a;
	padding: 10px;
	border-left-style: none;
	border-right-style: none;
	border-top-style: none;
	border-left-width: 0px;
	border-right-width: 0px;
	border-top-width: 0px;
	width: 750px;
	margin-right: auto;
	margin-left: auto;
}
#wrapper #footer {
	font-size: 11px;
	font-weight: bold;
	padding-top: 8px;
	text-align: center;
	width: 750px;
	background-color: #3f432a;
	color: #b3b3b3;
}
#wrapper #content {
	background-color: #FFFFFF;
}
#events {
	width: 550px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 12px;
	margin-left: auto;
	border: 1px solid black;
	border-collapse:collapse;
}
#events th {
	font-size: 18px;
	color: white;
	padding-left: 6px;
	padding-bottom: 3px;
	padding-right: 3px;
	padding-top: 3px;
	background: #3f422a;
	font-weight:bold;
	border: 1px solid #333333;
}
#events td {
	padding-left: 7px;
	padding-bottom: 2px;
	padding-right: 2px;
	padding-top: 2px;
	border: 1px solid #333333;
	font-weight:normal;
}
#events th.column_head {
	font-size: 15px;
	line-height: normal;
	color: white;
	padding-left: 6px;
	padding-bottom: 3px;
	padding-right: 3px;
	padding-top: 3px;
	background: #c2cb9b;
	font-weight:bold;
	border: 1px solid #333333;
}
h4 {
	font-size: 1.2em;
	color: #000000;
	margin: 12px 0 20px 0;
}
h2 {
	color: #343722;
	font-size:150%;
	text-align: left;
}
#wrapper #content #inner_content {
	padding: 24px;
}
#wrapper #nav_wrapper {
	height: 26px;
	border-bottom-width: 0px;
	border-bottom-style: none;
	background: #707a48;
}
#events td.bold {
	color: red;
	font-weight: bold;
	text-align:center;
}
p.omega {
	font-size: 11px;
	text-align: center;
}
#news_section {
	background-color: #D9E4C2;
	margin: 12px;
	padding: 12px;
	border: 1px solid #333333;
}