body {
	background-color: #f4f95c;
	color: #000;
	margin: 0px;
}
.pagetitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 28px;
	font-style: italic;
	color: #000;
}
.footercopy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000;
}
.footerlinks {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.statementcopy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: italic;
}

.captioncopy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: italic;
}

#container {
	float: left;
	height: 1100px;
	width: 800px;
}
#header {
	float: left;
	height: 100px;
	width: 800px;
	background-color: #f4f95c;
}
#nav {
	background-color: #f4f95c;
	height: 25px;
	width: 675px;
	float: left;
	margin-right: 0px;
	margin-left: 0px;
	padding-left: 125px;
}
a {
	text-decoration: none;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#navpad {
	height: 20px;
	width: 800px;
	background-color: #f4f95c;
	float: left;
}
#mainarea {
	background-color: #FFF;
	float: left;
	height: auto;
	width: 650px;
	padding-left: 15px;
	margin-left: 75px;
	padding-top: 10px;
	padding-right: 15px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #666;
	border-right-color: #666;
	border-bottom-color: #666;
	border-left-color: #666;
}
.missionstatement {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	font-style: italic;
	font-weight: bold;
	color: #F00;
}

#footer {
	float: left;
	height: 50px;
	width: 680px;
	margin-left: 75px;
}



.bodycopy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000;
}
.float-right {
	float: right;
	margin-bottom: 10px;
	margin-left: 10px;
}
.float-left {
	float: left;
	margin-bottom: 10px;
	margin-left: 0px;
	margin-right: 10px;
}
