body {
	background: #62676f;
	margin: 0;
}
h1, h2, h3, ul, li, p {
	margin: 0;
}
.clear {
	clear: both;
}
a:focus {
	outline: none;
}
#header {
	margin: 140px auto 0;
	width: 600px;
	height: 18px;
	background: #edeeed url(/images/bg-top) no-repeat top center;
}
#topbar-outer {
	background: #262a30;
}
#topbar {
	width: 772px;
	margin: 0 auto;
	padding: 0 160px 0 4px;
	height: 118px;
}
#logo {
	padding: 38px 0 0 16px;
	float: left;
}
#logo a {
	display: block;
	position: relative;
	font: 18px "Trebuchet MS", Verdana, Helvetica, Arial, sans-serif;
	color: #edeeed;
	text-decoration: none;
	text-transform: lowercase;
	width: 230px;
	height: 44px;
	padding: 0;
}
#logo a span {
	background: #262a30 url(/images/logo) no-repeat left center;
	position: absolute;
	width: 230px;
	height: 44px;
}
#slider {
	position: relative;
}
#topnav {
	list-style: none;
	float: right;
	display: inline;
	padding: 43px 0;
}
#topnav li {
	display: inline;
	font: 14px/32px "Lucidia Sans Unicode", Verdana, Helvetica, Arial;
	text-transform: uppercase;
}
#topnav li a {
	display: block;
	float: left;
	padding: 0 8px;
	color: #edeeed;
	text-decoration: none;
	margin: 0 0 0 1px;
	background: #474b51;
}
#topnav li a:hover {
	background: #3e7606;
}
#topnav li a.selected, #topnav li a.selected:hover {
	background: #62676f;
}

.scroll {
	width: 600px;
	height: 460px;
	margin: 0 auto;
	overflow: auto;
	position: relative;
	clear: left;
	background: #edeeed;
	padding: 0;
}
#content {
	padding: 0;
}
#content h1 {
	font: 18px "Trebuchet MS", Verdana, Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	color: #3e7606;
}
#content h2 {
	margin: 20px 0 0;
	font: bold 16px/20px Georgia, "Times New Roman", Times, serif;
	text-transform: lowercase;
	color: #262a30;
}
#content p {
	margin: 0;
	padding: 0 0 18px 0;
	font: 14px/20px Georgia, "Times New Roman", Times, serif;
	color: #262a30;
}
#content p a {
	color: #3e7606;
	text-decoration: none;
}
#content p a:hover {
	text-decoration: underline;
}
.scrollContainer div.panel {
  padding: 56px 36px 0;
  height: 450px;
  width: 528px;
}

#footer {
	width: 600px;
	margin: 0 auto 140px;
	padding: 40px 0 0;
	background: #edeeed url(/images/bg-bottom) no-repeat bottom center;
}
#footer p {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	color: #62676f;
	text-align: right;
	padding: 0 12px 12px 0;
}
#footer p a {
	color: #3e7606;
	text-decoration: none;
}



