@charset "utf-8";
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	background-color: #009933;
	background-image: url(../images/background.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	margin: 0px;
	padding: 0px;
}

a {
	color: #006600;
	text-decoration: none;
}

a:hover {
	color: #7ddb4e;
	text-decoration: underline;	
}

.imgborder {
	border: 2px solid #66cc33;
}
img {
	display: inline;
}

.rightpad {
	margin-right: 10px;
}

.leftpad {
	margin-left: 10px;
}

.highlight {
	background: #ccff99;
	border: 2px solid #66cc33;
	padding: 20px;
}

.footer {
	color: #000000;
	font-size: 11px;
}

.footer a {
	color: #000000;
	text-decoration: none;
}

.footer a:hover {
	color: #333333;
	text-decoration: underline;	
}

.heading {
	font-family: "Monotype Corsiva";
	font-size: 30px;
	font-weight: bold;
	padding: 0px;
	margin: 0px;
}

.subheading {
	font-family: "Bookman Old Style";
	font-size: 18px;
	font-style: italic;
	font-weight: bold;
}