
  BODY 
  { margin:0px;
    padding:0px; 
    border:0px; 
    background-color:#002354;
  }
  
  DIV.Logo
  { /*
  	  position:absolute;
      width:800px;
      border:1px solid black;
      top:4px;
      float:left;
      overflow:hidden;
      background-color:black;
    */
    height:78px;
    color:white;
    font-weight:bold;
    overflow:hidden;
  }

  DIV.MainMenu
  { height:42px;
    color:white;
    /* 
      top:85px;
      position:absolute;
      width:800px; 
      border:1px solid black;
      width:100%;
      float:left;
      font-weight:bold;
      text-align:left;
      vertical-align:middle;
      background-color:black;
    */
  }

  DIV.MainBody
  { width:800px;
    text-align:justify;
    background-color:white;
    /*    
      float:left;
    */
  }

  DIV.Content
  { 
    /* 
      padding-top:12px;   
      width:784px; 
      border:1px solid black;
      width:100%;
      position:absolute;
      float:left;
      border-top:8px solid black;
    */
    margin:8px;
    
    color:Black;
    text-align:justify;
  } 

  
@media only screen and (min-width: 320px) and (max-width: 479px) 
{   DIV.MainBody { width:100%; }
}

@media only screen and (min-width: 480px) and (max-width: 639px) 
{ 	DIV.MainBody { width:100%; }  	
}

@media only screen and (min-width: 640px) and (max-width: 799px) 
{ 	DIV.MainBody { width:100%; }
}

@media only screen and (min-width: 800px) and (max-width: 2000px) 
{ 	DIV.MainBody { width:800px; }
}
  


/*
  DIV.SubMenu
  { width:798px;
    position:absolute;
    height:25px;
    top:117px;
    padding-top:0px;
    padding-left:4px;
    border-top:1px solid black;
    font-weight:bold;  
    background-color:black;
    color:white;
  }
*/

