body{
margin: 0;
padding: 0;
font-family: Verdana, Tahoma, sans-serif;
font-size: 12px;
background : #f6f6f6;/*#E1E9CB;*/
}

h1.pageTitle{
  position: absolute;
  left: -9999px;
}

h2{
  font-family: "Trebuchet MS", Georgia, serif;
  font-size: 2em;
  color: #006600;
  padding-bottom: 3px;
  margin:0px;
}

h3{}
h4{}

a{  color: #006600; }
a:link, a:active{}
a:visited{}
a:hover{  color: #333; text-decoration: none; }

p{}

address{}

.emph {
background: #B8D4B8;
padding: 10px;
border-top: 1px solid #333;
border-bottom: 1px solid #333;
}

.gallery img {
border: solid 5px #668866;
margin: 3px;
}

.gallery img:hover {border: solid 5px #ccc;}

/* === Fieldset === */
fieldset{
  border: 0;
}

fieldset input, textarea{
  background: #eee;
  border: 1px solid #ccc;
}

p.hdnField{
  display: none;
}
/* === End Fieldset === */

/* === Container Elements === */
div#container{
  margin: 10px auto;
  width: 850px;
  color: #333;
}

div#wrapper{
  float: left;
  width: 850px;
  padding: 15px 15px 15px 15px;
  background: #fff; /*url("../images/design/wrapper.jpg") left bottom no-repeat*/;
}
/* === End Container Elements === */

/* === Inner Elements === */
div#header{
  float: left;
  width: 880px;
  height: 269px;
  background: url("../images/header.jpg") no-repeat;
}

div#footer{
  float: left;
  width: 880px;
  padding: 10px 0px;
  text-align: center;
  background-color: #fff;
}
/* === End Inner Elements === */

/* === Navigation === */
div#nav{
  float: left;
  width: 880px;
  font-family: Arial, Tahoma, sans-serif;
  font-weight: bold;
  background: #B8D4B8;
}

div#nav ul{
  margin: 0;
  padding: 0;
  list-style: none;
}

div#nav ul li{
  float: left;
  border-right: 1px solid #fff;
}

div#nav ul li:last-child{
  border: 0;
}

div#nav ul li a, div#nav ul li.current{
  display: block;
  padding: 8px 15px;
}

div#nav ul li a{
  color: #fff;
  background: #006600;
  text-decoration: none;
}

div#nav ul li a:hover, div#nav ul li.current{
  color: #000;
  background: #fff;
}

div#botNav{
  text-align: center;
  padding-top: 0px;
  font-weight: bold;
  background-color: #006600;
}

div#botNav ul{
  margin: 0;
  padding: 0;
  list-style: none;
}

div#botNav ul li{
  display: inline;
  padding: 0 10px;
  border-right: 1px solid #fff;
}

div#botNav ul li a, div#botNav ul li.current{
  color: #fff;
}
/* === End Navigation === */

/* === Formatting === */
ul.contentList{
  list-style: none;
  line-height: 1.6em;
}

ul.contentList li{
  padding: 0px 20px;
  background: url("../images/design/li-ball.gif") left center no-repeat;
}

div#footer a{ color: #333;  }
/* === End Formatting === */
