﻿/* CSS layout */
#container {
	width: 800px;
	margin: 0px auto 0px auto;
	padding: 0px;
	border-style: solid;
	border-width: 0px 0px 0px 24px;
	border-color: #084D84;
	background-color: #FFFFFF;
}
#masthead {
	padding: 0px;
	margin: 0px;
	background-color: #084D84;
	height: 120px;
}
#top_nav {
	margin: 0px;
	padding: 0px;
	background-color: #0A4C81;
	height: 26px;
	text-align: center;
}
#page_content {
	font-family: "Century Gothic";
	font-size: 10pt;
	margin: 0px 12px 0px 12px;
	padding: 0px;
	background-color: #FFFFFF;
	text-decoration: none;
}
#footer {
	margin: 8px;
	font-family: "century Gothic";
	font-size: 8pt;
	text-align: center;
}
#postFooter {
	font-family: "Century Gothic";
	font-size: 8pt;
	text-align: center;
}
h1 {
	padding: 0px;
	margin: 0px;
	font-family: "Trebuchet MS";
	font-size: 14pt;
	font-weight: bold;
	text-align: center;
}
h2 {
	font-family: "Trebuchet MS";
	font-size: 12pt;
	margin-top: 5px;
	margin-bottom: 0px;
	padding: 0px;
}
h5 {
	font-weight: bold;
	font-size: 10pt;
}
.topSpacer {
	margin-top: 0;
	margin-bottom: 0;
}
.alignRight {
	text-align: right;
}
.boldText {
	font-weight: bold;
}
.bulletspacing {
	padding-left: 22px;
	padding-right: 12px;
	margin-top: 12px;
	margin-bottom: 18px;
	text-align: left;
}
.centeredText {
	padding: 0px;
	margin: 0px;
	text-align: center;
}
.italic {
	font-style: italic;
}
h4 {
	font-size: 14pt;
	text-decoration: none;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}
.boldItalic {
	font-style: italic;
	font-weight: bold;
}
