@charset "UTF-8";
body {
	margin: 0px;
	background-color: #BAADA1;
	background-image: url('images/bg.jpg');
	background-repeat: repeat-y;
	background-position: top center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;

}

#nav {
	font-size: 14px;
	height: 50px;
}

a:link {
	color: #007137;
	text-decoration: none;
}

a:visited {
	color: #087342;
	text-decoration: none;
}

a:hover {
	color: #000000;
	text-decoration: underline;
}

a:active {
	color: #000000;
	text-decoration: underline;
}

.on a:link {
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}

.on a:visited {
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}

.on a:hover {
	color: #000000;
	text-decoration: underline;
}

.on a:active {
	color: #000000;
	text-decoration: underline;
}

#container {
	width: 650px;
	background-color: #FFFFFF;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 25px;
	margin-left: auto;
	padding: 25px;
	height: 1050px;
}

#infoblock {
	background-color: #FFFFFF;
	padding: 25px;
	border: solid black thin;
}

.headline {
	font-size: 18px;
	line-height: 22px;
	font-weight: bold;
	color: #1F8350;
}

.subhead {
	font-size: 18px;
	line-height:26px;
	color: #000000;
	font-weight: bold;
}

#logoheader {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 25px;
	margin-left: 0px;
}

#monoSlideshow {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 25px;
	margin-left: 0px;
}

#about {
	float: left;
	width: 350px;
	margin-top: 0px;
	margin-right: 25px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#about2 {
	float: left;
	width: 650px;
	margin-top: 0px;
	margin-right: 25px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#contact {
	width: 253px;
	float: left;
	border: 1px solid #CCCCCC;
	padding: 10px;
}

#text {
	width: 650px;
}

.name {
	font-size: 16px;
	line-height: 22px;
}

.caption {
	font-size: 11px;
	font-style: italic;
	line-height: 13px;
	color: #666666;
}
