﻿body
{
	margin: 0;
}

div#top
{
	background-color: #172F19;
	color: #83C326;
	padding: 10px;
	text-align: right;
	font-family: "Trebuchet MS", "Segoe UI", Helvetica, sans-serif;
}

img#img-logo
{
	float: left;
	border: none;
}

div#footer
{
	color: #FFFFFF;
	font-family: "Trebuchet MS", "Segoe UI", Helvetica, sans-serif;
}

div#top p
{
	padding: 0;
	margin: 0;
}

div#top p span.white
{
	color: #FFFFFF;
}

div#top a, div#footer a, div#logo a
{
	color: #FFFFFF;
	text-decoration: none;
}

div#top a:hover, div#top a:active, div#footer a:hover, div#footer a:active
{
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	border-bottom-color: #FFFFFF;
}

div#header
{
	background-color: #79B323;
	background-image: url('../SiteImages/header.jpg');
	background-repeat: repeat-x;
	height: 259px;
}

div#logo
{
	font-family: "Trebuchet MS", "Segoe UI", Helvetica, sans-serif;
	text-align: right;
	height: 300px;
	padding: 30px 30px 0 0;
}

div#logo h1
{
	color: #FFFFFF;
	font-size: 3em;
	font-weight: 100;
}

div#logo ul li
{
	display: inline;
	margin: 0;
	padding: 0;
}

div#logo ul li a
{
	background-color: #172F19;
	padding: 0.5em 0.7em;
	margin: 0;
}

div#logo ul li a:hover
{
	display: inline;
	/*background-color: #FFFFFF;*/
	margin: 0;
	color: #83C326;
	text-decoration: underline;
}

div#content
{
	padding: 1em;
	font-family: Georgia, serif;
}

div#content a
{
	color: #444444;
	border-bottom-color: #444444;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	text-decoration: none;
}

div#content a:active, div#content a:hover
{
	color: #777777;
	border-bottom-color: #777777;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}

div#content h1
{
	margin-top: 10px;
}

div#footer
{
	clear: both;
	background-color: #172F19;
	background-image: url('../Images/headerBackground.gif');
	background-repeat: repeat-x;
	padding: 1em;
	text-align: right;
	color: #83C326;
}

img.left
{
	float: left;
	margin: 1em 1em 1em 0;
}

img.right
{
	float: right;
	margin: 1em 0 1em 1em;
}