body {
	background-color:#021830;
	color:white;
	margin:20px;
	padding:0;
}
#container {
	width:740px;
	margin:0 auto;
}
.header,
.main {
	background-color:white;
	color:black;
}
.header {
	position:relative;
}
.header h1,
.header h3 {
	width:556px;
}
.header h1 a {
	display:block;
	height:48px;
	background-image:url(../img/higher-ground-logo.gif);
}
.header h3 a {
	display:block;
	height:18px;
	margin-bottom:26px;
	background-image:url(../img/retreats-and-events.gif);
}
.header h1 span,
.header h3 span {
	display:none;
}
.header .utility {
	position:absolute;
	right:0;
	color:#B7D30B;
	font-size:14px;
	padding-right:18px;
	text-align:right;
}
.header .utility a {
	color:#B7D30B;
	font-weight:bold;
	text-decoration:none;
}

.main {
	padding:30px;
	padding-right:17px;
}
.main a:hover {
	text-decoration:underline;
}
.main a {
	text-decoration:none;
}
.main a:link {
	color:#A4BD15;
}
.main a:visited {
	color:#A4BD15;
}
.copy .img img {
	width:145px;
	margin-right:10px;
}
.copy .img ul {
	margin-left:0;
}
.copy .img li {
	margin-left:15px;
}
.copy .img p.indent,
.copy .img ul.indent {
	margin-left:155px;
}
.copy h2,
.copy h3,
.copy p,
.copy ul {
	margin-right:222px;
}
.copy li {
	margin-left:20px;
}
.copy h2 {
	color:#B7D30B;
	text-transform:uppercase;
}
.copy h3 {
	background-color:#021830;
	color:white;
	text-transform:uppercase;
	padding:6px 10px;
}
.copy h4 {
	font-size:14px;
	margin-right:222px;
}
.copy h4 em {
	color:#B7D30B;
	font-style:normal;
}

.copy .float {
	background-color:#B7D30B;
	margin-top:0;
}
.copy .float h1 {
	color:white;
}
.copy .float .email a {
	color:black;
}
.copy .float .email a:hover {
	text-decoration:underline;
}

#footer-menu {
	font-size:11px;
	text-align:center;
	border-top:1px solid #999999;
	padding-top:8px;
}
#footer-menu a {
}
#top {
	text-align:center;
	margin-top:30px;
}
#top a {
	padding-left:20px;
	background-image:url(../img/back-to-top.gif);
	background-repeat:no-repeat;
	background-position:0 3px;
}