body
{
	background-color: #3c5a12;
	font-family: Verdana;
	font-size: 0px;
	line-height: 0px;
	text-align: center;
}

.container
{
	background-image: url("../images/bg.jpg");
	background-repeat: repeat-x;
	background-color: #ffffff;
	border: 1px solid #3c5a12;
	margin: 20px auto 0px auto;
	padding: 0px;
	width: 830px;
}

.innercontainer
{
	margin: 10px 15px 0px 15px;
	text-align: left;
	width: 800px;
}

.banner
{
	padding: 0px;
	margin: 0px;
}

.menu
{
	background-color: #9bc03d;
	background-image: url("../images/menutop.gif");
	background-position: top;
	background-repeat: repeat-x;
	color: #FFFFFF;
	font-size: 11px;
	font-weight: bold;
	line-height: 16px;
	padding: 8px 0px 0px 0px;
	margin: 0px;
	text-align: center;
	text-transform: uppercase;

}

.menuitem
{
	color: #ffffff;
	margin: 0px;
	padding: 0px 10px 0px 10px;
	text-decoration: none;
}

.active
{
	color: #eafde3;
	font-size: 13px;
}

.menuitem:hover
{
	text-decoration: underline;
}

.column
{
	margin: 20px 0px 0px 0px;
}

.left
{
	float: left;
	width: 300px;
}

.right
{
	float: right;
	width: 490px;
}

.box
{
	border-left: 1px solid #999999;
	border-right: 1px solid #999999;
	font-size: 12px;
	line-height: 18px;
	padding-left: 10px;
	padding-right: 10px;
	text-align: justify;
	
}

.box img
{
	border: solid 3px #f0f0f0;
	margin-bottom: 10px;
}

.orange
{
	background-color: #e7fbb1;
	color: #ff5003;
}

.orangestar
{
	background-image: url(../images/star.gif);
	background-repeat: no-repeat;
}

.orangeinfo
{
	background-image: url(../images/infoorange.gif);
	background-repeat: no-repeat;
}

.blue
{
	background-color: #eafde3;
	color: #2b94d1;
}

.blueinfo
{
	background-image: url(../images/info.gif);
	background-repeat: no-repeat;
}

.green
{
	background-color: #fbf8c6;
	color: #6b8e12;
}

.greencontact
{
	background-image: url(../images/contact.gif);
	background-repeat: no-repeat;
}

.greeninfo
{
	background-image: url(../images/infogreen.gif);
	background-repeat: no-repeat;
}

h1
{
	margin: 0px;
	font-size: 15px;
	font-weight: bold;
	line-height: 28px;
	padding-bottom: 12px;
	padding-left: 36px;
}

h3
{
	margin: 0px;
	padding: 10px 0px 10px 0px;
	font-size: 13px;
	font-weight: bold;
}

img
{
	margin: 0px;
	padding: 0px;
}

blockquote
{
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
	margin: 0px;
	padding: 15px 10px 15px 25px;
	text-align: center;
}

p
{
	margin: 0px;
}

.footer
{
	color: #FFF;
	clear: both;
	font-size: 10px;
	line-height: 18px;
	margin: 10px auto 10px auto;
	padding: 5px 0px 20px 0px;
	text-align: center;
	width: 830px;
}

