body, table {
	font-size: 11px;
	font-family: Verdana, sans-serif;
}
body {
	background-color: #F5FFEB;
	margin: 10px 0px 20px 0px;
}
table {
	width: 100%;
}
tr {
	vertical-align: top;
}
a:link, a:visited {
	color: #434343;
	text-decoration: none;
	font-weight: bold;
}
a:active, a:hover {
	color: #748F66;
}
p {
	margin: 0px;
}
form {
	margin: 0px;
}
a img {
	border: 0px;
}
input, textarea, select {
	font-family: verdana, sans-serif;
	font-size: 11px;
}
input.text,textarea {
	width: 180px;
	border: 1px dotted #000;
}
textarea {
	height: 150px;
	overflow: auto;
}
select {
	width: 184px;
}
input.button {
	width: 100px;
	background-color: #FFF;
}

#container {
	margin: 0px auto;
	width: 980px;
	border: 1px dotted #848484;
	background-color: #FFF;
}
#top {
	background-image: url(../images/top.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 85px;
	position: relative;
}
	#top a.frontpage {
		display: block;
		width: 620px;
		height: 85px;
		position: absolute;
		top: 0px;
		left: 5px;
	}
	#top div.topmembers {
		float: right;
		width: 400px;
		height: 60px;
		overflow: hidden;
		margin: 18px 0px 0px 0px;
		color: #ffffff;
		font-size: 10px;
	}
		#top div.topmembers div {
			float: left;
			width: 130px;
			margin-bottom: 5px;
		}
			#top div.topmembers div a.top {
				font-weight: bold;
			}
			#top div.topmembers div a {
				color: #ffffff;
				text-decoration: none;
			}
#topnavigation {
	width: 890px;
	margin: 0px auto;
}
div.submenu {
	position: relative;
	top: -145px;
	left: -242px;
	width: 980px;
	border: 1px solid #848484;
	border-bottom: 0px;
	background-color: #DAEDD1;
}
	#topnavigation a, div.submenu a {
		display: block;
		float: left;
		padding: 3px 15px;
		margin: 7px 10px;
		border-width: 0px 1px;
		border-style: solid;
		border-color: transparent;
		color: #000;
	}
	div.submenu a {
		color: #44763A;
	}
	#topnavigation a:active, #topnavigation a:hover, #topnavigation a.active, div.submenu a:active, div.submenu a:hover, div.submenu a.active {
		border-color: #88A37A;
		color: #88A37A;
	}
#header {
	background-repeat: no-repeat;
	background-position: top center;
	background-color: #CCC;
	width: 980px;
	height: 145px;
	cursor: pointer;
}
#content {
	float: left;
	width: 498px;
	min-height: 1500px;
	padding: 0px 30px 20px 30px;
	border: 1px dotted #848484;
	border-top: 0px;
	border-bottom: 0px;
}
	#content h1 {
		border-bottom: 1px dotted #848484;
		width: 498px;
		position: relative;
		left: -30px;
		padding: 15px 30px;
		background-color: #E6F0D2;
		font-size: 16px;
		margin: 0px 0px 20px 0px;
		color: #000;
	}
	#content h2 {
		font-size: 16px;
		margin: 0px 0px 10px 0px;
	}
	#content div.cmscontent h1 {
		border: 0px;
		width: auto;
		position: static;
		left: auto;
		padding: 0px;
		margin: 0px 0px 10px 0px;
		background-color: transparent;
		font-size: auto;
		font-size: 20px;
	}
#navigation, #members {
	float: left;
	width: 210px;
}
#members a.navigator, #navigation a.navigator {
	display: block;
	float: left;
	clear: left;
	width: 130px;
	margin: 0px 0px 5px 20px;
	padding-left: 10px;
	font-size: 10px;
	font-weight: bold;
	color: #000;
	text-decoration: none;
	background-image: url(../images/navigation.jpg);
	background-repeat: no-repeat;
	background-position: 0px 4px;
}
	#navigation input {
		font-size: 9px;
	}
	#navigation input.text {
		width: 130px;
	}
	#navigation h1, #members h1 {
		padding: 3px 5px 10px 20px;
		margin: 0px;
		font-size: 14px;
		background-image: url(../images/label.jpg);
		background-repeat: no-repeat;
	}
	#navigation div.box, #members div.box {
		margin: 0px 20px 20px 20px;
	}
	#navigation div.box img, #members div.box img {
		width: 170px;
	}

.navigator {
	padding-left: 10px;
	background-image: url(../images/navigation.jpg);
	background-repeat: no-repeat;
	background-position: 0px 4px;
}

div.memberlist {
	margin: 20px 0px 5px 0px;
}
	div.memberlist div.category {
		float: left;
		width: 240px;
		margin: 0px 5px 15px 0px;
	}
		div.memberlist div.category h2 {
			font-size: 14px;
			margin: 0px 0px 5px 0px;
		}
		div.memberlist div.category a {
			display: block;
			float: left;
			clear: left;
			margin-bottom: 5px;
			
			background-image: url(../images/navigation.jpg);
			background-repeat: no-repeat;
			background-position: 0px 5px;
			padding-left: 10px;
			font-size: 11px;
		}

div.memberdata div.specifics {
	width: 180px;
	float: left;
}
div.memberdata img {
	width: 200px;
	float: right;
	margin: 0px 0px 10px 10px;
}
div.hr {
	border-top: 1px dotted #848484;
	height: 1px;
	width: 100%;
	overflow: auto;
	margin: 10px 0px 9px 0px;
	background-color: #FFF;
}

#calendar {
	width: 950px;
	margin: 0px auto;
}
	#calendar div.title {
		background-color: #FFFFCC;
		height: 32px;
		width: 100%;
		font-weight: bold;
		font-size: 16px;
		margin-top: 10px;
	}
	#calendar div.month {
		text-align: center;
	}
	#calendar span {
		display: block;
		width: 125px;
		min-height: 110px;
		float: left;
		margin: 2px;
		padding: 2px;
		background-color: #FFF;
		border: 1px solid #000;
		overflow: hidden;
		text-align: left;
	}
		#calendar span ul {
			margin: 0px 0px 0px 20px;
		}
		#calendar span div.date {
			float: right;
			padding: 3px 0px;
			text-align: center;
			background-color: #F5FFEB;
			color: #000;
			border: 1px solid #DAEDD1;
			width: 20px;
			cursor: default;
		}
	#calendar span.day {
		border-color: transparent;
		min-height: auto;
		text-align: center;
	}
	#calendar span.notdate {
		border-color: transparent;
	}
	#calendar span.event {
		
	}
	#calendar div.title div {
		padding: 5px;
	}
	
#map {
	margin-top: 20px;
	display: none;
	position: relative;
	background-repeat: no-repeat;
	width: 390px;
	height: 320px;
}
	#map a {
		position: absolute;
		display: block;
		width: 15px;
		height: 15px;
		background-image: url(../images/locator.jpg);
		background-repeat: no-repeat;
	}

div.options {
	border: 1px solid #000;
	background-color: #FFF;
	position: absolute;
	height: 100px;
	overflow: auto;
}
	div.options div {
		cursor: default;
		padding: 2px;
	}
	div.options div.highlight {
		background-color: #3366cc;
		color: #fff;
	}

div.paperadvertbox {
	
}
div.eventbox {
	
}
div.memberlinksbox {
	
}
div.gallery {
	width: 460px;
	margin: 0px auto;
}
div.gallery div.imagebox {
	float: left;
	width: 200px;
	margin: 0px 15px 30px 15px;
}
	div.gallery div.imagebox div.image {
		height: 180px;
		overflow: hidden;
	}
	div.gallery img {
		filter: alpha(opacity=80);
		opacity: 0.8;
		-moz-opacity: 0.8;
	}
	div.gallery a:hover img, div.gallery a:active img {
		filter: alpha(opacity=100);
		opacity: 1;
		-moz-opacity: 1;
	}

div.clear {
	height: 1px;
	overflow: hidden;
	clear: both;
}

a.base, a.down, a.over {
	display: block;
	position: absolute;
	bottom: 10px;
	width: 98px;
	height: 22px;
	background-repeat: no-repeat;
	cursor: pointer;
	text-align: center;
	padding-top: 4px;
	font-weight: bold;
	color: #5C5C5C;
}
a.base {
	background-image: url(../images/base.gif);
}
a.over {
	background-image: url(../images/over.gif);
}
a.down {
	background-image: url(../images/down.gif);
}