@charset "utf-8";
#container {
	width: 970px;
	margin-right: auto;
	margin-left: auto;
	float: none;
	vertical-align: top;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	background-repeat: no-repeat;
	background-color: #689835;
	font-family: Verdana, Arial, Helvetica, sans-serif, Impact;
	font-size: 0.8em;
	line-height: 1.8em;
	color: #FFFFFF;
	background-image: url(../images/comp08/topGreenstripe.jpg);
}

#container #header img {
	display: block;
	float: left;
}

#container #header {
	margin: 0px;
	vertical-align: top;
	padding: 0px;
	width: auto;
	background-image: url(../images/comp08/topGreenstripe.jpg);
}
#container #mainImage {
	margin: 0px;
	padding: 0px;
}
#container #mainContent {
	background-color: #003366;
	height: 500px;
	border-top-width: 20px;
	border-top-style: solid;
	border-top-color: #669932;
}
#container #mainContent a:link {
	color: #99CCFF;
}
#container #mainContent a:visited {
	color: #99CCFF;
}
#container #mainContent a:hover {
	color: #FFFFFF;
	text-decoration: none;
}



#container #mainContent #section1 {
	float: left;
	width: 300px;
	margin-right: 30px;
	margin-left: 15px;
}


#container #mainContent #section2 {
	float: left;
	width: 270px;
	margin-right: 45px;
	margin-left: 15px;
	height: 500px;
}
#container #mainContent #section3 {
	margin-right: 15px;
	margin-left: 15px;
	height: 400px;
}

#container #footer {
	font-family: Verdana, Arial, Helvetica, sans-serif, Impact;
	font-size: 0.9em;
	line-height: 1.5em;
	color: #FFFFFF;
	background-image: url(../images/comp08/comp08_r6_c1.jpg);
	background-repeat: no-repeat;
	height: 102px;
	text-align: center;
	padding-top: 40px;
	background-color: #003366;
	background-position: bottom;
	clear: left;
}

#footer a:link {
	color: #99CCFF;
}
#footer a:visited {
	color: #99CCFF;
}
#footer a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
