@charset "utf-8";
/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 45px;
	margin-right: 0px;
	margin-bottom: 24px;
	background-color: #74b487;
}
ul.mainMenu {
	background-image: url(menuBackground.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	float: right;
	width: 152px;
	padding-bottom: 192px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #58a56f;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #58a56f;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #58a56f;
	background-color: #cde3d3;
	padding-top: 12px;
	padding-right: 0px;
	padding-left: 20px;
	list-style-position: inside;
	list-style-type: none;
	margin-top: 40px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
}
.mainMenu li {
	height: 24px;
	margin: 0px;
	padding: 0px;
}
.content h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	color: #26b441;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 18px;
	margin-left: 0px;
	line-height: 18px;
}

.mainMenu a:link, .mainMenu a:visited {
	color: #000000;
	text-decoration: underline;
}
.mainMenu a:hover {
	color: #8a3e4d;
}

td.address {
	text-align: center;
	vertical-align: middle;
	height: 56px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #883E4B;
}
td.contentWrapper {
	text-align: left;
	vertical-align: top;
	background-image: url(background.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #cde3d3;
	padding-bottom: 24px;
}
td.content {
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	vertical-align: top;
	border: 1px solid #a6b9bc;
	padding: 20px;
	line-height: 18px;
}
.content p {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 18px;
	margin-left: 0px;
}
.content a:link, .content a:visited {
	color: #000000;
	text-decoration: underline;
}
.content a:hover {
	color: #8a3e4d;
}
input.onlineform {
	width: 300px;
}
textarea.onlineform {
	width: 300px;
	height: 102px;
}
