﻿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: 80%;
	margin: 10px auto 10px auto;
	padding: 20px;
}
#masthead {
	height: 20px;
	background-color: #000080;
}
#top-nav {
	background-position: -16px top;
	background-image: url('images/General-Geometry%20Background.png');
}
#left-nav {
	width: 120px;
	float: left;
	background-color: #006600;
}
#main-content {
	border-color: #006600;
	border-top-style: solid;
	margin-left: 120px;
}
#right-content {
	float: right;
	width: 220px;
	height: 17px;
	background-image: url('images/General-Geometry%20Background.png');
}
#footer {
	border-top-style: solid;
	border-color: #006600;
	clear: both;
	font-size: small;
	top: 10px;
	color: #996600;
	background-image: url('images/General-Geometry%20Background.png');
}
.HeaderText {
	margin: 0px 110px 0px 0px;
	font-size: xx-large;
	font-weight: bold;
	font-variant: small-caps;
	text-align: center;
	color: #000080;
	font-style: italic;
}
.HeaderText2 {
	margin: 0px 110px 0px 0px;
	font-size: large;
	font-weight: bold;
	font-variant: small-caps;
	text-align: center;
	color: #000080;
	font-style: italic;
}
.LinkbarText {
	padding-left: 5px;
	text-align: center;
	padding-right: 5px;
	color: #E7DEC2;
}
.FooterText {
	margin: 0px;
}
.SectionTitle {
	padding: 0px;
	margin: 5px 240px 5px 10px;
	color: #996600;
	text-decoration: underline;
	font-size: large;
	font-variant: small-caps;
	letter-spacing: 3px;
}
.BrownBullet {
	font-family: Arial;
	font-size: 20px;
	color: #996600;
}
.MainItem {
	margin: 0px 240px 0px 30px;
	color: #006600;
	font-size: medium;
}
.GreenBullet {
	font-family: Arial;
	font-size: 16px;
	color: #006600;
}
.SubItem {
	font-size: medium;
	margin: 0px 240px 0px 50px;
}
a {
	color: #E7DEC2;
	text-decoration: none;
}
a:hover {
	font-weight: bold;
}


