div#mastHead{ position: absolute;
           top: 0px;
           left: 0px;
           width: 1002px;
           height: 115px;
           z-index: 1;
           background-color: #CCCCFF;
           border: 5px ridge #CCCCFF;
           }


div#leftbox {position: absolute; left: 0px; width: 165px; background: #7575c4; margin-top: 115px;
 padding: 10px; height: 790px; border: 5px ridge #CCCCFF;  }
div#centerbox {position: absolute; left: 195px; width: 560px; background: #ccccff; margin-top: 115px;
 padding: 20px;  height: 770px; border: 5px ridge #CCCCFF; }
div#rightbox {position: absolute; left: 804px; width: 158px; background: #7575c4; margin-top: 115px;
 padding: 20px;  height: 770px; border: 5px ridge #CCCCFF;  }

div#foot{ position: absolute;
           left: 0px;
           width: 995px;
           height: 20px;
           background-color: #CCCCFF;
           border: 5px ridge #CCCBBF;
           padding: 4px;
           text-align: right;
           }

#navcontainer { margin-left: 2px; margin-top: 5px; height: 400px;}

#navcontainer ul
{
margin: 6px;
padding: 0;
list-style-type: none;
font-family: verdana, arial, Helvetica, sans-serif;
}

#navcontainer li { margin: 0; }

#navcontainer a
{
display: block;
padding: 10px;
width: 120px;
color: #000;
background-color: #8d8deb;
text-decoration: none;
border-top: 3px solid #fff;
border-left: 3px solid #fff;
border-bottom: 3px solid #333;
border-right: 3px solid #333;
font-weight: bold;
font-size: 1em;
background-repeat: no-repeat;
background-position: 0 0;
}

#navcontainer a:hover
{
color: #000;
background-color: #889E88;
text-decoration: none;
border-top: 1px solid #333;
border-left: 1px solid #333;
border-bottom: 1px solid #fff;
border-right: 1px solid #fff;
background-repeat: no-repeat;
background-position: 0 0;
}
