body {
    background-image: url(graphics/pgbg-t.png);
    background-color: #FFffff;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: 0 190px;
    font-family: Georgia, Bitstream Vera Serif, Serif;
    font-size: medium;
    color: black;
    margin: 0px;
    padding: 0px;
}
.header {
    margin: 15px;
}
.title {
    font-size: 42pt;
    font-family: Arial, Bitstream Vera Sans, sans-serif;
    font-weight: bold;
    padding-bottom: 0;
    margin-bottom: 0;
    margin-top: 0;
}
.sub {
    font-size: 16pt;
    font-family: Arial, Bitstream Vera Sans, sans-serif;
    font-weight: bold;
    padding-top: 0;
    margin-top: 0;
}
/*   Top Navigation Styles   */
td.nav {
    color: white;
    font-family: Arial, Bitstream Vera Sans, sans-serif;
    font-weight: bold;
    border-right: 2px solid white;
    background-image: url(graphics/navbar.png);
}
a.nav {
    font-family: Arial, Bitstream Vera Sans, sans-serif;
    color: white;
    text-decoration: none;
}
a.nav:hover {
    color: red;
    text-decoration: underline;
}
#dropmenudiv {
    font-family: Arial, Bitstream Vera Sans, sans-serif;
    position:absolute;
    border:1px solid black;
    border-bottom-width: 0;
    font:normal 12px Verdana;
    line-height:18px;
    z-index:100;
}

#dropmenudiv a {
    font-family: Arial, Bitstream Vera Sans, sans-serif;
    width: 100%;
    display: block;
    text-indent: 7px;
    border-bottom: 1px solid black;
    padding: 3px 0;
    text-decoration: none;
    font-weight: bold;
}

#dropmenudiv a:hover { /*hover background color*/
     background-color: yellow;
}
/*  Left column   */
.leftNav {
    position: absolute;
    left: 0;
    top: 200px;
    width: 150px;
    float: left;
    /*  border-right: 1px dotted #0000ff;  */
    font-weight: bold;
    line-height: normal;
    padding-right: 10px;
    padding-top: 25px;
}
.leftNav ul {
    margin-left: 5px;
    margin-top: 5px;
    margin-bottom: 10px;
    list-style-type: none;
    padding: 5px;
}
.leftNav li {
    margin-top: 3px;
    margin-left: 0;
    padding: 0;
    margin-bottom: 5px;
    font-size: smaller;
}
.leftNav p {
    text-align: right;
    margin-right: 7px;
    font-size: 85%;
}
.leftNav p.menuTitle {
    font-size: 100%;
    font-family: Arial, "Bitstream Vera Sans", sans-serif;
    font-weight: bold;
    color: white;
    background-color: #0000a0;
    padding: 3px;
    text-align: center;
    margin-right: 0px;
}
/*  Right Column  */
.rightCol {
    position: absolute;
    right: 0;
    top: 200px;
    float: right;
    width: 305px;
    /*  border-left: 1px dotted #0000ff;  */
    padding: 7px;
    font-size: smaller;
}
/*  FOOTER Styles  */
.footer {
    margin-top: 25px;
    border-top: 1px solid #0000ff;
    font-size: smaller;
    text-align: center;
}
.footer p {
    margin-top: 0;
    margin-bottom: 2px;
}
/*  Content Styles */
.content {
    margin-top: 25px;
    margin-left: 155px;
    margin-right: 315px;
    border-right: 1px dotted #0000ff;
    border-left: 1px dotted #0000ff;
    padding: 5px;
}
.crumbs {
    font-weight: bold;
}
h1 {
    font-size: 150%;
    font-family: Arial, Bitstream Vera Sans, sans-serif;
    font-weight: bold;
}
h2 {
    font-size: 125%;
    font-family: Arial, Bitstream Vera Sans, sans-serif;
    font-weight: bold;
}
h3 {
    font-size: 110%;
    font-family: Arial, Bitstream Vera Sans, sans-serif;
    font-weight: bold;
}
a {
    color: #0000a0;
    font-weight: bold;
    text-decoration: none;
}
a:hover {
    color: red;
    text-decoration: underline;
}
dt {
    margin-top: 8px;
    font-weight: bold;
}
.big {
    font-size: larger;
    font-weight: bold;
}
.caption {
    font-size: smaller;
    font-style: italic;
    text-align: center;
}
.disclose {
    background-color: #d8d8ff;
    opacity: 0.75;
    clear: both;
    /*  background: rgba(216, 216, 255, 0.5);  */
    padding: 7px;
    border: 1px dotted #38387c;
}
img {
    border: none;
    margin: 3px;
}
/*  Picture Boxes  */
.picBox {
    border: 1px solid black;
    margin-left: auto;
    margin-right: auto;
    width: 514px;
    text-align: center;
    font-size: smaller;
    font-style: italic;
}
.picRight {
    border: 1px solid black;
    margin: 3px;
    width: 264px;
    text-align: center;
    font-size: smaller;
    font-style: italic;
    float: right;
}
.picLeft {
    border: 1px solid black;
    margin: 3px;
    width: 264px;
    text-align: center;
    font-size: smaller;
    font-style: italic;
    float: left;
}
.siteBox {
    border: 1px solid black;
    margin: 3px;
    width: 264px;
    float: right;
}
/*  Dive SHop Styles  */
td.list {
    border-top: 1px solid grey;
}
/*  FORM styles  */
input.text {
    border: 1px solid #0000a0;
}
input.button {
    background-color: #a0a0a0;
    color: #0000a0;
    font-weight: bold;
    border: 1px solid #0000a0;
    font-size: 90%;
    font-family: Arial, Bitstream Vera Sans, sans-serif;
}
select {
    border: 1px solid #0000a0;
    font-size: 90%;
    font-family: Arial, Bitstream Vera Sans, sans-serif;
}
textarea {
    border: 1px solid #0000a0;
}
/*  Fish Gallery  */
table.gallery {
    border-collapse: collapse;
    margin-right: auto;
    margin-left: auto;
}
td.gallery {
    border: 1px solid black;
    text-align: center;
    width: 206px;
    font-style: italic;
    font-size: smaller;
    vertical-align: top;
}