/*Colors as follows:
#006600=dark green*/
  BODY
  { font-family: arial,helvetica,sans-serif;
  color: #006600;
  background-color: #FAFAD2;
  }
  H1
  { font-size: 26pt;
  font-family: arial,helvetica,sans-serif;
  color: #006600;
  font-weight: 800;
  text-align: center;
  }
  
  H2
  { font-size: 20pt;
  font-weight: 800;
  text-align: center;
  }
  H3
  { font-size: 14pt;
  font-weight: bold;
  text-align: justify;
  }
  H4
  { font-size: 11pt;
  font-family: arial,helvetica,sans-serif;
  font-style: italic;
  font-weight: normal;
  text-align: justify;
  }
  
  H5
  { font-size: 11pt;
  font-family: arial,helvetica,sans-serif;
  font-weight: 800;
  text-align: center;
  }
  
  H6
  { font-size: 9pt;
  font-style: italic;
  color: #006600;
  font-weight: normal;
  text-align: center;
  }
  P
  { font-size: 11pt;
  font-family: arial,helvetica,sans-serif;
  color: #006600;
  font-style: normal;
  text-align: justify;
  }
  A:link
  { font-family: arial,helvetica,sans-serif;
  font-size: 11pt;
  font-weight: bold;
  color: red;
  text-decoration: underline;
  }
  A:visited
  { font-family: arial,helvetica,sans-serif;
  font-size: 11pt;
  font-weight: bold;
  color: #D72928;
  background-color: #F2B71C;
  text-decoration: none;
  }
  A:hover
{ font-family: arial,helvetica,sans-serif;
  font-size: 11pt;
  font-weight: bold;
  color: #D72928;
  text-decoration: none;
  background-color: #006600;
  }
  A:active
  { font-family: arial,helvetica,sans-serif;
  font-size: 11pt;
  font-weight: bold;
  color: red;
  text-decoration: none;
  }
  HR { 
  width: 100%;
  height: 12px;
  color: #006600;
  background-color: #006600;
  }
.boldtype {
  font-size: 11pt;
  font-family: arial,helvetica,sans-serif;
  font-weight: bold;
  color: rgb(34,66,33);
  text-align: justify;
  }
.italictype
{ font-size: 11pt;
  font-family: arial,helvetica,sans-serif;
  font-style: italic;
  font-weight: normal;
  text-align: justify;
  }
/* All the content boxes belong to the content class. */
.content {
  position: relative;
  width: auto;
  min-width: 130px;
  margin: 20px 140px 20px 100px;
  border: 6px groove #006600;
  padding: 10px;
  z-index: 3;
}
.contentpic {
  width: 680px;
  margin-left: auto;
  margin-right: auto;
  z-index: 3;
}
#navleft {
  position: absolute;
  width: 85px;
  top: 85px;
  left: 20px;
  font-size: 10pt;
  text-align: left;
  border: none;
  background-color: #FFFFE0;
  z-index: 2;
}

ul#altnav li a:link, ul#altnav li a:visited {
  text-decoration: underline;
  display: block;
  width: 75%;
  padding: 6px 6%; 
}

ul#altnav li a:hover {
  background-color: #006600F;
  color: red;
}

ul#altnav li {
  border-top: none;
}

ul#altnav {
  list-style: none;
  margin: 0;
  padding: 0;
  background-color: #FFFFE0;
}

ul#altnav ul.subaltnav {
  list-style: none;
  margin: 0;
  padding: 0;
}

ul#altnav ul.subaltnav li {
  border-top: 0 none;
  padding-left: 1.0em;
}

ul#altnav ul.subaltnav li a:hover {
  text-decoration: underline;
}

#navright {
  position: absolute;
  width: 115px;
  top: 135px;
  right: 10px;
  border: none;
  text-align: justify;
  background-color: transparent;
  padding: 8px;
  z-index: 3;
}
#galleryindex1 {
  list-style-type: none;
  width: 480px;
}
#galleryindex1 li {
  float: left;
  margin-left: 20px;
  margin-right 20px;
  margin-bottom: 10px;
  font: bold 10pt georgia, times, serif:
}
#galleryindex1 img {
  display: block;
  border: 1px solid #006600;
} 

