body {
	color: #000;
	margin: 0px;
}
#container {
	height: auto;
	width: 781px;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#header {
	float: left;
	height: 174px;
	width: 781px;
	margin: 0px;
}
#main {
	width: 781px;
	float: left;
	height: auto;
	margin: 0px;
	padding: 0px;
	background-color: #476EA9;
}
#mainBanner {
	float: left;
	width: 785px;
	padding: 0px;
	margin: 0px;
	height: auto;
}
#content {
	float: left;
	height: auto;
	width: 596px;
	padding-right: 10px;
	padding-left: 10px;
	font-size: large;
	color: #FFF;
	text-align: left;
}
#leftsection {
	float: left;
	width: 165px;
	margin: 0px;
	padding: 0px;
	height: 370px;
	background-image: url(sidebarBG.png);
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
object {
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#footer {
	float: left;
	width: 780px;
	text-align: center;
	padding: 0px;
	height: auto;
	margin: 0px;
	background-color: #83C8E9;
}
#container #footer p a strong {
	line-height: 30px;
}
