body {	
	background-color: #CC9966;
	font-family: Arial, Helvetica, sans-serif;	
	font-size: 0.9em;	
	line-height: 125%;
	color: #714B26;
	margin: 0.1em;
}
	
h1 {
	margin-top: 0px;
}

h1 img {
}

h2 {
	color: #704023;
	font-family: "Times New Roman", Times, serif;
	font-size: 2em;
	line-height: 110%;
	padding-top: 25px;
}

h3 {
	font-size: 125%;
	line-height: 125%;
	color: #704023;
}

a {
	font-weight: bold;
	color: #704023;
}

a:active, a:hover {
	background-color: #FED740;
}

ul {
	list-style-type: square;	
	list-style-position: outside;
}

hr {
	color: #704023;
	background-color: #704023;
	margin-bottom: 0px;
	margin-top: 0px;
	margin: auto;
}

#BannerText {
	position:absolute;
	top:18px;
	height:110px;
	z-index:5;
	vertical-align: middle;
	text-align: center;
	width: 100%;
	left: 0px;
}

#sidetext {
	position:absolute;
	left:14px;
	top:156px;
	width:100px;
	z-index:6;
	text-align: center;
}

#Content {
	position: absolute;
	left: 130px;
	right: 25px;
	top: 130px;
	z-index:2;
	background-color: #F4EBE1;
	border: 9px double #704023;
	border-right: 7px solid;
	border-bottom: 7px solid;
	padding-top: 20px;
	padding-bottom: 20px;
	overflow: visible;
}

#ContentMain {
	padding-left: 10%;
	padding-right: 7%;
}

.imgright {
	float: right;
	margin-left: 15px;
	margin-bottom: 5px;
}
.latest {
	border: thin solid #CC9966;
	padding: 10px;
	background-color: #FAF4EF;
}


.imgleft {
	float: left;
	margin-right: 15px;
	margin-bottom: 5px;
}

.navlist {
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 1.25em;
}

.navlist li {
	text-align: left;
	display: block;
	margin-top: 20px;
	margin-bottom: 20px;
	background-color: #F4EBE1;
	border: 4px double #704023;
	border-right: 4px solid;
	border-bottom: 4px solid;
}

.navlist li a {
	display: block;
	padding: 8px;
	text-decoration: none;
}

.navlist li a:link, .navlist li a:visited {
	color: #704023;
}

.navlist li a:hover, .navlist li a:active {
	background-color:#FED740;
}
