@charset "utf-8";
#container {
	position: relative;
	height: auto;
	width: 950px;
	float: none;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
	margin-top: 0px;
}
#header {
	float: none;
	height: 150px;
	width: 950px;
	position: relative;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #005b7f;
}
#HeaderBox1 {
	float: left;
	height: 150px;
	width: 150px;
	position: relative;
	background-color: #002157;
	visibility: visible;
}
#HeaderBox2 {
	background-color: #005b7f;
	float: left;
	height: 150px;
	width: 150px;
	position: relative;
}
#header #PageTitle {
	height: 150px;
	width: 650px;
	position: relative;
	float: left;
	background-color: #002157;
}
#Main {
	height: 450px;
	width: 951px;
	position: relative;
	background-color: #c7b299;
}

#Main #MainLeft {
	float: left;
	width: 650px;
	position: relative;
	height: 450px;
	background-color: #c7b299;
}
#Main #MainRight {
	float: left;
	width: 300px;
	position: relative;
	height: 450px;
}
#footer {
	float: none;
	height: 100px;
	width: 950px;
	position: relative;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #005b7f;
	background-image: url(../images/footer.gif);
}
#footer #links {
	font-weight: bold;
	float: left;
	width: 500px;
	position: relative;
	height: 75px;
	margin-left: 25px;
	margin-top: 20px;
}
#footer #contact {
	text-align: right;
	float: right;
	height: 75px;
	width: 300px;
	position: relative;
	margin-right: 25px;
	margin-top: 20px;
}
#footer p  {
	margin-top: 5px;
	margin-bottom: 5px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.7em;
	color: #998675;
	font-weight: bold;
}


body {
	background-image: url(../images/background.gif);
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
}
#Main h1   {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1.8em;
	text-align: center;
	color: #002157;
	padding: 0px;
	margin: 0px;
}
#Main h2  {
	font-size: 1.3em;
	font-family: Verdana, Geneva, sans-serif;
	color: #002157;
	text-align: center;
	padding: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#footer a:link {
	color: #998675;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #998675;
}
a:hover {
	text-decoration: underline;
	color: #FFF;
}
a:active {
	text-decoration: none;
	color: #998675;
}
.heading {
	font-family: Verdana, Geneva, sans-serif;
	font-size: .8em;
	font-weight: bold;
	letter-spacing: 0.2em;
}


#container #Main #MainLeft .quote {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.8em;
	font-weight: bold;
	color: #002157;
	text-align: center;
	margin-top: 6px;
	margin-right: 6px;
	margin-bottom: 25px;
	margin-left: 6px;
	padding-top: 12px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-style: italic;
}

