@charset "utf-8";
/* CSS Document */

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
}
body {
	background-color: #97ab4e;
	margin: 0px;
}
a:link {
	color: #FFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFF;
}
a:hover {
	text-decoration: underline;
	color: #FFF;
}
a:active {
	text-decoration: none;
	color: #FFF;
}
a.linkGreen {
	color: #37A727;
}
h1 {
	color: #37A727;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	margin: 0px;
	padding: 0px;
}

.cleaner {clear: both;}
.fbImg {margin-right:3px;vertical-align:middle;}
.txt13 {font-size: 13px;}
.txt14 {font-size: 14px;}
.txtGreen {color: #37A727;}

#content {
	background-image: url(../images/shadow.png);
	background-position: top;
	background-repeat: repeat-y;
	margin: auto;
	width: 1024px;
}
#all {
	background-color: #FFF;
	margin: auto;
	width: 990px;
}
#header {
	width: auto;
}
#header #logo {
	padding-top: 10px;
	text-align: center;
	width: 990px;
}
#header #menu {
	background-color: #819342;
	background-image: url(../images/backMenu.png);
	background-position: top;
	background-repeat: repeat-x;
	color: #FFF;
	height: 30px;
	margin-top: 30px;
	padding-top: 14px;
	text-align: center;
}
#header #menu li {
	display: inline;
	font-size: 14px;
	font-weight: bold;
	padding: 30px;
}
#body {
	background-color: #e6f2b7;
	padding-left: 20px;
	padding-top: 20px;
	padding-right: 20px;
	width: 950px;
}
#body #bodyContent img {
	float: left;
	margin-bottom: 20px;
	margin-right: 20px;
}
#body #bodyContent #bodyContentText {
	padding-top: 30px;
}
#body #bodyContent #bodyContentText p {
	font-size: 14px;
	margin: 20px;
}
#body #bodyFooter {
	padding-bottom: 20px;
	width: 950px;
}
#body #bodyFooter #bodyFooterContact {
	float: left;
	font-size: 12px;
	margin-right: 20px;
	padding-left: 10px;
	width: 262px;
}
#body #bodyFooter #bodyFooterContact p {
	margin: 0px;
	margin-top: 4px;
}
#body #bodyFooter #bodyFooterText {
	text-align: right;
}
#footer {
	background-color: #1d2a1f;
	color: #e3ffe7;
	height: 11px;
	padding: 12px;
}
#footer #footerLeft {
	float: left;
	text-align: left;
	width: 40%;
}
#footer #footerRight {
	float: right;
	text-align: right;
	width: 40%;
}