<!--

/* Styles last updated 04 Jan 2011 */

/* Body styles
----------------------------------------------- */
body {
  color: yellow;
  font-weight: bold;
  font-size: 12pt;
  font-family: "Times New Roman", Times, Georgia, serif;
  background-color: black;
  }

/* Basic link styles
----------------------------------------------- */
a:link {
  color: lime;
  border: none;
  background-color: transparent;
  }
a:visited {
  color: red;
  border: none;
  background-color: transparent;
  }
a:hover {
  color: aqua;
  border: none;
  background-color: transparent;
  }

/* Photo gallery styles
----------------------------------------------- */
.thumbnote {
  width:600px;
  text-align:center;
  margin:0px auto;
}
.thumbrow {
  display:table;
  position:static;
  width:600px;
  height:100px;
  text-align:center;
  margin:0px auto;
}
.thumbbox1 {
  display:table-cell;
  vertical-align:middle;
  position:relative;
  width:120px;
  margin-top:0px;
  margin-left:0px;
}
.thumbbox2 {
  display:table-cell;
  vertical-align:middle;
  position:relative;
  width:120px;
  margin-top:-100px;
  margin-left:120px;
}
.thumbbox3 {
  display:table-cell;
  vertical-align:middle;
  position:relative;
  width:120px;
  margin-top:-100px;
  margin-left:240px;
}
.thumbbox4 {
  display:table-cell;
  vertical-align:middle;
  position:relative;
  width:120px;
  margin-top:-100px;
  margin-left:360px;
}
.thumbbox5 {
  display:table-cell;
  vertical-align:middle;
  position:relative;
  width:120px;
  margin-top:-100px;
  margin-left:480px;
}
.thumbnavrow {
  display:table;
  position:static;
  width:600px;
  height:20px
  text-align:center;
  margin:0px auto;
}
.thumbnavbox1 {
  display:table-cell;
  vertical-align:middle;
  position:relative;
  width:120px;
  text-align:center;
  margin-top:0px;
  margin-left:0px;
}
.thumbnavbox2 {
  display:table-cell;
  vertical-align:middle;
  position:relative;
  width:120px;
  text-align:center;
  margin-top:-20px;
  margin-left:120px;
}
.thumbnavbox3 {
  display:table-cell;
  vertical-align:middle;
  position:relative;
  width:120px;
  text-align:center;
  margin-top:-20px;
  margin-left:240px;
}
.thumbnavbox4 {
  display:table-cell;
  vertical-align:middle;
  position:relative;
  width:120px;
  text-align:center;
  margin-top:-20px;
  margin-left:360px;
}
.thumbnavbox5 {
  display:table-cell;
  vertical-align:middle;
  position:relative;
  width:120px;
  text-align:center;
  margin-top:-20px;
  margin-left:480px;
}
#imgnav {
  width:300px;
  text-align:center;
  margin:0px auto;
}
.imgnavrow {
  display:table;
  position:static;
  width:300px;
//  height:100px;
  text-align:center;
  margin:0px auto;
}
.imgnavbox1 {
  display:table-cell;
  vertical-align:middle;
  position:relative;
  width:75px;
  height:50px;
  margin-top:0px;
  margin-left:0px;
}
.imgnavbox2 {
  display:table-cell;
  vertical-align:middle;
  position:relative;
  width:75px;
  height:50px;
  margin-top:-50px;
  margin-left:75px;
}
.imgnavbox3 {
  display:table-cell;
  vertical-align:middle;
  position:relative;
  width:75px;
  height:50px;
  margin-top:-50px;
  margin-left:150px;
}
.imgnavbox4 {
  display:table-cell;
  vertical-align:middle;
  position:relative;
  width:75px;
  height:50px;
  margin-top:-50px;
  margin-left:225px;
}


/* Content styles
----------------------------------------------- */
#content {
  width:700px;
  margin:0px auto;
  text-align:left;
  }
#intro {
  width: 700px;
  text-align:center;
  margin:0px auto;
}
#flashme {
  width: 900px;
  text-align: center;
  margin: 0px auto;
}
.navnotes {
  width:700px;
  text-align:center;
  margin:0px auto;
}

/* Heading styles
----------------------------------------------- */
h1 { font-weight: bold; font-size: 24pt }
h2 { font-weight: bold; font-size: 21pt }
h3 { font-weight: bold; font-size: 18pt }
h4 { font-weight: bold; font-size: 15pt }
h5 { font-weight: bold; font-size: 12pt }

/* Miscellaneous styles
----------------------------------------------- */
img {border: none }
.book  { text-decoration: underline }
  font-style: italic;
  font-weight: bold;
  width:700px;
  text-align:center;
  margin:0px auto;
  }
.cutline    { text-align: left; width: 600px }
.journal  { text-align: left; width: 500px }
.location  { text-decoration: underline }
.longquote  { padding-left: 50px; padding-right: 50px }
.sciname { font-style: italic }
.strike { text-decoration: line-through }

-->