@charset "UTF-8";
body {
	background-color: #212426;
	color: #313638;
}
.bold {
	color: #000000;
}
.italic {
	color: #000000;
	font-style: italic;
}
#container {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	line-height: 1.4em;
	width: 1040px;
	background-color: #FFE07B;
	margin-right: auto;
	margin-left: auto;
	padding-top: 30px;
	padding-left: 30px;
	padding-bottom: 30px;
}
#title {
	font-size: x-large;
	line-height: 1.5em;
	font-style: italic;
	color: #660033;
}
.sub {
	font-style: normal;
	font-weight: normal;
	font-size: large;
}
#byline {
	font-style: italic;
}
.subheader {
	float: left;
	width: 260px;
	height: 500px;
	padding-right: 30px;
}
#header {
	padding-left: 280px;
}
#sub01 {
	height: 760px;
}
#sub02 {
	height: 990px;
}
#sub03 {
	height: 580px;
}
.smallcaps {
	font-variant: small-caps;
	font-size: .8px;
}
.content {
	padding-right: 30px;
	padding-top: 5px;
}
.square {
	background-color: #660033;
	width: 10px;
	height: 30px;
	float: left;
	margin-top: 10px;
	margin-right: 5px;
}
