@charset "utf-8";
body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10pt;
	color: #000000;
	background-color: #FFFFFF;
	font-weight: bold;
	text-align: center;
}
li {
	line-height: 16pt;
}
a:link {
	color: #2B2D1A;
}
a:visited {
	color: #2B2D1A;
}
a:hover {
	color: #E3E1C6;
	background-color: #73190E;
}
#container {
	width: 720px;
	position: relative;
	left: 50%;
	margin-left: -360px;
	border: 3px solid #73190E;
	background-color: #AAB273;
}
#banner {
	background-color: #73190E;
	background-image: url(images/logo.jpg);
	background-repeat: no-repeat;
	height: 220px;
	width: 720px;
	background-position: center center;
	position: relative;
}
#content {
	width: 537px;
	float: right;
	padding-right: 0px;
	padding-left: 0px;
	background-color: #D2DCA3;
	height: auto;
}
#navigation {
	width: 180px;
	float: left;
	padding-bottom: 0px;
	background-color: #788046;
	color: #E3E1C6;
	height: auto;
	border-right-width: 3px;
	border-right-style: solid;
	border-right-color: #73190E;
	text-align: left;
}

#footer {
	clear: both;
	background-color: #73190E;
	color: #E3E1C6;
	padding-top: 5px;
	padding-bottom: 5px;
}
img.line {
	padding-top: 10px;
	padding-bottom: 10px;
}
.LightText {
	color: #E3E1C6;
}
a.footer:link {
	color: #E3E1C6;
}
a.footer:visited {
	color: #E3E1C6;
}
a.footer:hover {
	color: #73190E;
	background-color: #E3E1C6;
}
