﻿body {
	padding: 0px;
	margin: 0px;
	background-color: #E9D8B4;
}
#container {
	margin: 0px auto 0px auto;
	width: 830px;
}
h2, h3, h4, p, li {
	font-family: Book Antiqua, "Times New Roman", serif;
}
h2 {
	font-size: 34px;
	color: #0B233E;
}
h3 {
	font-size: 18px;
}
h4 {
	font-size: 16px;
}
p, li {
	font-size: 15px;
	color: #232323;
}
a {
	color: #04509B;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
#header {
	margin: 0px 0px 10px 0px;
	background-position: 0px -310px;
	padding: 0px 10px 0px 10px;
	background-color: #021C37;
	background-image: url('../images/Cover%20Front%20Final.jpg');
	height: 125px;
}
#header h1 {
	padding: 10px 5px 0px 0px;
	font-family: "Baskerville Old Face";
	font-size: 56px;
	color: #D5BC7D;
	line-height: 36px;
	width: 280px;
	text-align: center;
	font-weight: normal;
}
#header p {
	font-family: "Baskerville Old Face";
	color: #D5BC7D;
	font-size: 20px;
	text-align: right;
}
.textHeaderTopLine {
	font-size: 28px;
}
.textHeaderBottomLine {
	font-size: 40px;
}
.centered {
	text-align: center;
}
.textJustified {
	text-align: justify;
}
.textIndented {
	margin-left: 50px;
}
#menu {
	margin: 0px;
	width: 220px;
	float: left;
	clear: left;
	padding-top: 5px;
}
#menu p {
	font-size: 13px;
}
#main {
	padding: 0px;
	margin: 0px;
	float: right;
	width: 605px;
	clear: right;
}
.textNavigationTrail {
	color: #715A26;
	font-size: 14px;
}
.imageOnRightNoBorder {
	margin-left: 5px;
	float: right;
}
.imageOnRightWithBorder {
	border: 1px solid #808080;
	margin-left: 5px;
	float: right;
}
.imageOnLeftNoBorder {
	float: left;
	margin-right: 5px;
}
.imageOnLeftWithBorder {
	border: 1px solid #808080;
	float: left;
	margin-right: 5px;
}
.imageWithBorder {
	border: 1px solid #808080;
}
#footer {
	margin: 0px;
	background-position: 0px -956px;
	padding: 0px 10px 0px 10px;
	background-color: #021C37;
	background-image: url('../images/Cover%20Front%20Final.jpg');
	clear: both;
}
#footer p {
	font-family: "Baskerville Old Face";
	color: #D5BC7D;
	font-size: 20px;
	text-align: center;
	font-weight: bold;
}
#footer a {
	font-family: "Baskerville Old Face";
	color: #D5BC7D;
	font-size: 20px;
}