﻿body 
{
	background-color: #f7931e;
	font-family: Century, Garamond, Times New Roman;
}
#Header
{
	background-color: White;
	height: 227px;
	width: 988px;
	}
#Container
{
	width: 841px;
	margin-left: 70px;
	background-color: White;
	}

#LeftLinks
{
	padding: 10px 0px 10px 10px;
	float: left;
	width: 140px;
	background-color: White;
	}
#Content
{
	width: 650px;
	background-color: White;
	float: right;
	padding: 10px 10px 10px 0px;
	}
#Footer
{
	clear: both;
	width: 100%;
	background-color: #fff200;
	text-align: center;
	border-top: solid 5px #208345;
	border-bottom: solid 5px #208345;
	font-size: 11px;
	}
#HeadLinks
{
	position: absolute;
	top: 30px;
	left: 300px;
	font-size: 18px;
	}
.boxHead
{
	background-color: #208345;
	color: White;
	text-align: center;
	border: solid 1px #208345;
}

.boxBody
{
	border: solid 1px #208345;
	padding-left: 12px;
	padding-right: 12px;
	padding-bottom: 4px;
	background-color: #E1E2E4;
}
a
{
	color: #208345;
	text-decoration: none;
	}
a:hover
{
	text-decoration: underline;
	}