@charset "UTF-8";
html {
	overflow-y:scroll;
}
body {
	background-image: url(images/header-bg-tile.jpg);
	background-repeat: repeat-x;
}
#contentBlock {
	position:absolute;
	left:14px;
	top:210px;
	width:877px;
	height:auto;
	z-index:1;
bottom;
}
#header {
	position:absolute;
	left:-2px;
	top:10px;
	width:900px;
	height:210px;
	z-index:1;
	background-image: url(images/bg-faded.jpg);
}
#masthead {
	position:absolute;
	left:-2px;
	top:11px;
	width:900px;
	height:100px;
	z-index:1;
	background-image: url(images/masthead.png);
}
#nav {
	position:absolute;
	left:4px;
	top:100px;
	width:762px;
	height:33px;
	z-index:1;
}
#sectionTitles {
	position:absolute;
	left:14px;
	top:185px;
	width:876px;
	height:25px;
	z-index:1;
}
#wrap {
	width:900px;
	margin:auto;
	z-index: auto;
}
.missionStatement {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 22px;
	font-weight: bold;
	color: #312A2A;
}
.bodyCopy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #312A2A;
	line-height: 22px;
}
.name {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #312A2A;
}
.signature {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	line-height: 18px;
	color: #312A2A;
}
.sectionHeader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 22px;
	font-weight: bold;
	color: #312A2A;
	border-bottom-style: solid;
	border-bottom-color: #312A2A;
	border-bottom-width: 1px;
}
.descriptions {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #312A2A;
	line-height: 18px;
}

