body {
	font: 100% "Microsoft Sans Serif";
	background-image: url('images/willow.jpg');
	background-repeat: repeat;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set tof the left aligned default in the #container selector */l
	color: #000000;
}
.oneColFixCtr #container {
	width: 850px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #336600;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}

#mainimage {
	position:relative;
	width:200px;
	height:600px;
	z-index:5;
	
}
#content {
	position:relative;
	z-index:5;
	background-color: #669933;
}

#content2 {
	position:relative;
	z-index:5;
	background-color: #669933;
}


#contentlong {
	position:relative;
	z-index:5;
	background-color: #669933;

}

#contentvlong {
	position:relative;
	z-index:5;
	background-color: #669933;

}

#float {
	margin: 0 0.2em 0 0;
	width: 330px;
	float: left;	
	color: white;
	background: #060;
	padding: 1em;
}

img.floatleft {
	margin: 0 0.2em 0 0;
	float: left;	
	padding: 1em;

}



img.floatright {
	float: right;
	padding: 1em;
	margin-top: 0;
	margin-right: 0em;
	margin-bottom: 0;
	margin-left: 0.2;

}
#list-menu {
width: 810px;
overflow: hidden;
position: relative;
}

#list-menu ul {
	margin: 0;
	padding: 0;
	padding-left: 0px;
	list-style-type: none;
	font-family: sans-serif;
	font-size: 14px;
} 
#list-menu li {
display: inline;
} 
#list-menu a {
float: left;
display: block;
width:90px;
padding: 5px 2px 5px 7px;
border: 1px solid #336600;
background: #BDB76B;
text-decoration: none; /*lets remove the link underlines*/
} 
#list-menu a:link, #list-menu a:active, #list-menu a:visited {
color: #336600;
}

#list-menu a:hover {
border: 1px solid #336600;
background: #669933;
color: #ffffff;
} 
td {
vertical-align: top;
}
.celltext {
	padding-left: 20px;
	padding-right: 20px;
}

.welcometext {	
	font-family: Georgia,"Palatino Linotype","Book Antiqua", "Times New Roman";	
	font-size: 48px;	
	font-style: normal;	
	line-height: normal;	
	font-weight: normal;	
	font-variant: normal;	
	text-transform: none;	
	color: #336600;}
.footlinks {	
	font-family: "Microsoft Sans Serif";	
	font-size: 14px;	
	font-style: normal;	
	line-height: normal;	
	font-weight: normal;	
	font-variant: normal;	
	text-transform: none;	
	color: #2F4F4F;}
.parahead {	
      text-align: center;
	font-family: "Microsoft Sans Serif";	
	font-size: 24px;	
	font-style: normal;	
	line-height: normal;	
	font-weight: normal;	
	font-variant: normal;	
	text-transform: none;	
	color: #006400;}
.hometext {	
      text-align: justify;
	font-family: "Microsoft Sans Serif";	
	font-size: 16px;	
	padding-left: 20px;
	padding-right: 20px;
	font-style: normal;	
	line-height: normal;	
	font-weight: normal;	
	font-variant: normal;	
	text-transform: none;	
      color: #FFFFFF;}
.questiontext {
	text-align: justify;
	font-family: Georgia;	
	font-size: 18px;	
	padding-left: 20px;
	padding-right: 20px;
	font-style: italic;	
	line-height: normal;	
	font-weight: normal;	
	font-variant: normal;	
	text-transform: none;	
      color: gold;
}
.newstext {
	text-align: justify;
	font-family: Georgia;	
	font-size: 18px;	
	padding-left: 20px;
	padding-right: 20px;
	font-style: italic;	
	line-height: normal;	
	font-weight: normal;	
	font-variant: normal;	
	text-transform: none;	
      color: gold;
}
.disclaimtext {
	color: darkred;
}
img
{
border: 0;
}

#news {
	width: 220px;
	float: right;
	color: #060;
	border: thin solid #060;
	background-color: #FFF;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 10px;
}
#slideshow {
	padding: 20px;
}
