@charset "utf-8";
body {
	font-family: "Lucida Sans Unicode";
	font-size: 16px;
	color: #000000;
	background-image: url(images/mainbg.jpg);
	margin-top: 20px;
	margin-bottom: 20px;
}
#frame {
	background-color: #c9d58b;
	margin: 0px;
	padding: 0px;
	height: 614px;
	width: 900px;
	text-align: left;
}
#leftframe {
	margin: 0px;
	padding: 0px;
	float: left;
	height: 614px;
	width: 308px;
}
#overview {
	margin: 0px;
	float: left;
	height: 428px;
	width: 308px;
	background-image: url(images/lefttopbg2.jpg);
	line-height: 18px;
	padding: 0px;
}
#logo {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 308px;
}
#header {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 308px;
}
#shortdesc {
	margin: 0px;
	padding: 10px;
	float: left;
	width: 288px;
	font-size: 12px;
	color: #000000;
}

#navigation {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 308px;
}
#overview p {
	margin-top: 0px;
	margin-bottom: 0px;
}
#rightframe {
	margin: 0px;
	padding: 15px;
	float: left;
	height: 584px;
	width: 562px;
	background-image: url(images/insidebg.jpg);
	font-size: 14px;
	line-height: 21px;
	color: #000000;
}
#rightframe p {
	margin-top: 0px;
	margin-bottom: 0px;
}
#rightframe h5 {
	font-size: 16px;
	font-weight: bold;
	color: #005716;
	margin-top: 0px;
	margin-bottom: 10px;
}
#rightframe h4 {
	font-size: 16px;
	font-weight: bold;
	color: #74642d;
	margin-top: 0px;
	margin-bottom: 10px;
}
#rightframe a {
	font-size: 12px;
	color: #005716;
	text-decoration: underline;
	
}
#footer {
	float: left;
	width: 937px;
	padding-top:5px;
	padding-bottom:5px;
}
#footer2 {
	float: left;
	width: 937px;
	padding-top:4px;
	padding-bottom:4px;
}
#footer a{
	color:#000000;
}
#footer2 a{
	color:#000000;
}

