/* CSS Document */

/* Begin General Styles */
body {
	background: url(images/texture.gif) repeat;
	margin: 2px 0px 0px 0px;
	text-align: center;
}
/* End General Styles */

/* Container for the main white base and header */
#container {
	background-color: #ffffff;
	padding: 0px 0px 0px 0px;
	width: 955px;
	height: 768px;
	margin-left: auto;
	margin-right: auto;
}
#banner {
	background: #ffffff;
	width: 955px;
	height: 170px;
	float:left;
}

/* Begin left menu navigation style */
#leftmenu {
	background: url(images/menubar.gif) repeat 0;
	width: 955px;
	height: 32px;
	float:left;
	padding: 0px;
	margin: 0px;
}
#leftmenu ul {
	padding: 0px;
	margin: 8px 0px 0px 20px;
 	font: 12px Arial, Helvetica, sans-serif;
	letter-spacing:1px;
}	
#leftmenu ul li {
	list-style:none;
	margin: 0px;
	display: inline;
}
#leftmenu ul li a {
	float:left;
	padding: 0px;
	margin: 0px;
	text-decoration: none;
}
#leftmenu ul li a:link {
	color: #676767;
	background: none;
}
#leftmenu ul li a:visited {
	color: #676767;
	background: none;
}
#leftmenu ul li a:link:hover, #leftmenu ul li a:visited:hover {
	color: #40891c;	
	font: bold 12px Arial, Helvetica, sans-serif;
}
#leftmenu ul li a#current {
	color: #40891c;
	font: bold 12px Arial, Helvetica, sans-serif;
	text-decoration: none;
}
/* End menu navigation style */

#content {
	width: 955px;
	height: 539px;
	margin: 0px;
}

/* Container for subpage content */
#content2 {
	width: 955px;
	overflow: auto;
	background: #e4f6b8;
	padding-bottom: 10px;
	float:left;
}
#content2 h1 {
	font: bold 12px Verdana, Arial, Helvetica, sans-serif;
	color: #40891c;
	text-align:left;
	margin: 30px 70px 8px 70px;
}
/* End of Container for subpage content */

.homeimage {
	margin: 8px 0px 0px 0px;
	float: left;
}
.leftimage {
	margin: 0px 20px 20px 0px;
	float: left;
}

.text {
	font: 12px Arial, Helvetica, sans-serif;
	color: #3b3b3b;
	margin: 15px 70px 30px 70px;
	text-align:left;
	line-height: 16px;
}
#footer {
	background: url(images/copyright.gif) no-repeat;
	background-color: #ffffff;
	width: 955px;
	height: 24px;
	float:left;
}
#footer h1 {
	margin: 0px 20px 0px 0px;
	text-align: right;
	font: 10px Arial, Helvetica, sans-serif;
	color: #63ab28;
	line-height: 24px;
}
#footer h1 a:visited, #footer h1 a:link {
	color: #63ab28;
	text-decoration: none;
}
#footer h1 a:hover {
	color: #000000;
	text-decoration: none;
}

/* End Container Styles */
