* {
	margin: 0;
	padding: 0;
}

img {
	border: 0;
}


body,html {	margin-bottom:1px;height:100%;	}

body {
	text-align: center;
	font-family: "Trebuchet MS",Verdana,Arial;
	font-size: 12px;
	background-color: #ccc;
	background-image: url(../images/bgsquare.gif);
}

#background {
	width: 955px;
	margin: 0 auto;
	background-color: #fff;
	text-align: center;
	border-left: 1px solid #333;
	border-right: 1px solid #333;
	border-bottom: 1px solid #333;	
}

#wrap {
	margin: 0 auto;
	width: 955px;
	text-align: center;
	padding: 10px;
	background-image: url(../images/bglawn.jpg);
	background-repeat: no-repeat;
	background-color: #fdf6e4;
}

#content {
	width: 732px;
	margin: 0 auto;
	margin-top: 30px;
	text-align: left;
}


#front {
	width: 732px;
	margin: 0 auto;
	padding-top: 170px;
}

#front img {
	border: 1px inset #aaa;
}


#logo {
	position: absolute;
	left: 50%;
	margin-left: -460px;
	top: 5px;
	width: 270px;
	height: 100px;
	text-align: center;
}

#logo a {
	position: relative;
	display: block;
	width: 250px;
}

#menu {
	position: absolute;
	left: 50%;
	margin-left: -100px;
	top: 30px;
	width: 500px;
}
#left a {
	color: #458900;
	display: block;
	text-decoration: none;
	font-size: 10px;
	font-weight: bold;
	margin: 3px;
	padding-left: 10px;
	border-bottom: 1px solid #bbb;
	text-transform: uppercase;
	
}

#left a:hover {
	color:#fff;
	background-color:#1ba500;
	background-image: url(../images/menu_bg.jpg);
	border-bottom:1px solid #aaa;
}

#left #active {
	color:#fff;
	background-color:#1ba500;
	background-image: url(../images/menu_bg.jpg);
	border-bottom:1px solid #aaa;
}

p {
	line-height: 18px;
	text-align: justify;
	
}


#loginform {
	margin: 0;
	border: 1px solid #fff;
	padding: 0;
	font-size: 12px;
}


#loginform label {
	display: block;
	font-size: 12px;
	font-weight: bold;
}

#loginform span {
	display: block;
}

.button {
	font-size: 12px;
}


#flashfront {
	position: absolute;
	left: 50%;
	margin-left: -320px;
	top: 250px;
	width: 500px;
}


#left {
	float: right;
	margin-top: 7px;
	width: 27%;
}
  
#main {
	float: left;
	width: 69%;
	padding: 0px 10px;
	border-left: 1px solid #eee;
	color: #444;
	margin-bottom: 50px;
}

#main a {
	color: #548619;
}

#main a:hover {
	color: #000;
}

#footer {
	clear: both;
	width: 732px;	
	margin: 0 auto;
	padding: 20px 0px;
	border-top: 1px solid #ddd;
	height: 30px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #444;
}

#footer a {
	color: #444;
}


h1,h2,h3,h4 {
	/*color: #003333;*/
	color: #458900;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 22px;
	text-align: left;
}

h2 {
	font-size: 16px;
}

h3 {
	font-family: "Trebuchet MS",Verdana,Arial;
	font-size: 14px;
	border: 0;
	color: #444;
	margin-bottom: 5px;
}
.date {
	color: #999999;
	text-align: center;
	margin: 10px 0px;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
}
#contactform {
	margin: 0px 3px 3px 3px;
	border: 1px solid #fff;
	padding: 10px;
}
#contactform label {
	display: block;
	font-size: 12px;
	font-weight: bold; 
}

#contactform input, select {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

#main ul { 
	margin-left: 15px;
	margin-top: 11px;
	list-style-position:inside;

}

.small {
	font-size: 10px;
}
.imgBorder {
	border: 1px solid #000000;
}
.red {
	color: #FF0000;
}
