@charset "utf-8";

body {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	background-color: #83422E;
}

#wrapper {
	margin: auto;
	background-color: #FFFFFF;
	border: medium groove #CE5622;
	width: 764px;
	padding: 2px;
}

#pfheader {
	width:760px;
	height:115px;
	text-align: center;
}
#navbar {
	text-align: left;
	width: 760px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: .85em;
	background-color: #FFFFFF;
	clear: both;
	float: left;
}

#narrative {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.95em;
	line-height: 1.3em;
	color: #000000;
	text-align: left;
	width: 760px;
	clear: none;
	float: left;
	padding: 5px;
}
#footer {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #CCCCCC;
	background-position: center;
}
.redBold {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FF0000;
}
.blueBold {
	font-weight: bold;
	color: #003399;
}
