body{
 background-color: #000080;
 color: #FFFFFF;
 overflow:auto;
 padding:0px;
}

div.logo{
 text-align: center;
 margin-left: 200px;
 font-size: 48px;
 color: blue
}

img.melvinjones{
 float:"left";
 margin-top:"8px";
 margin-right:"5px";
}

div.scrollboxmenu{
 border: 1px solid white;
 position: absolute;
 left: 1%;
 top: 4%;
 width: 25%;
 height:120%;
 padding:0px;
 overflow: auto;
 font-size:100%;
}

div.idscrollboxmenu{
 border: 1px solid white;
 position: absolute;
 left: 1%;
 top: 4%;
 width: 25%;
 height:95%;
 padding:0px;
 overflow: auto;
 font-size:100%;
}

div.scrollboxmain{
 border: 1px solid white;
 position: absolute;
 left: 26%;
 top: 40%;
 width: 74%;
 height: 95%;
 padding: 5px 5px 5px 5px;
 font-size: 18pt;
 margin-right:0;
 margin-left:0;
 overflow: auto;
}

 .scrollboxmain a:link{
  color: yellow
}

 .scrollboxmain a:visited{
  color: yellow
}

ul.menu{
 width:100%;
 margin-left: 0px;
 margin-top: 0px;
 margin-right: 0px;
 padding: 0px;
 text-align: center; 
 list-style-type: none;
}

li.menu{
 width:100%;
 font-size: 10px;
 background-color:#800000;
 cursor:pointer;
 }
li.menu:hover{
  width:100%;
  background-color:#FFFFFF;
  color:#000000;
  cursor:pointer;
}
li.menuspacer{
 width:231px;
 font-size: 24px;
 height: 30px;
 text-align: center;
 background-color: #000080;
}


a.menu{
 width:100%;
 height:3%;
 font-size:2.5em;
 background-color:#800000;
 color: white;
 text-decoration:none;
}

a.menu:hover{
 color: black;
 background-color: white;
}

div.email{
 text-align: center;
 height:5%;
 top: 32%;
 font-size: 12pt;
 color: white;
}

a.email{
 color: white;
}

img.logo{
  width:76%;
  height:21%;
}

div.idheading{
  text-align: center;
  font-size: 48pt;
 color: red;
}