body {background-color: #003399;} <!--
h3 {
	font-size: 14px;
	color: #003399;
	margin-top: 3px;
	margin-bottom: 3px;
	font-family: Times New Roman, Times, serif;
}



/* Mouseover Menu Stuff */
  .menutitle{
    cursor:pointer;
    font-size: 10pt;
    color: #008ab8;
    margin-top: 3px;
    margin-bottom: 3px;
  }

  .on { 
     cursor:pointer;
     background:#003399; /*#e0e0e0;*/
     border:1px ridge silver;
     font-family:verdana,arial,helvetica;
     font-size:8pt;
     padding-left:5px;
  }

  .off { 
     cursor:pointer;
     background:#ffffff;
     border:1px solid #ffffff;
     font-family:verdana,arial,helvetica;
     font-size:8pt;
     padding-left:5px;
  }

  .over { 
     cursor:pointer;
     background:#003399;
     border:1px ridge silver;
     font-family:verdana,arial,helvetica;
     font-size:8pt;
     padding-left:5px;
  }


 a.amenu:link {
	/* color: #666666; */
	color: navy;
}
 a.amenu:visited {
	/* color: #666666; */
	color: #FFFFFF;
}
 aamenu:link {
	color: #ffffff; /* color: #ff4000; */
}
 
 a.amenu:hover {
	color: #ffffff; /* color: #ff4000; */
}

  .off a { color: navy; text-decoration: none; }
  .off a:visited { color: navy; text-decoration: none; }

  .on a { color: navy; text-decoration: none; }
  .on a:visited { color: navy; text-decoration: none; }

  .over a:visited { color: white; text-decoration: none; }
  .over a { color: white; text-decoration: none; }

  .divmenu a { color: navy; text-decoration: none; }
  .divmenu a:visited { color: navy; text-decoration: none; }
  .divmenu a:hover { color: white; text-decoration: none; }
  .divmenuover a { color: navy; text-decoration: none; }
  .divmenuover a:visited { color: white; text-decoration: none; }
  .divmenuover a:hover { color: white; text-decoration: none; }


     .threed {
        border: 1px solid;
        border-color: ButtonHighlight ButtonShadow ButtonShadow #999999;
        cursor: default;
        background:	#e0e0e0;
        color: #e0e0e0;
        height: 10px;
        font-size: 1pt;
    }

     .threedarea {
        border: 1px solid;
        border-color: ButtonHighlight ButtonShadow ButtonShadow #999999;
        cursor: default;
        background:	#e0e0e0;
        color: black;
        font-size: 8pt;
        text-align:left;
        padding:5px;
    }

    .divmenu {
        font-family: arial, helvetica;
        font-size: 9pt;
        font-weight: bold;
        color: navy;
        padding-left: 5px;
        padding-right: 5px;
        text-decoration: none;
    }

    .divmenuover {
        font-family: arial, helvetica;
        font-size: 9pt;
        font-weight: bold;
        color: white;
        padding-left: 5px;
        padding-right: 5px;
        text-decoration: none;
        background: #c38636;
    }
//-->
