body {
  background-color: #003399;
  text-align: center;
  font-size:14px;
  font-family:Verdana, Arial, Helvetica, sans-serif;
  color: #99FFCC;
}
a {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 14px;
  color: #000000;
}
h1,h2,h3,h4,h5 {
  color: #99FFCC;
  font-family: Times New Roman, Times, serif;
}
h1 {
  font-size: 24px;
  text-align: center;
}
h2 {
  font-size: 18px;
}
h3 {
  font-size: 16px;
}
h4 {
  font-size: 14px;
}
h5 {
  font-size: 12px;
}
a:link {
  color: #33CCFF;
  text-decoration: underline;
}
a:visited {
  color: #FF6666;
  text-decoration: none;
}
a:active {
  color: #FFFF00;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
  color: #FFFF00;
}
hr {
  border-bottom: 1px solid #99FFCC;
  width: 80%;
  height: 2px;
}
ul.nav {
  list-style-type: none;
  padding-left: 0;
  margin-left: 0;
}
/* indented nav list for sub pages */
ul.navindent {
  list-style-type: none;
  padding-left: 0;
  margin-left: 10px;
}
/* indented list for sub pages */
li.indent {
  margin-left: 10px;
}
/* custom bullet */
ul.bullet {
list-style-image: url(images/moonbullet.gif);
}
/* to center photos */
blockquote.photo {
  text-align: center;
}
/* boxed quotes on right */
blockquote.quote {
  border: 2px solid #99FFCC;
  padding: 5px;
  text-align: left;
  margin: 10px;
}
div#header {
  background-color: transparent;
  width: 100%;
  height: 203px;
  padding-top: 10px;
  padding-bottom: 10px;
}
div#headerleft {
  background-color: transparent;
  float: left;
  padding: 0px 5px 0px 5px;
  width: 20%;
}
div#headercenter {
  background-color: transparent;
  margin-left: 25%;
  margin-right: 25%;
  }
div#headerright {
  background-color: transparent;
  float: right;
  padding: 0px 5px 0px 5px;
  width: 20%;
}
div#content {
  background-color: transparent;
  width: 100%;  
  text-align: left;
}
div#nav {
  background-color: transparent;
  float: left;
  padding: 0px 5px 0px 5px;
  width: 18%;
}
div#center {
  background-color: transparent;
  margin-left: 20%;
  margin-right: 25%;
  padding: 0px 5px 0px 5px;
}
div#right {
  background-color: transparent;
  float: right;
  text-align: center;
  padding: 0px 5px 0px 5px;
  width: 23%;
  }
div#footer {
  background-color: transparent;
  width: 100%;
  height: 100px;
  padding-top: 10px;
  padding-bottom: 10px;
  clear: both;
}
div#footerleft {
  background-color: transparent;
  float: left;
  text-align: right;
  padding: 0px 5px 0px 5px;
  width: 20%;
}
div#footerright {
  background-color: transparent;
  float: right;
  padding: 0px 5px 0px 5px;
  width: 20%;
}

