html { height:100%; }

body {
	background-color: #84995F;
	background-image: url(../img/bg.gif);
	background-repeat: repeat-y;
	background-position: center top;
	color:#000000;
	text-align: center;
    min-width: 700px;
	height:100%;
    padding: 0;
    margin: 0;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
}

p {
	line-height:1.4em;
}

h1 {
	color:#395613;
}

a:link {
	color: #567b21;
	text-decoration: underline;
}
a:hover {
	color:#84995F;
	text-decoration: none;
}
a:active {
	color:#00CC33;
	text-decoration: none;
}
a:visited {
	color: #567b21;
	text-decoration: underline;
}

#blank {
	position:relative;
	height:311px;
	width:700px;
}

#titleContainer {
	position:absolute;
	top:0px;
	left:-70px;
	width:840px;
	background-image:url(../img/headbg.jpg);
	background-repeat:no-repeat;
	background-position:top center;
	text-align:center;
	z-index:1;
}

#titleImage, #menuTitle {
	position:relative;
}

#container {
	position:relative;
     text-align: left;
     width: 700px;
     margin-left: auto;
     margin-right: auto;
     padding: 0;
	 min-height:100%;
	 background-color:#e5ecd5;
}

#sidebar {
	position:relative;
	float:left;
	left:0px;
	width:181px;
	top:311px;
}

#menu {
	position:absolute;
	left:0px;
	width:181px;
	top:311px;
	background-color:#cdd7b9;
	background-image:url(../img/menubg.gif);
	background-position:center bottom;	
	background-repeat:no-repeat;
	text-align:center;
	padding-bottom:30px;
	z-index:1;
}

#newsbox {
	position:relative;
	float:left;
	clear:left;
	display:block;
	left:0px;
	width:181px;
	background-color:#cdd7b9;
	background-image:url(../img/menubg.gif);
	background-position:center bottom;	
	background-repeat:no-repeat;
	text-align:left;
	padding-bottom:20px;
	z-index:1;
}

#menu ul {
	margin:0px;
	padding-left:0px;
	padding-bottom:20px;
}

#menu li {
	list-style: none;
	padding-top:5px;
	padding-bottom:15px;
	margin:0px;
	display:block;
	font-size:1em;
	font-weight:normal;
}

#menu a:link {
	color: #567b21;
	text-decoration: none;
}
#menu a:hover {
	color:#84995F;
	text-decoration: none;
}
#menu a:active {
	color:#00CC33;
	text-decoration: none;
}
#menu a:visited {
	color: #567b21;
	text-decoration: none;
}

.content {
	position:relative;
	left:215px;
	top:-40px;
	padding-top:20px;
	width:450px;
	clear:right;
	line-height:1.1em;
	padding-bottom:91px;
	z-index:2;
}

.displayText {
	font-size:1.2em;
	color:#000000;
	line-height:2em;
}

.newsText {
	padding-left:5px;
	text-align:left;
}

.footimage {
	position:absolute;
	bottom:0px;
	clear:both;
	width:700px;
	height:91px;
	padding-top:50px;

}

ul {
	list-style:disc;
}

li {
	line-height:1.5em;
}
