@charset "UTF-8";
.container {
	width: 975px;
	margin-right: auto;
	margin-left: auto;
	height: auto;
}
.logobanner {
	background-image: url(images/Logo-Banner.jpg);
	height: 250px;
	width: 975px;
	float: left;
	border-bottom-width: 20px;
	border-bottom-style: solid;
	border-bottom-color: #003366;
}
.navbar {
	background-color: #006633;
	height: 25px;
	width: 975px;
	float: left;
}
.footer {
	float: left;
	height: 25px;
	width: 975px;
	margin-right: auto;
	margin-left: auto;
	background-color: #4E636F;
	font-family: "Helvetica Neue";
	font-size: 9px;
	color: #000000;
}
.maincontent {
	float: left;
	width: 973px;
	border-top-width: 10px;
	border-right-width: 1px;
	border-bottom-width: 10px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #4E636F;
	border-right-color: #4E636F;
	border-bottom-color: #4E636F;
	border-left-color: #4E636F;
	margin-right: auto;
	margin-left: auto;
}
style1 {
	font-family: "Helvetica Neue";
	font-size: 16px;
	font-style: italic;
	color: #4E636F;
}
