.title {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #667429;
	text-align: left;
}
.topmenu {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	text-align: right;
	color: #000000;
}
.topmenu a:hover{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	text-align: right;
	color: #000000;
}
.topmenu a:link{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	text-align: right;
	color: #000000;
	text-decoration: none;
}
.topmenu a:visited{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	text-align: right;
	color: #000000;
	text-decoration: none;
}
#sidemenu {
	font-size: 14px;
	font-style: normal;
	line-height: 20px;
	font-weight: normal;
	color: #667429;
	list-style-image: none;
	list-style-type: none;
	margin: 0px;
	position: relative;
	left: -20;
}

.lefttextbody {
	border-left-width: thin;
	border-left-style: solid;
	border-left-color: #333333;
}
.copyright {
	font-size: 10px;
}
.sidemenu li {
	font-size: 12px;
	list-style-type: none;
	list-style-image: none;
}
.sidemenu ul {
	font-size: 10px;
	list-style-image: none;
	list-style-type: none;
}
.sidemenu a:link {
	font-size: 12px;
	list-style-type: none;
	list-style-image: none;
	color: #667429;
	text-decoration: none;
}
.sidemenu a:hover {
	font-size: 12px;
	list-style-type: none;
	list-style-image: none;
	color: #667429;
	text-decoration: none;
}
.sidemenu a:visited {
	font-size: 12px;
	list-style-type: none;
	list-style-image: none;
	color: #667429;
	text-decoration: none;
}
body {
	background-image: url(../images/alfalfa.png);
	background-color: #5A9C63;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center top;
}
.header {
	color: #5D4237;
	font-weight: bold;
	font-size: 18px;
	margin-top: -15px;
	padding: 0px;
}
.smallertext {
	font-size: 12px;
}
dt {
	font-weight: bold;
	margin: 15px 40px 5px;
	cursor: pointer;
	color: #0000FF;
}

dt:before {
		content: "Q";
		font-size: 1.5em;
		font-family: Georgia, "Times New Roman", Times, serif;
		margin-right: 7px;
		padding: 2px 6px 5px;
		color: #FFD87D;
		background-color: #BD4A18;
		font-weight: normal;
		margin-left: -35px;
		position: relative;
		top: 10px;
	}

dd {
	margin: 25px 70px 0px;
	padding-bottom: 12px;
	line-height: 150%;
	}
	
dd:before {
	content: "A";
	font-size: 1.5em;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-right: 7px;
	padding: 2px 9px;
	color: #752E0F;
	background-color: #FFD87D;
	margin-left: -38px;
	position: relative;
	top: 10px;
	}

.show {display: block;}
.hide {display: none;}	

