body {
	font-family: Arial;
	font-size: 14px;
	background-color: #111;
}
p {
	margin-bottom: 1em;
	line-height: 18px;
}
strong {
	font-weight: bold;
}
h1 {
	color: #111;
	font-size: 24px;
	margin-bottom: 15px;
}
h2 {
	color: #311CAD;
	font-size: 20px;
	margin-bottom: 10px;
}
a, a:visited {
	color: #321FAB;
}
#headerWrapper {
	background-color: #321FAB;
	text-align: center;
}
#header {
	position: relative;
	width: 960px;
	text-align: left;
	margin: 0 auto;
	height: 130px;
}
#mainWrapper {
	text-align: center;
	background-color: #fff;
}
#mainOuter {
	width: 960px;
	margin: 0 auto;
	text-align: left;
	background-color: #fff;
}
#main {
	width: 958px;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
}
img#logo {
	float: left;
	margin: 15px 20px 0 0;
}
#title {
	float: left;
	color: #fff;
	font-size: 32px;
	margin-top: 44px;
}
#nav {
	float: left;
	width: 960px;
	background-color: #321FAB;
	border-top: 1px solid #fff;
}
#content {
	padding: 20px;
	min-height: 550px;
}

#footerWrapper {
	background-color: #111;
	text-align: center;
	color: #fff;
}
#footer {
	width: 910px;
	padding: 25px;
	margin: 0 auto;
	font-size: 12px;
}

/* ==| History |== */
.historyTable {
	width: 100%;
}
.historyTable th, .historyTable td {
	padding: 4px;
	vertical-align: top;
}
.historyTable th {
	font-weight: bold;
	background-color: #311CAD;
	color: #fff;
	text-align: center;
}
.historyTable td {
	border-bottom: 1px solid #ddd;
	line-height: 16px;
}

.historyTable .person {

}
.historyTable .year {
	text-align: center;
}
.historyTable .dash {
	text-align: center;
}

.history_list {
	list-style-type: square;
	margin: 0 0 10px 25px;
	line-height: 18px;
}
.history_list li {
	margin-bottom: 8px;
}

/* == | News | == */
.newsSubject {
	font-weight: bold;
}
.newsAuthor {
	font-style: italic;
	font-size: 11px;
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #ddd;
}
.newsBody {
	margin: 8px 0;
}

/* == | Downloads | == */
ul.downloads {

}
ul.downloads li {
	font-size: 16px;
	line-height: 22px;
}
ul.downloads li a {
	text-decoration: none;
}
ul.downloads li a:hover {
	text-decoration: underline;
}

/* ==| General Layouts |== */
#layout1 {
	float: left;
	width: 918px;
}
#layout1_left {
	float: left;
	width: 600px;
	margin-right: 20px;
}
#layout1_right {
	float: left;
	width: 298px;
}

#layout2 {
	float: left;
	width: 918px;
}
#layout2Left {
	float: left;
	width: 680px;
	margin-right: 20px;
}
#layout2Right {
	float: left;
	width: 198px;
}

.cb {
	clear: both;
}
