
#mainbox
{
    
    height:  auto;
    background: #F3F3F3;
    
}

#headerbox
{
    display:none;
     font-weight: bold;
    /*font-weight: bold;*/
    font-size: 40px;
/*    background: silver;*/
background: #669933;
    min-height: 100px;
/*    color: #FF0080;*/
color:#993300;

    
}
#addressbox
{

    
    font-size: 20px;
    font-weight: normal;
    color: black;
    
}

#menubox
{
   /*position: absolute;*/
   height:50px;
   /*width: 1000px; */
   background-color: #35001B;
   color: white;
   padding: 10px 5px 10px 5px;
   text-decoration: none;
  
}

#menubox:hover
{
   /*position: absolute;*/
   height:50px;
  /* width: 1000px; */
   background-color: #FFD5EA;
   color: black;
   padding: 10px 5px 10px 5px;
  
}





#menuboxadmin
{
   /*position: absolute;*/
   height:50px;
  /* width: auto; */
   background-color: #004F75;
   color: white;
   padding: 10px 5px 10px 5px;
   text-decoration: none;
   /*margin-left: 1px;*/
   margin-right: 1px;
   
   
  
}

#menuboxadmin:hover
{
   /*position: absolute;*/
   height:50px;
  /* width: auto; */
   background-color: #F0FAFF;
   color: black;
   padding: 10px 5px 10px 5px;
  
}




#contentbox
{
    min-height:300px;
  /* width: 800px; */
   background-color: #FFECF5;
   color: black;
   padding: 5px 5px 5px 5px;
   margin-top: -19px;
   
}

#footerbox
{
     height:auto;
  /* width: 1000px; */
/*   background-color: #35001B;*/
/*background: #669933;*/
/*background:#003333;*/
/*background:#66CCFF;*/
/*background: #CCCC99;*/
/*background:#339999;
   color: black;*/
   background:#666666;
   color:white;
   font-weight: normal;
   border-style: none;
   border-width:1px;
   border-color:#CCCC66;
   padding: 10px 5px 10px 5px;
   font-size:13px;
   margin-top:1px;
   }

#menu
{
    position: absolute;
    /*width: auto;*/
    height: 40px;
    color: red;
    /*margin-top: 5px;*/
    margin-left: 10px;
    padding-left: 5px;
    padding-right: 5px;
    border-right-style: groove;
    border-right-width: thin;
    border-right-color: white;
    
}
#menu:hover
{
    
    color: white;
    margin-top: 5px;
    margin-left: 10px;
    padding-left: 5px;
    padding-right: 5px;
    border-right-style: groove;
    border-right-width: thin;
    border-right-color:  red;
    
}
#leftbox
{
    /*position: absolute;*/
   /* width: 450px;*/
    height: 680px;
    background: #FFFF80;
    margin-left: 20px;
    margin-top: 10px;
    border: maroon;
    border-style: groove;
    border-width: thin;

    
}

#rightbox
{
    position: absolute;
   /* width: 480px;*/
    height: 680px;
    background: #C4ECFF;
    margin-left: 490px;
    margin-top: 10px;
    border: maroon;
    border-style: groove;
    border-width: thin;

    
}

#footer
{
    background: #002828;
    color: white;
    
    height: 100px;

}

