@charset "utf-8";
/* CSS Document */

.menulinks {
	font-family: "Trebuchet MS";
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
.text-boxes {
	font-family: "Trebuchet MS";
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	background-color: #FFFFFF;
	text-align: left;
	vertical-align: middle;
	margin: 0px;
	padding: 0px;
	height: 20px;
	width: 220px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
a.menulinks:hover {
	font-family: "Trebuchet MS";
	font-size: 12px;
	font-weight: bold;
	color: #24A32E;
	text-decoration: none;
}
.menutext {
	font-family: "Trebuchet MS";
	font-size: 12px;
	font-weight: bold;
	color: #24A32E;
	text-decoration: none;
}
.header-bg {
	background-image: url(../images/header-bg-1.jpg);
	background-repeat: repeat-x;
	background-position: right top;
	margin: 0px;
	padding: 0px;
	height: 232px;
}
.bodytext, td {
	font-family: "Trebuchet MS";
	font-size: 13px;
	font-weight: normal;
	color: #4F3325;
	text-decoration: none;
}
.text-borders {
	background-color: #FFFFFF;
	border: 1px solid #4F3325;
}


.header-bg-2 {
	background-image: url(../images/header-bg-1.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	margin: 0px;
	padding: 0px;
	height: 232px;
}

.body-bg {
	background-image: url(../images/body-bg.jpg);
	background-repeat: repeat-x,repeat-y;
	background-position: left top;
}
.footer-bg {
	background-image: url(../images/footer-bg.jpg);
	background-repeat: repeat-x;
	background-position: right top;
	margin: 0px;
	padding: 0px;
	height: 34px;
}
.footer-bg-2 {
	background-image: url(../images/footer-bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	margin: 0px;
	padding: 0px;
	height: 34px;
}.footer-text {
	font-family: "Trebuchet MS";
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
}
#fullheight{height:100%}

