body {
	font-family: Helvetica, Sans-Serif;
	font-size:0.8em;
	color: #333;
}

h1 {
	font-weight: 100;
	border-bottom: solid 1px #004969;
	font-size: 2.5em;
	color: #1F305E;
}

h1 a {
	font-weight: normal;
	color: #1F305E;
}

h2 {
	font-weight: 500;
	font-size: 2em;
	color: #452E2E;
	text-align: right;
	margin-top: 0.6em;
	margin-bottom: 0.6em;
}

p, ul, li {
	line-height: 1.2em;
}

a {
	text-decoration: none;
	color: #36689D;
	font-weight: 800;
}

a:hover {
	color: #1F305E;
}

hr {
	color: #AAA;
	background-color: #AAA;
	height: 1px;
	border: 0;
}

img {
	border: none;
}

.navContainer {
	margin: 0;
	padding: 0;
	margin-top: -1em;
}

.navButton {
	font-weight: 600;
	letter-spacing: 0.15em;
	padding-top: 7px;
	padding-bottom: 4px;
	padding-left: 15px;
	margin-right: 5px;
	margin-top: 1px;
	background-color: #30457E;
	color: white;
	width: 248px;
	line-height: 1.2em;
	float: left;
}

.navButton a {
	text-decoration: none;
	color: white;
}

.navButton a:hover {
	text-decoration: underline;
}

.contentContainer {
	margin-left: auto;
	margin-right: auto;
	width: 800px;
}

.headingContainer {
	margin-top: 1em;
	text-align: right;
}

#subHeading {
	float: left;
	color: #AAA;
	font-size: 1.5em;
}

#subHeading a {
	color: #AAA !important;
	font-weight: normal !important;
}

#subHeading a:hover {
	text-decoration: underline;
}

#mainHeading {
	font-weight: 500;
	font-size: 2em;
	color: #452E2E;
}

.footerContainer {
	width: 100%;
	margin-top: 1em;
}

.footerContent {
	margin-top: 0em;
	border-top: solid 1px #004969;
	padding: 0.5em;
	line-height: 1.2em;
}

.copyrightContent {
	float: left;
	width: 58%;
}

.siteMapContainer {
	float: right;
	width: 40%;
}

.siteMapContainer ul {
	float: right;
	height: 8em;
	width: 5.2em;
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.siteMapContainer ul li a {
	color: #AAA;
	font-weight: normal;
}

.siteMapContainer ul:hover li a {
	color: #1F305E;
}

.siteMapContainer ul li a:hover {
	color: #1F305E;
	text-decoration: underline;
}

.siteMapHeading a {
	font-weight: bold !important;
}

.rightMost {
	margin-right: 0 !important;
}

.clearer {
	clear: both;
}

.centered {
	text-align: center;
}

.lefted {
	text-align: left;
}

.righted {
	text-align: right;
}

.bordered {
	border: solid 1px black !important;
}

.relative {
	position: relative;
}
