body {
	text-align: center;
	background-color: #5c6773;
}
#container {
	padding: 0px;
	width: 978px;
	text-align: left;
	margin: 0px auto;
	position: relative;	
}

#header {
	background-image: url(images/siteheader.gif);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	height: 113px;
	width: 978px;
	border-top: 1px solid #000000;
	border-right: 1px solid #000000;
	border-left: 1px solid #000000;
}
#topNav {
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #FFFFFF;
	background-image: url(images/topNavbg.gif);
	background-repeat: repeat-x;
	height: 22px;
	width: 978px;
	vertical-align: middle;
	border: 1px solid #000000;
}
#topNav a {
	color: #FFFFFF;
	text-decoration: none;
}
#topNav a:active {
	color: #ffc600;
}
#topNav a:hover {
	color: #ffc600;
}
#main {
	background-color: #a2a4a7;
	width: 978px;
	border-right: 1px solid #000000;
	border-left: 1px solid #000000;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
	padding: 0px;
	margin: 0px;
}
#main:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility:hidden;
}
#content {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #234368;
	background-color: #ede9ff;
	text-align: justify;
	padding: 29px;
	width: 512px;
	border-right: 1px solid #000000;
	float: left;
	z-index: 4;
	margin: 0px;
}
#content a {
	color: #4675aa;
	font-weight: bold;
}
#sidenav {
	text-align: center;
	padding: 29px;
	width: 348px;
	float: left;
	z-index: 5;
	margin: 0px;
}
#imageBar {
	background-image: url(images/homeBar.jpg);
	height: 259px;
	width: 978px;
	border-right: 1px solid #000000;
	border-left: 1px solid #000000;
}
#imageBar2 {
	background-image: url(images/aboutBar.jpg);
	height: 259px;
	width: 978px;
	border-right: 1px solid #000000;
	border-left: 1px solid #000000;
}
#imageBar3 {
	background-image: url(images/contactBar.jpg);
	height: 259px;
	width: 978px;
	border-right: 1px solid #000000;
	border-left: 1px solid #000000;
}
#copyright {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 7pt;
	color: #a2a4a7;
	text-align: center;
	width: 978px;
	padding: 5px;
}
#linkBar {
	border-left: 1px solid #000000;
	border-bottom: 1px solid #000000;
	border-right: 1px solid #000000;
	width: 978px;
}

