/*Colors as follows:
#006600=dark green*/
  BODY
  { font-family: georgia,times,serif;
  color: #006600;
  background-color: #FAFAD2;
  }

H1
  { font-size: 26pt;
  font-family: georgia,times,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: georgia,times,serif;
  font-style: italic;
  font-weight: normal;
  text-align: justify;
  }
  
  H5
  { font-size: 11pt;
  font-family: georgia,times,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: georgia,times,serif;
  color: #006600;
  font-style: normal;
  text-align: justify;
  }
  A:link
  { font-family: georgia,times,serif;
  font-size: 10pt;
  font-weight: bold;
  color: red;
  text-decoration: underline;
  }
  A:visited
  { font-family: georgia,times,serif;
  font-size: 10pt;
  font-weight: bold;
  color: red;
  background-color: #D3D3D3;
  text-decoration: none;
  }
  A:hover
  { font-family: georgia,times,serif;
  font-size: 10pt;
  font-weight: bold;
  color: red;
  text-decoration: none;
  background-color: #90EE90;
  }
  A:active
  { font-family: georgia,times,serif;
  font-size: 10pt;
  font-weight: bold;
  color: red;
  text-decoration: none;
  }
  HR { 
  width: 100%;
  height: 12px;
  color: #006600;
  background-color: #006600;
  }
.boldtype {
  font-size: 11pt;
  font-family: georgie,times,serif;
  font-weight: bold;
  color: rgb(34,66,33);
  text-align: justify;
  }
.italictype
{ font-size: 11pt;
  font-family: georgia,times,serif;
  font-style: italic;
  font-weight: normal;
  text-align: justify;
  }

#content {
  position: relative;
  min-width: 130px;
  margin-left: 170px;
  margin-right: 170px;
  padding: 2em 10em 0 12em;
  border: 6px groove #006600;
  padding: 5px;
  z-index: 2;
}

.contentpic {
  width: 680px;
  margin-left: auto;
  margin-right: auto;
  z-index: 3;
}

#left {
  position: absolute;
  width: 160px;
  top: 85px;
  left: 5px;
  font-size: 10pt;
  text-align: left;
  border: none;
  background-color: #FAFAD2;
  padding: 5px;
  z-index: 3;
}

html body > #left {
  position: fixed;
}

ul#mainnav {
  list-style: none;
  margin: 0;
  padding: 0;
  background-color: #006600;
}

ul#mainnav li a:link, ul#mainnav li a:visited {
  text-decoration: none;
  display: block;
  width: 90%;
  padding: 5px 5%;
}

ul#mainnav li a:hover {
  background-color: #90EE90;
  color: red;
  font-style: italic;
}

ul#mainnav li {
  border-top: 1px solid #C0C0C0;
} 


#right {
  position: absolute;
  top: 85px;
  right: 30px;
  width: 160px;
  font-size: 10pt;
  text-align: justify;
  padding: 5px;
  background-color: transparent;
  z-index: 3;
}

html body > #right {
  position: fixed;
  right: 10px;
}

#galleryindex1 {
  list-style-type: none;
  width: 480px;
}
#galleryindex1 li {
  float: left;
  margin-left: 20px;
  margin-right: 20px;
  margin-bottom: 10px;
  font-weight: bold; 
  font-size: 10pt;
  font-family: georgia, times, serif;
}
#galleryindex1 img {
  display: block;
  border: 1px solid #006600;
} 
