* {
	margin: 0;
	padding: 0;
}
img, hr {
	border: none;
}
body {
	background: #217362 url(../images/bg.jpg) repeat-x;	
	font-family: Verdana, Geneva, sans-serif;
}
.clear {
	clear: both;
}
.container {
	width: 960px;
	margin: 0 auto;
}
.top-nav {
	height: 60px;
}
.top-nav ul {
	margin-top: 7px;
	float: right;
}
.top-nav ul, .nav ul, .header ul, .sidebar ul {
	list-style: none;
}
.top-nav li, .nav li, .header li {
	display: inline;
	float: left;
}
.top-nav a {
	display: block;
	color: #e2eae0;
	font-size: 12px;
	text-transform:uppercase;
	text-decoration:none;
	padding: 15px 20px;
}
.top-nav a:hover {
	color: #fff;
}
.top-nav-memberlogin {
	background: url(../images/memberlogin.png) no-repeat center 7px;
	font-weight: bold;
}
.nav a {
	display: block;
	color: #fff;
	text-decoration:none;
	text-transform:uppercase;
	font-weight: bold;
	font-size: 12px;
	width: 192px;
	height: 12px;
	line-height: 1em;
	padding-top: 14px;
	padding-bottom: 15px;
	text-align: center;
	background-image:url(../images/nav.png);
	background-repeat: no-repeat;
}
.nav a:hover {
	background-position: 0 -41px;
}
.header {
	height: 240px;
	background: #d4eacf;
	padding: 60px 0 0 0;
}
.header li {
	margin-left: 18px;
}
.header-photos {
	border: 2px solid #369242;
	background: #fff;
	padding: 5px;
}
.header-photos img {
	border: 2px solid #369242;
}
.content-area {
	background: #f0f8fb url(../images/sidebar-repeat.jpg) repeat-y;
}
.sidebar {
	width: 192px;
	background: url(../images/sidebar.jpg) no-repeat;
	float: left;
	padding: 0 20px;
}
.sidebar ul {
	margin-bottom: 100px;
}
.sidebar ul li a {
	display: block;
	color: #fff;
	font-weight: bold;
	text-decoration:none;
	font-size: 12px;
	text-transform: uppercase;
	background: url(../images/bullet.png) no-repeat 0 8px;
	padding: 8px 0 8px 20px;
	line-height: 1em;
}
.sidebar a:hover {
	color: #d1edf7;	
}
.sidebar p {
	margin-bottom: 20px;
}

.maincol {
	float: right;
	padding: 10px 30px 0 30px;
	font-size: 12px;
	line-height: 1.5em;
	width: 668px;
}
.maincol p, .maincol h1 {
	margin-bottom: 15px;	
}
.maincol h1 {
	font-weight: normal;
	color: #0d3b6e;
	font-family:"Times New Roman", Times, serif;
	font-variant: small-caps;
	font-size: 29px;
	line-height: 1.25em;
}
.maincol h2 {
	font-size: 18px;
	font-weight: normal;
	margin-bottom: 10px;
}
.maincol h3 {
	color: #0d3b6e;
	font-size: 16px;
}
.maincol a {
	color: #07759d;
	text-decoration:none;
}
.maincol a:hover {
	color: #379342;
}
.home_copy {
	float: left;
	width: 420px;
}
.home_scrollers {
	width: 224px;
	float: right;
}
.home_scrollers h2 {
	display: block;
	color: #0d3b6e;
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: normal;
	font-variant:small-caps;
	height: 26px;
	background: url(../images/scroller_top.png);
	padding: 10px 0 0 10px;
	width: 214px;
	margin: 0;
}
.home_scrollers a {
	display: block;
	background: url(../images/scroller_btm.png);	
	padding: 10px 0 0 10px;
	height: 26px;
	color: #000;
	text-transform:uppercase;
	font-size: 11px;
}
.scrollbox {
	background: #fff;
	border-left: 2px solid #1e6e2f;
	border-right: 2px solid #1e6e2f;
	padding: 10px;
}
.imageright {
	float: right;
	margin: 0 0 10px 10px;
}
.footer {
	background: #fff url(../images/footer.jpg) no-repeat;	
	height: 51px;
	padding: 35px 30px 20px 30px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 1.5em;
}
.footer a {
	color: #0b769e;
	text-decoration:none;
}
.footer a:hover {
	color: #000;	
}
.footer_left {
	float: left;
	width: 450px;
}
.footer_center {
	float: left;
	width: 220px;
	text-transform:uppercase;
}
.footer_right {
	float: right;
	width: 200px;
	text-transform:lowercase;
}