@charset "UTF-8";
body {
	background-color: #ddd;
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	line-height: 1.7em;
}
#wrapper {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}
#header {
	height: 160px;
	background-color: #fff;
}
#header #headerfoto {
	float: right;
}
#header #logo {
	position: absolute;
	border: none;
}
#menu {
	height: 66px;
	overflow: hidden;
	background-color: #fff;
	color: #fff;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #fff;
	background-image: url(../img/bg-menu.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
#menu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#menu ul li {
	float: left;
	overflow: hidden;
}
#menu ul li a {
	white-space: nowrap;
	float: left;
	color: #fff;
	text-decoration: none;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
	padding: 8px 0;
	width: 107px;
	height: 18px;
	text-align: center;
	display: block;
}
#menu ul li a.active {
	color: #7fff00;
	text-decoration: underline;
}
#menu ul li.first a {
	width: 104px;
}
#menu ul li a:hover {
	background-color: #7fff00;
	color: #007f00;
}
#contentwrapper {
	background-color: #fff;
	background-image: url(../img/bg-contentwrapper.gif);
}
#contentleft {
	width: 160px;
	float: left;
}
#contentright {
	float: right;
	width: 160px;
}
#contentleft, #contentright {
	background-image: url(../img/bg-contentleftright.gif);
	background-repeat: repeat-x;
	padding-top: 4px;
}
#contentleft ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#contentleft ul li {
	margin: 10px 0;
}
#contentleft ul li a {
	display: inline-block;
}
#contentleft ul li a {
	color: #fff;
	text-decoration: none;
	text-align: right;
	display: block;
	padding: 5px 10px;
}
#contentleft ul li.active a {
	background-color: #fff;
	color: #bf110b;
}
#contentleft ul li a:hover {
	text-decoration: underline;
}
#contentright h3 {
	margin: 10px 10px 0 10px;
	padding: 0;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #bf110b;
}
#contentright p {
	margin: 0 10px 10px 10px;
	padding: 0;
}
#contentright ul {
	margin: 0 10px;
	padding: 0;
	list-style-type: none;
}
#contentright ul li {
	margin: 0 0 10px 0;
}
#contentright ul li a {
	color: #007e00;
	text-decoration: none;
}
#contentright ul li a em {
	font-style: normal;
	display: block;
	font-size: 10px;
	color: #666;
}
#contentright ul li a:hover {
	color: #000;
}
#contentright img {
	border: none;
}

#content {
	width: 580px;
	margin-left: 30px;
	float: left;
}
#content h1 {
	margin: 0 0 20px 0;
	padding: 0;
	color: #007f00;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
}
#content h2, #content h3, #content h4, #content h5, #content h6 {
	margin: 20px 0 0 0;
	padding: 0;
	color: #bf110b;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}
#content h3, #content h4, #content h5, #content h6 {
	font-size: 13px;
	color: #007f00;
}
#content p {
	margin: 10px 0 20px 0;
	padding: 0;
}
#content a, #contentright a {
	color: #007e00;
	text-decoration: underline;
}
#content a:hover, #contentright a:hover {
	color: #00f;
}
#footer {
	clear: both;
	padding: 10px 0 10px 190px;
}
#footer, #footer a {
	color: #ccc;
	text-decoration: none;
}
#footer a:hover {
	color: #000;
}

ul.events, ul.news {
	margin: 0 0 30px 0;
	padding: 0;
	list-style-type: none;
}
ul.events li, ul.news li {
	margin: 10px 0 10px 0;
	border-bottom: 1px solid #ddd;
}
ul.events li a, ul.news li a {
	color: #007e00;
	text-decoration: none;
	overflow: hidden;
	white-space: nowrap;
}
ul.events li a em, ul.news li a em {
	font-style: normal;
	font-size: 10px;
	color: #666;
	width: 200px;
	display: block;
	float: left;
	overflow: hidden;
	white-space: nowrap;
	padding-right: 10px;
}
ul.news li a em {
	width: 120px;
}
ul.events li a:hover, ul.news li a:hover {
	color: #000;
}
.searchresults a {
	font-weight: bold;
}
.searchresults span {
	font-weight: bold;
	font-size: 9px;
	color: #666;
	margin-left: 10px;
}
ul.pages {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
ul.pages li {
	float: left;
}
ul.pages li a {
	display: inline-block;
	margin: 0 10px 10px 0;
	width: 30px;
	text-align: center;
	padding: 2px;
	text-decoration: none !important;
	background-color: #eee;
	border: 1px solid #ccc;
}
ul.pages li.active a {
	background-color: #007e00;
	border-color: #007e00;
	color: #fff !important;
	font-weight: bold;
}

