body {
	margin: 0;
	font: 77% Arial, Helvetica, sans-serif;
	text-align: left;
	color: #767777;
	background-color: #FFF;
}
h1 {
	margin: 0;
	padding: 0 0 10px 0;
	font-size: 120%;
	font-weight: normal;
}
#wrapper {
	width: 995px;
	margin: 25px auto;
	text-align: left;
}
#header {
	height: 221px;
}
object {
	float: left;
	position: relative;
	z-index: 0;
}
#header ul {
	margin: 0 0 0 -68px;
	padding: 0;
	list-style: none;
	float: right;
	width: 842px;
	height: 221px;
	position: relative;
	z-index: 1;
	font-size: 120%;
	font-weight: bold;
	background: url(images/header.gif) no-repeat right;
}
#header li {
	float: left;
	width: 157px;
	height: 182px;
	margin-top: 25px;
	text-align: center;
	background: url(images/folder.gif) no-repeat 99px bottom;
}
#header li.first {
	width: 98px;
	text-align: left;
	padding-left: 116px;
	background-position: 156px bottom;
}
#header li.active {
	background-image: url(images/active_folder.gif);
}
#header a {
	color: #FFF;
	background-color: inherit;
	text-decoration: none;
}
#main {
	padding-left: 17px;
	margin-top: 18px;
}
.content {
	float: left;
	width: 395px;
}
.contentTop {
	height: 11px;
	font-size: 1px;
	background: url(images/content_top.gif) no-repeat;
}
.contentInner {
	background: url(images/content_bg.gif) repeat-y;
	padding-top: 6px;
	padding-right: 12px;
	padding-bottom: 0px;
	padding-left: 12px;
}
.mission {
	text-align: center;
	font-size: 150%;
	font-style: italic;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0;
}
.rightColumn {
	float: right;
	width: 576px;
	background: url(images/map-blank.jpg) no-repeat;
	;
}
.contentBottom {
	height: 11px;
	font-size: 1px;
	background: url(images/content_bottom.gif) no-repeat;
}
#footer {
	padding: 10px 19px 0 36px;
	color: #8B9298;
	background-color: #FFF;
}
#footer a {
	color: #8B9298;
	background-color: #FFF;
	text-decoration: none;
}
.copyright {
	float: left;
}
.created {
	float: right;
}
.clr {
	clear: both;
	height: 1px;
	font-size: 1px;
}
