#enclosure {
	font-family: sans-serif;
	font-size: 11pt;
	margin: 0;
	border-width: 0;
	padding 0;
}

#masthead {
	position: fixed;
	top: 0;
	height: 44pt;
	width: 100%;
	background-color: oldlace;
}

#logo {
	position: absolute;
	right: 12pt;
	height: 44pt;
	text-align: right;
	font-size: 32pt;
	font-weight: bold;
	line-height: 44pt;
}

#byline {
	position: absolute;
	background-color: black;
	top: 44pt;
	height: 18pt;
	width: 100%;
	color: oldlace;
	font-size: 9pt;
	font-weight: bold;
	text-align: center;
	line-height: 20pt;
}

#content {
	margin-top: 74pt;
	margin-left: 30%;
	margin-right: 4%;
}

p.section-hdg {
	width: 100%;
	border-width: 0 0 thin 0;
	border-style: solid;
	border-color: black;
	font-weight: bold;
}
