body {
	background-image: url(../images/grass.jpg);
	background-repeat: repeat;
	}
#Container {
	width: 800px;
	text-align: justify;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	position: relative;
	padding: 10px;
	background-color: #FFFFFF;
}
#nav
{
	height: 25px;
	background-color: #F1FFCE;
	width: 800px;
	margin-top: 0px;
	
}

div#nav ul
{
	height: 25px;
	list-style: none;
	width: 800px;
	display: inline;
	margin-left: 0px;
	padding-left: 0px;
	
	
}

div#nav ul li
{
	list-style: none;
	display: block;
	width: 133px;
	float: left;
	text-align: center;
	line-height: 20px;
	font-size: 10px;
	font-weight: normal;
	border-right: 1px solid #FFFFFF;	
}

div#nav ul li a
{
	width: 100%;
	height: 20px;
	display: block;
	color: #336600;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #009900;
}

div#nav ul li.last
{
	width: 129px;
}

div#nav ul li a:hover
{
	color: #FFFFFF;
	background-color: #004A00;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
div#TopImage {
	text-align: left;
	width: 100%;
	padding-top: 5px;
}
img.floatLeft {
	float: left;
	margin: 0px 10px 5px 0px;
	background-repeat: no-repeat;
}

img.floatRight { 
    float: right; 
    margin: 0px 0px 5px 10px; 
}
div#InfoLine {
	background-color: #336600;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 12px;
	height: 18px;
	line-height: 18px;
	font-weight: normal;
	padding-right: 10px;
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-align: center;
}
/* Container Start*/
div#MainText {
	clear: both;
	padding-bottom: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #666666;
	line-height: 18px;
	width: 730px;
	margin-left: auto;
	margin-right: auto;

}
div#MainText h1{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #006600;
}
div#MainText h2{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #006600;
}

div#MainText h3{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #006600;
}

div#MainText-left ul {
	height: 25px;
	list-style: none;
	width: 180px;
	clear: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
div#MainText-left ul li {
	list-style: none;
	display: block;
	width: 180px;
	float: left;
	text-align: left;
	line-height: 25px;
	font-size: 12px;
	font-weight: normal;
}
div#MainText-left ul li a{
	width: 100%;
	height: 25px;
	display: block;
	color: #FC7316;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding-left: 10px;
	background-color: #EFEFEF;
	margin: 1px;
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #949494;
}
div#MainText-left ul li a:hover {
	color: #FFFFFF;
	background-color: #FC7316;
	font-weight: bold;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #005787;
}
/* Container Right Start*/
div#Footer {
	width: 100%;
	clear: both;
	background-color: #F1FFCE;
}
div#Footer p{
	padding: 5px;
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	text-align: center;
}
div#Footer a{
	color: #009933;
	text-decoration: none;
}
div#Footer a:hover{
	color: #FF0000;
	text-decoration: none;
}
#Container #TopImage img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.hilitebox {
	font-family: Arial, Helvetica, sans-serif;
	color: #006666;
	background-color: #E2F2BD;
	height: auto;
	width: 85%;
	border: 1px solid #009933;
	margin-left: auto;
	margin-right: auto;
	padding: 5px;
}
