body {
	margin: 0px;
	background-color: #99FF00;
	text-align: center;
	vertical-align: top;
}
.content {
	width: 700px;
	background-color: #FFFFFF;
	vertical-align: top;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin-right: auto;
	margin-left: auto;
}
.leftalign {
	text-align: left;
	padding: 0px 5px 0px 7px;
	vertical-align: top;
	width: 700px;
}
.rightalign {
	text-align: right;
	padding: 5px;
	vertical-align: top;
	background-color: #FFFFFF;
}
.rightside {
	background-image: url(images/top_r.jpg);
	background-repeat: repeat-y;
	background-color: #99FF00;
	padding: 0px;
}
.leftside {
	background-image: url(images/top_l.jpg);
	background-repeat: repeat-y;
	padding: 0px;
	width: 18px;
	background-color: #99FF00;
}
.menutop {
	background-attachment: fixed;
	background-image: url(images/topdiv.gif);
	background-repeat: repeat;
	height: 6px;
	padding: 0px;
	margin: 0px;
}
.mainmenu {
	background: #9C6 url(images/menu.gif);
}
.undermenu {
	background-attachment: fixed;
	background-image: url(images/undermenu.gif);
	background-repeat: repeat-x;
	background-position: top;
}
.smalltext {
	font-family: "Script MT Bold";
	text-align: center;
}
h1 {
	font-size: 24px;
	color: #99FF00;
	clear: none;
	float: left;
	font-family: "Times New Roman", Times, serif;
}
.bold {
	font-weight: bold;
}
h3 {
	color: #80D500;
	font-family: "Script MT Bold";
	font-size: 200%;
	text-transform: capitalize;
}
 .italics {
	font-style: italic;
}
.question {
	background-color: #FFFF00;
}
.indent {
	padding-left: 5px;
}
.spaced {
	padding: 10px;
}
.eventshead {
	text-align: center;
	height: auto;
	width: 325px;
	float: right;
	color: #FF0000;
	font-weight: bold;
	border: thin inset #009900;
}
.eventsbullet {
	text-align: left;
	height: auto;
	width: 325px;
	float: right;
	font-weight: normal;
	list-style-position: inside;
	list-style-type: disc;
}
.productstable {
	width: 90%;
	padding: 10px;
	margin: 5px;
}
.content .leftalign table {
	clear: right;
	float: right;
	margin: 5px;
}
.content .leftalign div {
	clear: both;
	margin-bottom: 25px;
	width: 98%;
	margin-top: 25px;
	border: 1px solid #548C00;
	padding: 3px;
	background-color: #eeffee;
}
.content .indent h3 {
	color: #99FF00;
	clear: right;
	float: right;
	margin-right: 5px;
}
label {
	width: 10em;
	float: left;
	text-align: right;
	font-family: Arial, Helvetica, sans-serif;
	margin-right: 2em;
	margin-bottom: .5em;
}
.content .smalltext input, textarea {
	clear: right;
	float: left;
}
.content .smalltext br {
	clear: both;
	float: none;
}
.content .smalltext form {
	margin-right: 10%;
	margin-left: 20%;
}
.content .smalltext img {
	float: left;
	clear: right;
}
