/* CSS Document */

body
{
   border: 0px solid #BBDDFF;
      margin: 0 auto; /*top, right, bottom, left*/
   padding: 0;
   font: arial;
   background: white;
   color: #333;
   width: 800px;
}

#container
{
   border: 0px solid #000;
   width: 800px;
   margin-left: auto;
   margin-right: auto;
}

#topbanner
{
   background-color: #fFF;
   width: 798px;
   text-align: center;
   font-size: 28px;
   padding-top: 5px;
   padding-bottom: 5px;


}

#Main
{
   border: 1px solid #000;
   height: 496px;
}


.nl
{
   text-align: center;
   line-height: 140%;
   padding: 20px;
   font-size: 16px;
   color: #0000ff;
   }


