body, html { margin:0em; padding:0em;}
body {
	font-size:80%;
	font-family:Arial, Helvetica, sans-serif;
	color:#000000;
	background-color:#678442;
	background-image: url('../assets/bg%20gradient.jpg');
	background-repeat: repeat-x;
	background-position: top;
	line-height:1.25em;
}
#header {
	height:167px;
	width:100%;
	text-align:center;
	background-image: url('../assets/header.jpg');
	background-repeat: no-repeat;
	background-position: center bottom;
}
#body {	background-image: url('../assets/body bg.jpg');
	background-repeat: no-repeat;
	background-position: left bottom;
	width:750px;
	min-height:850px;
	margin:0em auto;
	background-color:#FFFFFF;
}
#slideshow { margin-bottom:1em;}
#leftcol { width:230px; text-align:center;}
#midcol { padding-right:30px;}
#rightcol { width:220px; text-align:left;}
#rightcol img { margin-bottom:1em;}
h1 { font-size:200%; text-transform:uppercase; color:#678442; font-weight:normal; margin-bottom:.5em;}
h3 { margin:0em;}
p{ margin:.5em 0em;}
#footer {
	width:750px;
	text-align:center; color:#FFFFFF;
	font-size:80%;
	margin:.5em auto;
	line-height:1.5em;
}
#footer a:hover { color:#999999;}
#footer a:visited { color:#9cb969;}
a { color:#9cb969;}
a:hover { color:#678442;}
a:visited {color:999999;}
.larger { font-size:110%;}
  #header ul {
    margin:0;
    padding:0;
    list-style:none;
	padding-top:128px;
	margin:0em auto;
/* ie:	margin:129px auto 0em auto; */
	height:42px;
	text-align:center;
	width:740px;
    }
  #header li {
    float:left;
    margin:0;
    padding:0;
	margin-right:7px;
	background-color: #678442;
	background-image: url('../assets/navbutton_bg.jpg');
	background-repeat: no-repeat;
	background-position: left top;
    }
	#header li.last { margin-right:0em;}
#header a {
font-size:95%;
	display:block;
	border-bottom:14px solid #678442;
	padding: .35em .75em;
	background-image: url('../assets/navbutton_r.jpg');
	background-repeat: no-repeat;
	background-position: right top;
	color:#FFFFFF;
	text-decoration:none;
	text-transform:uppercase;
	margin:0em;
    }
#header a:hover {
	border-bottom:14px solid #9cb969;
    }
b, strong, h1, h2, h3, h4, h5, h6, h7 { color:#678442;}