body {
	background: #000000;
	margin: 0px;
	padding: 0px;
}
.menu {
	vertical-align: middle;
}
.menu .redbutton {
	background: url(images/redbutton.jpg) no-repeat;
	height: 39px;
	width: 134px;
}
.menu .greenbutton {
	background: url(images/greenbutton.jpg) no-repeat;
	height: 39px;
	width: 134px;
}
.menu .yellowbutton {
	background: url(images/yellowbutton.jpg) no-repeat;
	height: 39px;
	width: 134px;
}
.menu a {
	font: bold 12px/200% Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
}
.footer {
	font: 12px Arial, Helvetica, sans-serif;
	color: #000000;
	background: #FFFFFF;
	text-align: center;
	padding-bottom: 5px;
}
.content h1 {
	font: 36px Georgia, "Times New Roman", Times, serif;
	color: #9F8433;
}
.content h2 {
	font: bold 18px Arial, Helvetica, sans-serif;
	color: #154724;
}
.content {
	font: 12px Arial, Helvetica, sans-serif;
	color: #000000;
	background: #FFFFFF;
	width: 70%;
	padding: 10px;
}
.content2 h1 {
	font: 18px Georgia, "Times New Roman", Times, serif;
	color: #144824;
}
.content2 a {
	color: #154724;
	font: 14px Arial, Helvetica, sans-serif;
}
.content2 li {
	line-height: 18px;
}

.content2 {
	font: 12px Arial, Helvetica, sans-serif;
	background: #CCCC99;
	width: 30%;
	padding: 20px;
}
.content h3 {
	font: 16px Arial, Helvetica, sans-serif;
	color: #000000;
	border-bottom: thin solid #9C3351;
	margin-top: 15px;
	margin-bottom: 0px;
}
.content p {
	margin-top: 5px;
}
