@charset "utf-8";
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 28pt;
	text-transform: none;
	letter-spacing: 2pt;
	word-spacing: 4pt;
	font-weight: normal;
	font-variant: small-caps;
}
.fixedwidth {
	width: 550px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	background-color: #FFFFFF;
	padding: 20px;
	border: 1px solid #003333;
}
.band {
	background-color: #003333;
	color: #FFFFFF;
	display: block;
	width: 100%;
}
.largetitle {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 30px;
	color: #E8E7E3;
	background-color: #003333;
	background-position: center;
	font-variant: small-caps;
	letter-spacing: 1px;
	word-spacing: 5px;
}

.doublespace {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14pt;
	line-height: 28pt;
	color: #33282E;
}
.mediumtitle {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #E8E7E3;
	background-color: #003333;
	background-position: center;
	font-variant: small-caps;
	letter-spacing: 1px;
	word-spacing: 5px;
	padding: 10px;
}

