body {
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	background-color: #98D393;
	color: #666;
	text-align: left;
}
p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #666666;
	text-align: left;
}
.header {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	color: #447937;
	font-style: normal;
}
.footer {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #FFF;
}
.mainlinks {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #FFF;
}
.sublinks {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: 5c4a10;
}
a:link {
	color: #FFF;
	text-decoration: none;
	font-size: 14px;
}
a:visited {
	text-decoration: none;
	color: #FFF;
	font-size: 14px;
}
a:hover {
	text-decoration: underline;
	color: #FFF;
	font-size: 14px;
}
a:active {
	text-decoration: none;
	color: FFF;
	font-size: 14px;
}
a.sub:link {
	color: #5c4a10;
}
a.sub:visited {
	color: #5c4a10;
}
a.sub:hover {
	color: #5c4a10;
}
a.sub:active {
	color: #5c4a10;
}.italicsheader {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #447937;
	font-weight: normal;
}
.bold {
	font-style: normal;
	font-size: 14px;
	font-weight: bold;
}
.hometext {
	font-size: 16px;
}

