﻿body {
        margin: 0;
        padding: 0;
        border: 0;
        overflow: scroll;
        height: 100%; 
        max-height: 100%; 
        font-size: 100%;
        font-family: "Times New Roman",Georgia,Verdana;    
        background-color: #e3e3e3;    
        }
        
    h1 {font-size:4.5em}
    h2 {font-size:1.75em}
    h3 {font-size:1.0em}
    h4 {font-size:0.65em}
    p  {font-size:0.875em}

    
    a.blue:link {color: Black; text-decoration: "underline"}
    a.blue:visited {color: Black; text-decoration: none}
    a.blue:hover {color: #0000CD; text-decoration: none}
    a.blue:active {color: Black; text-decoration: none}

    a:link {color: Black; text-decoration: none}
    a:visited {color: Black; text-decoration: none}
    a:hover {color: Black; text-decoration: none}
    a:active {color: Black; text-decoration: none}


    #framecontentTop
    {
        position: fixed;
        top: 0px;
        left: 0px;
        width: 100%; 
        height: 200px;
        overflow: hidden;
        background-image: url("images/topcovergray.png");
        background-repeat: repeat-x;
        background-position: left;
        z-index: 1;
        }
        
    #maincontent
    {
        position: relative;
        top: 0px;
        height: 100%;
        width: 900px;
        margin-left: auto;
        margin-right: auto;
        overflow: hidden;
        background-image: url("images/centerbggray.png");
        background-repeat: repeat-y;
        z-index: 100;
        }

    .innertube{
        margin: 15px; /*Margins for inner DIV inside each DIV (to provide padding)*/
        }
        
    .header{
        margin: 15px;
        height: 15px;
        font-family: "Engravers MT", "Times New Roman";
        word-spacing: 40px;
        }   

    .commentboxcenter{
        background-color: #ececec;
        height: auto;
        word-spacing: 5px;
        font-family: "Times New Roman", Georgia, Verdana;
        padding: 10px;
        margin-left: 150px;
        margin-right: 150px;
        z-index: auto;
        }
        
    .centertext{
        padding: 10px;
        margin-left: 150px;
        margin-right: 150px;
        z-index: auto;
        }
        
    .float{ 
        float: left;
        border-style: none;
        }

    .oblique{   
        font-style: oblique;
        }
       
    .commentbox{
        background-color: #ececec;
        width: 400px;
        font-family: "Times New Roman", Georgia, Verdana;
        padding: 10px;
        margin-left: 150px;
        z-index: 0;
        }
        
    .commentfooter{
        background: url(images/arrow.gif) 20px 0 no-repeat; /*20px 0 equals horizontal and vertical position of arrow. Adjust as desired (ie: 20px -5px).*/
        padding-left: 58px;
        padding-top: 1px;
        margin-bottom: 2em;
        font-family: "Times New Roman", Georgia, Verdana;
        font-size: 90%;
        color: #4A4A4A;
        margin-left: 150px;
        }

    .commentboxright{
        background-color: #ececec;
        width: 400px;
        font-family: "Times New Roman", Georgia, Verdana;
        padding: 10px;
        margin-left: 320px;
        }
        
    .commentfooterright{
        background: url(images/arrow.gif) 160px 0 no-repeat; /*20px 0 equals horizontal and vertical position of arrow. Adjust as desired (ie: 20px -5px).*/
        padding-right: 28px;
        padding-top: 1px;
        margin-bottom: 2em;
        font-family: "Times New Roman", Georgia, Verdana;
        font-size: 90%;
        color: #4A4A4A;
        margin-left: 500px;
        }

    .thumbnail{
        position: relative;
        z-index: 0;
        margin-left: 240px;
        }

    .thumbnail:hover{
        background-color: transparent;
        z-index: 50;
        }   

    .thumbnail span{ /*CSS for enlarged image*/
        position: absolute;
        background-color: Transparent;
        padding: 5px;
        left: -1000px;
        visibility: hidden;
        color: black;
        text-decoration: none;
        font-family: "Courier New", "MS Gothic","Times New Roman", Georgia, Verdana;
        font-size: 2.5em;
        }

    .thumbnail span img{ /*CSS for enlarged image*/
        border-width: 0;
        padding: 2px;
        }

    .thumbnail:hover span{ /*CSS for enlarged image on hover*/
        visibility: visible;
        top: -125px;
        left: 220px; /*position where enlarged image should offset horizontally */
        }
        
    .thumbnail2{
        position: relative;
        z-index: 0;
        margin-left: 240px;
        }

    .thumbnail2:hover{
        background-color: transparent;
        z-index: 50;
        }   

    .thumbnail2 span{ /*CSS for enlarged image*/
        position: absolute;
        background-color: Transparent;
        padding: 5px;
        left: -1000px;
        visibility: hidden;
        color: black;
        text-decoration: none;
        font-family: "Courier New", "MS Gothic","Times New Roman", Georgia, Verdana;
        font-size: 2.5em;
        }

    .thumbnail2 span img{ /*CSS for enlarged image*/
        border-width: 0;
        padding: 2px;
        }

    .thumbnail2:hover span{ /*CSS for enlarged image on hover*/
        visibility: visible;
        top: -150px;
        left: 220px; /*position where enlarged image should offset horizontally */
        }

    * html body{ /*IE6 hack*/
        padding: 200px 0px 0 0px; /*Set value to (HeightOfTopFrameDiv WidthOfRightFrameDiv 0 WidthOfLeftFrameDiv)*/
        background-color: #e3e3e3;
        }

    *html #maincontent {
        position: relative;
        top: 0px;
        height: 100%;
        width: 900px;
        margin-left: auto;
        margin-right: auto;
        display: inline;
        overflow: hidden;
        background-image: url("images/centerbggray.png");
        background-repeat: repeat-y;
        z-index: 100;
        }

    * html #framecontentTop{ /*IE6 ack*/
        width: 100%;
        height: 200px;
        background-image: url("images/topcovergray.png");
        background-repeat: repeat-x;
        background-position: left;
        z-index: -1;
        }
