﻿body {
	font-family: Cambria, Cochin, Georgia, Times, "Times New Roman", serif;
	padding: 0px;
	margin: 0px;
	background-image: url('images/General-Page%20Background.gif');
}
#container {
	background-color: #E7DEC2;
	width: 95%;
	margin: 10px auto 10px auto;
	padding: 20px;
}
#masthead {
	height: 20px;
	background-color: #000080;
}
#top-nav {
	background-image: url('images/General-Geometry%20Background.png');
}
#main-content {
	border-color: #006600;
	border-top-style: solid;
}
#footer {
	border-top-style: solid;
	border-color: #006600;
	clear: both;
	font-size: small;
	top: 10px;
	color: #006600;
	background-image: url('images/General-Geometry%20Background.png');
}
.HeaderText {
	margin: 0px;
	font-size: xx-large;
	font-weight: bold;
	font-style: italic;
	font-variant: small-caps;
	color: #000080;
}
.HeaderText2 {
	margin: 0px;
	font-size: large;
	font-weight: bold;
	font-style: italic;
	font-variant: small-caps;
	color: #000080;
}
.FooterText {
	margin: 0px;
}
.MainItem {
	margin: 0px;
	color: #006600;
	font-size: medium;
}
a {
	color: #000000;
	text-decoration: none;
	font-size: small;
}
a:hover {
	color: #FF0000;
}


