﻿#rightcolumn
{
	color: #FFFFFF;
}

#rightcolumn h3
{
	color: #FFFFFF;
}

#rightcolumn p
{
	margin-bottom:2em;
}

.colbox
{
	background-color: #6BAD45;
	padding: 1em;
	margin-bottom: 1em;
}

#masthead
{
	position: relative;
}

#masthead ul#nav
{
	position: absolute;
	background: #767473;
	float: right;
	top: 0;
	right: 0;
	padding-right: 1em;
	margin-right: -0em;
	list-style-type: none;
}

#masthead ul#nav li
{
	float: left;
	margin: 0;
	vertical-align: middle;
}

ul#nav li a
{
	text-decoration: none;
	text-transform: uppercase;
	display: block;
	margin-left: 1em;
	height: 28px;
	color: #FFFFFF;
}

ul#nav li a hover
{
	text-decoration: underline;
	text-transform: uppercase;
	display: block;
	margin-left: 1em;
	height: 28px;
	color: #FFFFFF;
}

#footer
{
	color: #FFFFFF;
	text-align: left;
	height: 20px;
	clear: both;
	margin: 10px 0 0px 0;
	padding: 5px;
	font-size: 10px;
	font-weight: normal;
	background-color: #767473;
	overflow: hidden;
}
