body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #3F3529;
	background-color: #FFFFCC;
}

td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #3F3529;
}

a:link		{ color: #5D7223; text-decoration: underline; }
a:visited	{ color: #6B8A23; text-decoration: underline; }
a:hover		{ color: #6B8A23; text-decoration: underline; }
a:active	{ color: #6B8A23; text-decoration: underline; }

a.boldlinks {
	font-weight: bold;
}

span.title1 {
	font-size: 18px;
	font-weight: bold;
	text-decoration: underline;
}

span.title2 {
	font-size: 14px;
	font-weight: bold;
}	

span.largetext {
	font-size: 14px;
}	

.titlebar {
	background-color: #5D7223;
	position: absolute;
	left: 0px;
	top: 45px;
	width: 100%;
	height: 130px;
	background-image: url(images/titlebar.gif);
	background-position: 202px 9px;
	background-repeat: no-repeat;
}

.menubackground {
	float: right;
	position: absolute;
	left: 18px;
	top: 3px;
	height: 313px;
	width: 167px;
}

.menumiddle {
	background-color: #B1CC6F;
	border-left: #6B8A23 solid;
	border-right: #6B8A23 solid;
	border-width: 4px;
	height: 239px;
}

.mainwrapper {
	position: absolute;
	left: 0px;
	top: 190px;
	width: 100%;
}

.menu {
	float: left;
	width: 202px;
	height: 356px;
}

.menustripe {
	background-color: #665642;
}

.maintext {
	padding-left: 54px;
	padding-right: 20px;
	padding-bottom: 30px;
}

.homequote {
	padding: 24px;
	font-size: 16px;
	font-style: italic;
}

.footer {
	background-color: #5D7223;
	position: relative;
	clear: left;
	width: 100%;
	height: 40px;
	background-image: url(images/footer.gif);
	background-position: 202px 12px;
	background-repeat: no-repeat;
}

