body {
    background-color: #dadaff;
    background-image: url(graphics/pgbg-t.png);
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: 0 190px;
    font-family: Georgia, Bitstream Vera Serif, Serif;
    font-size: medium;
    color: black;
}
.content {
    width: 1000px;
    margin-left: auto;
    margin-right: auto;
    padding: 3px;
    background-color: white;
    border: 1px dotted #000080;
}
.header {
    background-image: url('graphics/header.jpg');
    height: 200px;
    margin-top: 0;
    padding-top: 0;
}
.headText {
    background-image: url(graphics/titlebg.png);
    width: 500px;
    height: 100px;
    padding-left: 10px;
    margin-top: 0;
}
.title {
    font-family: Arial; font-weight: bold; font-size: 48pt;
    text-shadow: 2px 2px #ffffff;
    margin: 0;
    padding: 0;
}
.sub {
    font-family: Arial; font-weight: bold; font-size: 16pt;
    margin: 0;
    padding-top: 0;
    padding-bottom: 10px;
}
table.nav {
    border-collapse: collapse;
    margin-top: 70px;
}
td.nav {
    border: 1px solid black;
    text-align: center;
    vertical-align: middle;
    height: 30px;
    background-image: url(graphics/navbg.png);
}
a.nav {
    font-family: Arial, sans-serif;
    font-weight: bold;
    text-decoration: none;
    color: black;
}
a.nav:hover {
    color: red;
    text-decoration: underline;
}
.DDnav {
    color: white;
}
#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;
    color: white;
}
#dropmenudiv a:hover { /*hover background color*/
     background-color: yellow;
}
.wrapper {
    /*  dummy  */
}
/*  Left column   */
.leftNav {
    width: 150px;
    float: left;
    /*  border-right: 1px dotted #0000ff;  */
    font-weight: bold;
    line-height: normal;
    padding-right: 10px;
    padding-top: 5px;
}
.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;
}
.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;
}
/*  Right Column  */
.rightCol {
    float: right;
    width: 160px;
    /*  border-left: 1px dotted #0000ff;  */
    padding: 3px;
    font-size: smaller;
}
.mainCol {
    margin-left: 160px;
    margin-right: 170px;
}
.footer {
    clear: both;
    margin-top: 25px;
    border-top: 1px solid #0000ff;
    font-size: smaller;
    text-align: center;
}
.footer p {
    margin-top: 0;
    margin-bottom: 2px;
}
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;
}
/*  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;
}