/*
Name: Green Day
Description: A style with an eqo friendly theme.
Date: 01/01/2007
Updated: 02/18/2009
Author: Bill L. Sherley
Website: http://www.sherleyservices.com
*/

body {
	background: #FAF0E6;
	color: #000000;
	text-align: center;
	font: normal 100% Tahoma,sans-serif;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

table {
	background: #ffffff;
}

.dkGreen {
	background: #20B2AA;
}

.ltGreen {
	background: #ACECE4;
}

.header {
	background: #FFFFFF;
	color: #000000;
	padding: 5px;
	height: 150px;
	width: 800px;
}

.title {
	background: url(../images/header.gif);
	font: normal 200% Tahoma,sans-serif;
	height: 150px;	
	line-height: 150px;
	width: 550px;
	float: left;
}

.contact {
	background: #D3D3D3;
	color: #000000;
	text-align: left;
	padding: 10px;
	float: right;
	font: normal 75% Tahoma,sans-serif;
	height: 150px;
	width: 230px;
	overflow: auto;
}

.contact h2{
	font: normal 150% Tahoma,sans-serif;
}

.date {
	padding: 5px;
	float: left;
	text-align: left;
}

.time {
	padding: 5px;
	float: right;
	text-align: right;
}

.main {
	background: #FFFFFF;
	color: #000000;
	padding: 5px;
	width: 800px;
}

.content {
	background: url(../images/content.gif);
	text-align: justify;
	font-family: "Lucida Sans Unicode",sans-serif;
	padding: 15px;
	width: 790px;
}
.footer {
	padding: 10px;
}

.copyright {
	padding-top: 10px;
	font: italic 85% "Lucida Sans Unicode",sans-serif;
	text-align: center;
	height: 30px;	
	line-height: 15px;
	width: 810px;
}

.ssetc {
	padding-top: 15px;
	text-align: right;
}

.border {
	background: #ffffff;
	width:800px;
}

.topmenu {
	background: url(../images/nav.gif);
	width: 790px;
	height: 42px;
	text-align: center;
}

.topmenu a {
	color: #000000;
	display: block;
	font: normal 125% Tahoma,sans-serif;
	float: left;
	line-height: 42px;
	padding: 0px 15px 0px 7px;
}

.topmenu a:hover {
	color: #20B2AA;
}

.red {
	color: #FF0000;
}

.floatR {
	float: right;
}
