body {
	background-color: #D4D4D4;
	margin: 0px;
	font-family: Verdana, sans-serif;
	font-size: 12px;
}
a, a:link, a:visited {
	text-decoration: none;
	color: #0066cc;
}
a:hover, a:active {
	text-decoration: underline;
}

#container {
	margin: 0px auto;
	width: 1012px;
	background-image: url(../gfx/background.jpg);
	background-repeat: repeat-y;
}
#banner {
	position: relative;
	left: -7px;
	top: -33px;
}
#currentlocation {
	text-align: right;
	padding-right: 315px;
	font-size: 10px;
	color: #054F9A;
	margin-bottom: 20px;
}
#icons {
	float: right;
	position: relative;
	right: 80px;
	top: -20px;
}
#header {
	width: 992px;
	height: 87px;
	background-image: url(../gfx/header.jpg);
	background-repeat: no-repeat;
	padding: 20px 0px 0px 20px;
}
#header2 {
	width: 992px;
	height: 87px;
	background-image: url(../gfx/header2.jpg);
	background-repeat: no-repeat;
	padding: 20px 0px 0px 20px;
}
#header a {
	display: block;
	float: left;
	width: 82px;
	text-decoration: none;
	text-align: center;
}
#header div.topmenu {
	float: left;
	clear: both;
	width: 800px;
}
#header div.topmenu a {
	color: #3E3E3E;
	height: 24px;
	padding: 15px 10px 0px 10px;
}
#header div.topmenu a.active {
	background-image: url(../gfx/navigationactive.jpg);
	color: #E3E3E3;
}
#header div.submenu {
	float: left;
	clear: both;
	width: 800px;
}
#header div.submenu a {
	height: 29px;
	width: auto;
	padding: 5px 10px 0px 10px;
	color: #E3E3E3;
}
#wrapper {
	width: 992px;
	background-image: url(../gfx/top.jpg);
	background-repeat: no-repeat;
	margin-bottom: 30px;
	padding: 20px 0px 0px 20px;
}
#content {
	margin: 10px 0px 0px 0px;
	width: 680px;
}
#content p {
	margin-top: 0px;
	margin-bottom: 20px;
}
#navigation {
	margin: 10px 0px 0px 0px;
	width: 200px;
	text-align: left;
	line-height: 130%;
	float: right;
	position: relative;
	right: 25px;
}
#navigation a {
	display: block;
	width: 100%;
	text-align: left;
	float: left;
	clear: left;
	color: #3E3E3E;
	margin-bottom: 3px;
}
#footer {
	width: 1012px;
	height: 56px;
	background-image: url(../gfx/footer.jpg);
	background-repeat: no-repeat;
	background-position: bottom right;
	text-align: center;
	font-size: 11px;
}
#footer a {
	color: #000;
}
.clear {
	clear: both;
	height: 1px;
	display: block;
}
