body {
	background: #FFF url("images/tile.jpg") repeat-x;
	color: #484848;
	font: normal 13px Verdana, Arial, Geneva;
	padding: 0;
}

#container {
	margin: 0 auto;
	padding: 0 20px;
	width: 800px;
}

.logo {
	margin: 30px 0 43px;
}

.chart {
	text-align: center;
}

/*---Right Side Column---*/
.rightSide {
	float: right;
	position: relative;
		bottom: 64px;
	width: 236px;
}

/*---Content---*/
#content {
	width: 540px;
}

#content h1 {
	color: #005425;
	font: bold 22px Verdana, Arial, Geneva;
}

#content h2 {
	color: #005425;
	font: bold 14.5px Verdana, Arial, Geneva;
	margin-top:24px;
}

#content h3 {
	color: #005425;
	font: italic 13px Verdana, Arial, Geneva;
	margin-bottom: 8px;
}

#content h4 {
	color: #005425;
	font: normal 14.5px Verdana, Arial, Geneva;
	margin: 16px 0 -6px;
}

#content h5 {
	color: #005425;
	font: normal 14.5px Verdana, Arial, Geneva;
}

#content p {
	line-height: 18px;
	margin: 8px 0;
}

#content .arrow {
	background: url("images/arrow.jpg") no-repeat left center;
	color: #005425;
	font-weight: bold;
	padding-left: 25px;
	text-decoration: none;
}

#content .arrow:Hover, #content .arrow:Visited {
	text-decoration: underline;
}

/*---List---*/
.units {
	color: #005425;
	font-weight: normal;
	list-style: square;
	margin: 12px 0 12px 35px;
}

.units li a:Link {
	color: #005425;
	font-size: 14px;
	line-height: 26px;
	text-decoration: underline;
}

.units li a:Hover, .units li a:Visited {
	color: #005425;
	font-size: 14px;
	line-height: 26px;
	text-decoration: underline;
}

/*---Top Navigation---*/
.topNav {
	background: url("images/bg_topnav.jpg") no-repeat 0 0;
    height: 25px; width: 800px;
	line-height: 22px;
}

ul.topNav {
}

.topNav li {
	display: inline;
	padding: 2px 0 0;
}

.topNav li a {
	color: #82a682;
	font: normal 9px Verdana;
	height: 25px;
	margin: 0 5px;
	text-decoration: none;
}

.topNav li a:Hover {
	text-decoration: underline;
}

table a {
	color: #005425;
	margin: 10px;
	text-decoration: none;
}

table a:Hover, table a:Visited {
	background: #005425;
	color: #fff;
	padding: 0 3px;
}

/*---Bottom Navbar---*/
#dropmenudiv
{
	position: absolute;
	border-bottom: 1px solid #333;
	border-left: 1px solid #333;
	border-right: 1px solid #333;
	font: bold 11px Verdana, Helvetica, sans-serif;
	line-height: 16px;
	margin: -2px 0 0;
	z-index: 100;
}

#dropmenudiv a
{
	background-color: #005d28;
	color: #d9efd9;
	display: block;
	font-weight: bold;
	text-indent: 8px;
	text-decoration: none;
	text-align: left;
	padding: 5px 0;
	width: 100%;
}

#dropmenudiv a:Hover
{
	background-color: #a6d867;
	color: #007934;
}
		
/*---Footer---*/
.footer {
	color: #005425;
	float: left;
	font: normal 9px Verdana, Arial, Geneva;
	margin: 30px 0 20px;
	text-align: center;
}

.footer img {
	margin: 10px;
}

.footer a {
	color: #005425;
	margin: 10px;
	text-decoration: none;
}

.footer a:Hover {
	text-decoration:underline;
}