body {
    background-color: white;
    background-image: url(gifs/skyback.jpg);
    background-repeat: repeat-x;
    font-family: Helvetica, Arial, sans-serif;
    }

.doc {
    background-color: transparent;
    vertical-align: top;
    padding: 5px;
    }

.menu {
    background-color: #EEEEEE; 
    height: auto;
        border: 1px solid #BBBBBB;

    vertical-align: top;
    }

.mmenu {
    list-style-type: none;
    padding-left: 0;
    margin-left: 0;
    font-weight: bold;
    }

.submenu {
    list-style-type: none;
    font-weight: normal;
    font-size: 1em;
    padding-top: 0em;
    padding-bottom: 0em;
    }

.story {
    background-color: #EEEEEE; 
    border-spacing: 0px;
    }

.story TD {
    vertical-align: top;
    background-color: #EEEEEE; 
   }

.story IMG {
    border: none;
    margin: none;
    float: left;
    margin-right: 8px;
    margin-bottom: 1em;
    }

.banner {
    background-image: url(gifs/bannerback.jpg);
    width: 100%;
    padding: none;
    }

.banner TD {
    vertical-align: top;
    font-size: 16px;
    font-weight: bold;
    background: none;
    margin: none;
    padding: none;
    text-align: center;
    }

.first {
    border-top: 1px solid black;
    border-bottom: 1px solid black;
    padding-left: 5px;
    padding-right: 5px;
    }

H1 {
    text-align: left;
    font-size: 18pt;
    color: black;
    }

H2 {
    font-size: 12pt;
    font-weight: bold;
    color: white;
    clear: left;
    background-image: url(gifs/hcback.jpg);
    margin-top: 1em;
    margin-bottom: 0;
    }

.menu H2 {
margin-top: 0em;
}

P, UL, DL {
    font-size: 80%;
    line-height:1.4;
    color: black;
    background-color: #EEEEEE;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0.3em;
    padding-bottom: 0.3em;
    }

PRE {
    background-color: #EEEEEE;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0.5em;
    }

A {
    text-decoration: none;
    }

.picture 
    {
    text-align: center;
    margin-left: 0;
    margin-right: 0;
    text-indent: 0;
    }

.exppicture:hover {width: 33%; height: auto}

.subtext {text-align: center; font-size: 70%; text-indent: 0;}

:link {color: #303070;}
:visited {color: #4040A0;}
:hover {color: #2222FF;}


@media print {
.menu {display: none;}
.credits {display: none;}
}

.credits {
    font-size: 0.7em;
    background-color: white;
    text-align: center;
}

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.gallerycontainer{
position: relative;
/*Add a height attribute and set to largest image's height to prevent overlaying*/
}

.thumbnail img{
border: 1px solid white;
margin: 0 5px 5px 0;
}

.thumbnail:hover{
background-color: transparent;
}

.thumbnail:hover img{

}

.thumbnail span{ /*CSS for enlarged image (moved off left of screen when not hovered) */
position: absolute;
background-color: lightyellow;
padding: 5px;
width: 300px;
left: -1000px;
border: 1px dashed gray;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image (needs to be visible or IE won't show it in hover)*/
border: none;
padding: 0px;
visibility: visible;
display: block;
}

.thumbnail:hover span{ /*CSS for enlarged image*/
visibility: visible;
top: 150px; /*position where enlarged image should offset vertically */
left: 300px; /*position where enlarged image should offset horizontally */
z-index: 50;
}

.thumbnail:hover span H2{
margin-top: 0px;
background-color: yellow;
}

