@charset "utf-8";
body {
	background: #9DB7AF url(../images/bg_new.gif);
	padding-top: 25px;
}
#header {
	height: 250px;
	background: #FFFFFF;
}
#splash {
	width: 250px;
	z-index: 3;
}
.copy {
	background: #F2F2F2 url(../images/bg_indexcopy.gif) repeat-y;
}
.col1 {
	width: 463px;
	padding-top: 15px;
}
.col2 {
	float: right;
	width: 217px;
	color: #aaa48d;
	padding-top: 15px;
	padding-right: 15px;
	padding-left: 15px;
}
.col2 h1 {
	border-bottom: 1px solid #91A097;
	margin-bottom: 10px;
	font-size: 14px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	width: 75%;
}
.col2 dl {
	margin: 0px;
	padding: 0px;
	font-size: 10px;
}
.col2 dt {
	font-style: italic;
}
.col2 dd {
	margin-bottom: 10px;
}
.col2 a, .col2 a:visited {
	color: #9D977B;
}
.col2 a:hover {
	color: #333;
}
.more {
	text-align: right;
	font-size: 11px;
}
.more a, .more a:visited {
	text-decoration: none;
}
.more a:hover {
	text-decoration: underline;
}
