/* Stylesheet for screen display (default media) */

#content a:link, #footer a:link    { color: #000000; }
#content a:visited, #footer a:visited { color: #000000; }
#content a:active, #footer a:active { color: #000000; }
#content a:hover, #footer a:hover  { color: #000000; text-decoration: none; background: #DFFFDF;}

.subtitle { font-weight: bold; }
.title { font-weight: bold; }

H1#mainpage
{
text-decoration: underline !important;
font-size: 195% !important;
}

BODY    {
        color: #003300;
        background: #DFFFDF;
        font-family: "Verdana","Geneva","Arial","Helvetica",sans-serif;
        /* font-family: "Georgia","New York","Times New Roman","Times",serif; */
        /* font-family: "Courier New","Courier",monospace; */
        text-align: center;
        }
H1      {
        font-family: sans-serif;
        font-size: 200%;
        text-align: center;
        }
H2      {
        font-family: sans-serif;
        font-size: 150%;
        }
H3      {
        font-family: sans-serif;
        font-size: 125%;
        }
P,UL,TABLE
        {
        font-size: 80%;
        text-align: left;
        }
TD      {
        padding-bottom: 2ex;
        }
A:link    { color: #0000CC; }
A:visited { color: #660099; }
A:active  { color: #00CC00; text-decoration: underline overline; background-color: #CCFFCC; }
A:hover   { color: #00CC00; text-decoration: underline overline; background-color: #CCFFCC; }
.main   {
        width: 80%;
        margin-left: auto;
        margin-right: auto;
        padding-left: auto;
        padding-right: auto;
        }
.fntbig   { font-size: 125%; }
.fnthuge  { font-size: 150%; }
.fntblare { font-size: 200%; color: #CC0000;}
.copr   {
        color: #666666;
        font-family: "Tahoma","Verdana","Geneva","Arial","Helvetica",sans-serif;
        font-size: 75%;
        text-align: center;
        }
.imgfroat {
          float: right;
          border: 1px solid #666;
          padding: 2px;
          margin-right: 20px;
          margin-left: 5px;
          margin-bottom: 5px;
          }
.imgnorm  {
          border: 1px solid #666;
          padding: 2px;
          margin-top: 20px;
          margin-bottom: 20px;
          }

/*--- Used by navbar ---*/
#content {
  float: right;
  width: 64%;
  margin: 0px 0px 0px 20px;
}

#footer {
  clear: both;
}

#navframe {
  float: left;
  width: 12em;
  height: 68ex;
  padding-top: 0ex;
}

