@charset "utf-8";
body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #999;
	margin-top: 0px;
	margin-bottom: 0px;
}

/* CSS Document */

#container {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
}
#banner {
	margin-top: 10px;
	margin-bottom: 10px;
	height: 117px;
}
#navigation {
	margin-bottom: 10px;
	background-image: url(../images/Navigation%20Background.jpg);
	height: 42px;
}
#mainContentContainer {
	background-color: #F6FCE8;
	padding: 10px;
	border: 2px solid #666;
	margin-bottom: 10px;
}
#leftContent {
	float: left;
	width: 140px;
	margin-right: 10px;
	border: 2px solid #666;
	padding-right: 5px;
	padding-left: 5px;
	font-size: .85em;
	background-color: #ECEFC7;
}
#mainContent {
	float: left;
	width: 541px;
	padding-right: 5px;
	padding-left: 5px;

}

#rightContent {
	float: right;
	width: 190px;
	background-color: #DBE194;
	border: 2px solid #666;
	padding-right: 3px;
	padding-left: 3px;
	text-align: center;
	font-size: 0.85em;
}
#footer {
	background-color: #666;
	border: 2px solid #E6E6E6;
	margin-bottom: 10px;
	padding: 5px;
	color: #E6E6E6;
}

#footerLeft {
	float: left;
	width: 48%;
}
#footerRight {
	float: right;
	width: 48%;
	text-align: right;
}

.clearfloat {
	clear: both;
}



h1 {
	font-size: 1.6em;
	color: #8DAA3C;
}
h4 {
	text-align: center;
}

a {
	color: #7FBA00;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}
#bottom728x90 {
	height: 90px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
	text-align: center;
}
#top728x90 {
	height: 90px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	margin-top: 10px;
}

