BODY {
      background : #FFFFFF; /* white */
      font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
        color : #003366;
      font-size: medium;
      margin: 0px; /*margins are set to zero*/
      }

.header {
    margin-left: 0px; /* Changed to 0pt from 20pt JT 3.1.08 */
    font-size : 30px;
    font-family : Georgia, "MS Serif", "New York", serif;
    font-weight : bold;
    color : #000000; /* was 003333 JT 8.1.08 */
    background: #FFFFFF;
    }

.navigation {
    position:absolute;/*The navigation on the left side, positioned absolutely*/
    top: 105px;
      left: 3px;
    width: 135px;
    height: auto;
    font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
    line-height : normal;/*line-height set to normal for NN 4.xx*/
    }

.topmenu {
    position:absolute;/*The top menu bar, positioned absolutely*/
    top: 0px;
    left: 0px;
    margin-top: 10px; 
    margin-left: 30px; /* Now set to 30px without menu - JT 3.1.08 */
    margin-right: 10px;
    height: 50px; 
    font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
    text-align: left;
    }


.content {/*this is the main content area*/
    position:absolute;
    left:0px;
    top:100px;
    background: #FFFFFF;/*declare a color together with a contrasting background color*/
    color: #003366;/*to insure readability*/
    margin-left: 30px;  /* Now set to 30px without menu - JT 3.1.08 */
    margin-right: 10px; /* breathing space for the text  */
    max-width: 600px;   /* specify maximum width of page */
    min-width: 500px;   /* specify minumum width of page */
    padding: 5px;/*space to separate navigation and content*/
    font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
    border: 0.1px solid #FEFEFE;/*to insure that NN4.xx renders the background-color of the content area*/
    }

.contentright {/*this is the main content area when a left frame is used*/
    position:absolute;
    left:150px;
    top:100px;
    background: #FFFFFF;/*declare a color together with a contrasting background color*/
    color: #003366;/*to insure readability*/
    margin-left: 10px;/*to position the content area to the right of the navigation*/
    margin-right: 20px;/*breathing space for the text*/
    padding: 5px;/*space to separate navigation and content*/
    font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
    border: 0.1px solid #FEFEFE;/*to insure that NN4.xx renders the background-color of the content area*/
    }


.box {/*this is a box where the bottom-navigation and the copyright can be placed*/
    background: #FFFFFF;
      color : #000099;
      font-family : Arial, Tahoma, Verdana, Helvetica, sans-serif;
    font-size: 12px;
    padding : 2px;
    margin: 2px;
    border-color : #48D1CC;
      border-style : groove;
      border-width : 2px;
}

.navbox {/*some button-like boxes for the top-side navigation*/
    font-size: 15px;
    font-family: Arial, Tahoma, Verdana, Helvetica, sans-serif;
    background-color: #000080;   /* was 003333 - JT 3.1.08 */
    color: #FFFFFF;
    width: 100px;
      border-color: #669999;
      border-style: outset;
      border-width: 3px;
    padding: 2px;
   margin: 0.1px;
   text-align: center;
}

div, p, ol, ul, dl, li, dt, dd, table, td {
      font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
      font-size: 14px;
      color : #003366;
      background: #FFFFFF;}

blockquote {
      font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
      font-size: 14px;
      font-style: italic;
      font-weight: normal;
      margin-left: 10px;
      margin-right: 10px;
      color : #003366;
      background: #FFFFFF;
      }

P OL, P UL, P DL, OL UL {font-size: 14px;}/*and here the I prevent the incredible shrinking text*/
H1, H2, H3, H4, H5, H6 {font-family : Georgia, "MS Serif", "New York", serif;
      color : #000000; /* was 003333 */
      background: #FFFFFF;}

A:link {color: #006699; font-weight: bold; text-decoration : none; background: transparent;}/*normal links in the text*/
A:visited {color: #003333; font-weight: bold; text-decoration : none; background: transparent;}
A:hover { color: #003333; font-weight: bold; text-decoration : none; background-color: #ccdddd;}

/*now follow the section links in the navigation bar at the top */
/*background colors updated to match new box colors - JT 3.1.08 */
A.nav:link {color: #ffffff; text-decoration : none; font-weight: 600; font-size:14px; background-color: #000080;}
A.nav:visited {color: #dddddd; text-decoration : none;font-weight: 600; font-size:14px; background-color: #000080;}
A.nav:hover { color: #ccffff; text-decoration : none; font-weight: 600; font-size:14px; background-color: #003366;}

span.nav {
    font-family: Arial, Tahoma, Verdana, Helvetica, sans-serif;
    background-color: #ffffff;
    color: #336666;
      font-size:14px;
      }

/*these are the sub-section links in the navigation bar on the left side*/
A.nav2:link {color: #006699; text-decoration : none; font-weight: 600; font-size:14px; background-color: #ffffff;}
A.nav2:visited {color: #003366; text-decoration : none;font-weight: 600; font-size:14px; background-color: #ffffff;}
A.nav2:hover { color: #003333; text-decoration : none; font-weight: 600; font-size:14px; background-color: #ccdddd;}

strong, b {font-weight: 800;}/*NN 4.xx needs that...*/
big {font-size: larger;}/*to emphasize words, use it inline with a <span> class*/
small {font-size: smaller;}/*not really necessary, but one never knows...use it inline with a <span> class*/

a img {color: #003366}

.mushlog {
      font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
      font-size: 14px;
      color : #003366;
      margin: 10px;
        }
