body {
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 0.9em;
	line-height: 1.2em;
	background-color: #e8e1bc;
	min-width: 600px;
}


a:link {
	color: #366F76;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #366F76;
}
a:hover {
	text-decoration: none;
	color: #999999;
	font-weight: bold;
}
a:active {
	text-decoration: none;
	color: #000000;
}
a.current:link {
	color: #999999;
	font-weight: bold;
	text-decoration: none;
}
h1 {
	font-size: 1.6em;
	line-height: 2.2px;
	color: #366F76;
	margin-top: 2em;
	margin-left: 20px;
}
h2 {
	font-size: 1.2em;
	color: #366F76;
	margin-top: 2em;
	margin-left: 20px;
}
#header {
	background-color: #FFFFFF;
	width: 90%;
	border: 1px solid #996600;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: left;
	height: 102px;
}
#navbar {
	text-align: center;
	margin: 0px 0px 8px;
	padding: 0px;
	width: 100%;
}
#navbar li {
	display: inline;
	float: none;
	margin-top: 20px;
}
#container {
	background-color: #FFFFFF;
	width: 90%;
	border: 1px solid #996600;
	margin: 20px auto;
	text-align: left;
	background-repeat: no-repeat;
	background-position: right bottom;
}
#content {
	padding: 0px;
	background-color: #FFFFFF;
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
}

#container p {
	margin: 20px;
}
#footer {
	width: 90%;
	background-color: #993300;
	border: 1px solid #999999;
	text-align: center;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 4px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 4px;
}
#footer li {
	display: inline;
	float: none;
	margin-top: 20px;
}
#footer a:link {
	color: #FFFFF0;
}
#footer a:visited {
	color: #FFFFF0;
}
#footer a:hover {
	color: #999999;
	text-decoration: none;
}
#footer a:active {
	color: #FFFFF0;
}#footer a.current:link {
	color: #CCCCCC;
	text-decoration: none;
}
#footer ul {
	padding-top: 20px;
}
.copyright {
	font-size: 0.8em;
	text-align: center;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}


#navbar2 {
	text-align: left;
	width: 100%;
	list-style-type: none;
	list-style-position: inside;
}
#navbar2 a:link {
	color: #990000;
}
#navbar2 a:visited {
	color: #990000;
}
#navbar2 a:hover {
	color: #999999;
}
#navbar2 a:active {
	color: #990000;
}
#navbar2 a.current:link {
	color: #999999;
	text-decoration: none;
}
.currentpagelt {
	font-weight: bold;
	color: #CCCCCC;
}
.currentpage {
	color: #999999;
	font-weight: bold;
}
.bg_green {
	background-image: url(images/bg_green.jpg);
	background-repeat: repeat-y;
	background-position: left;
}
.bg_brown {
	background-image: url(images/bg_brown.jpg);
	background-repeat: repeat-y;
	background-position: left;
}
.indent {
	padding-left: 20px;
}