body {
  margin: 0;
  text-align:center; /* for IE */ 
  margin:0 auto; /* for the rest */ 
}

div#container { 
  width: 85%;
  margin: 0px auto;
  background-color: #fff;
  border: 1px solid #D4F3F6;
  text-align:left; 
}  

div#header { 
  position: relative;
  width: 100%;
  height: 70px;
  text-align: center;
  background: url(images/treeline.jpg) no-repeat top left;
}

/* defines header background image (1800px x 70px image withoverflow: hidden) */

.headertext {
  font-family: verdana;
  line-height: 1.5; 
  font-weight: bold;
  text-align: center;
}
.footertext {
  font-family: verdana;
  line-height: 1.5; 
  font-weight: bold;
  text-align: center;
  padding-top: 40px;
}

font.header1 { 
  font-size: 20px;
}
font.header2 { 
  font-size: 13px;
} 
font.byline {
  font-size: 15px;
  color: #362F12;
} 

font.faq { 
  font-family: verdana;
  font-size: 13px;
  color: #362F12;
  font-weight: bold;
  line-height: 1.5; 
}
font.small { 
  font-family: verdana;
  font-size: 10px;
  line-height: 1; 
} 

a:hover { 
  text-decoration: none;
}

ul#menu {
  width: 100%;  
  margin: 0 auto;  
  padding: 20px 0 0 10px;  
}

ul#menu li {
  display: inline;
  list-style: none;
}

ul#menu li a {
  float: left;  
  font-family: georgia, serif;
  font-size: 16px;
  text-align: center;
  text-decoration: none;
  color: #1A8794;
  border-bottom: 1px solid #D3FAF9;
}

ul#menu li a:visited {
  color: #362F12;
}

ul#menu li a:hover {
  color: #143A3E;
  background: url(images/menu2.gif) repeat-x bottom left;
}

/* helper classes to control width of links in topbar */

ul.six li a {
  width: 120px;
  background: url(images/menu.gif) repeat-x bottom left;
}

ul#menu2 {
  width: 100%;  
  margin: 0 auto;  
  padding: 20px 0 0 10px;
  clear: both; 
}

ul#menu2 li {
  display: inline;
  list-style: none;
}

ul#menu2 li a {
  float: left;  
  font-family: georgia, serif;
  font-size: 16px;
  text-align: center;
  text-decoration: none;
  color: #1A8794;
  border-bottom: 1px solid #D3FAF9;
}

ul#menu2 li a:visited {
  color: #362F12;
}

ul#menu2 li a:hover {
  color: #143A3E;
  background: url(images/menu2.gif) repeat-x bottom left;
}

h1.title {
  font-family: verdana;
  font-size: 18px;
  line-height: 3;
  font-weight: bold;
  color: #362F12;
  text-align: left;
  padding: 0px 0px 0px 0px;
}

div#content { 
  width: 90%;
  padding: 1% 1% 1% 1%;
  float: center;
  line-height: 1.5;
  font-family: verdana;
  font-size: 12px;
  text-align: left;
}

div.body {
  line-height: 1.5;
  font-family: verdana;
  font-size: 12px;
  text-align: left;
}

ul.reg {
  list-style: square;
}

table.slideshow   { 
  width: 100%;
  float: left;
 }

td.slideshow1 {
  width: 410px;
  vertical-align: top;
  text-align: center;
}

td.slideshow {
  width: auto;
  vertical-align: top;
  text-align: left;
}




/*---------------------------------------
Photo Gallery 
----------------------------------------*/


div.thumb {
margin: 3px;
border: 1px solid #D4F3F6;
height: auto;
float: left;
text-align: center;
} 

.thumb img {
display: inline;
margin: 5px;
border: 1px solid white;
}

.thumb a:hover img {
  border: 1px solid #1A8794;
}

.thumbtitle {
text-align: center;
font-weight: normal;
width: 160px;
margin: 0 3px 3px 3px;
} 

div.photo {
margin: 3px;
height: auto;
float: left;
text-align: center;
} 

.photo img {
margin: 5px;
border: 1px solid gray;
}

.phototitle {
text-align: left;
font-weight: bold;
font-size: 16px;
width: 480px;
margin: 0 3px 3px 3px;
}