html {
background-color:#e9e9e9;
}

* {
margin:0;
padding:0;
}

body {
text-align: center;
font-family: arial, helvetica, sans-serif;
font-size: 100%;
margin-top: 0;
margin-bottom:0;
}

a {
text-decoration: none;
color: #647234;
font-weight: bold;
}

a:hover {
color: #aebb67;
}

h1 {
color:  #647234;
font-size: 18px;
font-weight: bold;
padding-bottom:10px;
}

p {
color:  #647234;
line-height: 15px;
font-size: 12px;
}

ul {
margin: 0;
padding: 0;
}

li {
list-style: none;
list-style-position:outside;
font-size: 12px;
}


#shadow {
margin:auto;
width: 816px;
background-image: url(../images/shadow3.gif);
background-repeat:repeat-y;
}


#container {
width:808px;
margin: auto;
text-align: left;
}

#header {
background-image: url(../images/header.jpg);
background-repeat:no-repeat;
background-co;lor: #e9e9e9;
width: 808px;
height: 167px;
}

#nav {
background:url(../images/home_bar.gif);
background-repeat:no-repeat;
overflow:hidden;
height: 24px;
margin: 0 0 0 0;
padding: 0 0 0 10px;
}

#nav li {
float: left;
line-height: 24px;
}

#nav li a {
border-right: 1px solid #FFFFFF;
padding: 0 1em;
color:#FFFFFF;
font-size:15px;
}



#main {
position:relative;
margin-top:15px;
padding-left:20px;
padding-right:20px;
width: 750px;
background-color:#FFFFFF;
}

#footer {
background-image:url(../images/footer.jpg);
background-repeat:no-repeat;
height: 47px;
width:: 808px;
}

#countyfooter {
margin:auto;
margin-top:4px;
width:850px;
height:45px;
padding-top:5px;
}

#countyfooterLinks {
width:710px;
height:45px;
margin-right:20px;
padding-top:6px;
float:left;
text-align:right;
line-height:18px;
}

#countyfooterLinks li {
display:inline;
font-size:12px;
border-right:1px solid #999999;
padding:0 5px 0 5px;
}

#countyfooterLinks li a{
font-weight:normal;
color: #647234;
}

#countyfooterLinks li a:hover{
font-weight:normal;
}

#countyfooterLogo {
float:left;
width:100px;
height:45px;
}


















