@charset "utf-8";
h1 {
	font-size: 14px;
	margin: 0px;
	padding: 5px;
	letter-spacing: 2em;
	text-align: center;
	background-color: #99CC00;
	font-weight: normal;
	color: #FFFFFF;
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #000000;
	text-transform: uppercase;
}
h2 {
	font-size: 14px;
}
body {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	font-size: 13px;
}
#content {
	width: 650px;
	padding-right: 25px;
	padding-left: 25px;
	text-align: left;
}
#footerNav {
	text-align: left;
	width: 260px;
	margin: 10px;
	float: right;
}
#copyright {
	clear: both;
	font-size: 10px;
	color: #999999;
}
#copyright a {
	color: #999999;
	text-decoration: none;
	margin-right: 15px;
}

#footerNav a {
	color: #99CC00;
}
#footerNav a:hover {
	color: #0000FF;
}
