
body {
  background: #787878;
  font-size: 10pt; 
  color: #000000; 
  font-family: helvetica, arial, sans-serif; 
  margin: 0px;
  }

#main {
  position:relative;
  top: 70px;
  margin-left: 50px;
  margin-right: 50px;
  margin-bottom: 80px;
  border-top: 1px solid black;
  border-bottom: 1px solid black;
  }

#pageTitle {
  position:absolute;
  top: 0px;
  left: 0px;
  padding: 20px;
  text-align: left;
  line-height: 0px;
  }  
  
#sections {
  position:absolute;
  top: 10px;
  left: 50%;
  margin-left: -240px;
  text-align: center;
  line-height: 0px;
  }
  
#sections row {
  padding: 0px;
  margin: 0px;
  height: 15px;
  }

#topright {
  position:absolute;
  top: 10px;
  left: 100%;
  margin-left: -160px;
  text-align: right;
  line-height: 0px;
  }
  
a img {
  border: 0px;
  margin: 0px;
  }  
  
a:link {
  color: #333333;
  text-decoration: none;
}

a:visited {
  color: #333333;
  text-decoration: none;
}
  
a:hover {
  color: black;
}
  
#bottomBar {
  position:relative;
  width:100%;
  padding-top: 5px;
  height:30px;
  text-align: center;
  clear: both;
  }

div.bigPhoto {
  padding: 10px;
  text-align: center;
  }

div.gallery {
  width: 100%;  
  clear: both;
  }
  
div.galleryPhoto {
  height: 160px;
  width: 160px;
  line-height: 157px;
  text-align: center;
  float: left;
  margin: 3px;
  font-size: 0.3pt;
}  

div.galleryPhoto img {
  vertical-align: middle;
  }
  
div.spacer {
  clear: both;
  }
  
div.captionText {
  margin-bottom: 10px;
  text-align: center;
  }

h1, h2, h3, h4 {
  font-family: palatino linotype, times new roman, serif;
  }
