    body{
      background-color: #EEEEEE;
      font-family: arial;
      font-size: 12px;
      margin-right:0px;
      margin-left:0px;
    }
    h2{
      font-size: 13px;
      font-weight: bold;
      padding: 0px 10px 0px 0px;
    }
    .header {position: absolute;
      top: 10px;
      left: 10px;
      width: 750px;
      height: 102px;
      padding: 0px 0px 0px 0px;
      border-left:solid 1px #666666;
      border-top:solid 1px #666666;
      border-right:solid 1px #666666;
    }
    .footer{
      left: 10px;
      width: 750px;
      background-color: #660000;
      font-size: 9px;
      color: #FFFFFF;

      padding: 3px 5px 3px 5px;      
    }
    
    .footer a{
      color: #FFFFFF;
      border: 1px;
      padding: 1px 3px 1px 3px;
    }

    .footer a:hover{
      border: dashed 1px #ffffff;
      background-color: #990000;
    }
    
    .nav {position: absolute;
      top: 112px;
      left: 10px;
      width:751px;     
      height: 23px;
      border-right:solid 1px #666666;
      background-image: url(http://www.vanderklomp.com/images/nav-background.gif);
      vertical-align:bottom;
    }

    .nav table{ 
      height:23px;
      vertical-align: bottom;
    }

    .nav .leftspace{
      width: 125px;
      background-color:#CCCC88;
      border-right:solid 1px #666666;
      border-left:solid 1px #666666;
    }
    .nav .tab{
     padding-left: 20px;
     padding-right: 20px;
     padding-bottom: 3px;
     border-right: solid 1px #666666;
     border-bottom: solid 1px #666666;
     font-size: 11px;
     align:center;
     vertical-align:bottom;
    }
    .nav .tabfocus{
      vertical-align:bottom;
      background-color: #FFFFFF;
      padding-left: 20px;
      padding-right: 20px;
      padding-bottom: 3px;
      border-right: solid 1px #666666;
      border-bottom: solid 1px #FFFFFF;
      font-size: 11px;
      align:center;
      vertical-align:bottom;
    }

    .nav a{text-decoration: none;
      color:#000000;
    }
    .nav a:hover{
      text-decoration: underline;
      color:#000000;
    }

    .bodycontent {
      position: absolute;
      left: 10px;
      top: 135px;
      width: 752px;
      border-right:solid 1px #666666;
      background-color:#FFFFFF;
      min-height: 300px;
      border-bottom: solid 1px #666666;
      height: 100%;
    }
    .bodycontent .content img{ padding: 0px;}
    
    .bodycontent .content{
      padding: 10px 0px 10px 20px;
      padding-right: 10px;
      border-bottom: solid 1px #666666;
      width: 627px;
    }

    .bodycontent .leftmenu {
      width: 125px;
      background-color:#CCCC88;
      border-right:solid 1px #666666;
      border-left:solid 1px #666666;
      padding-bottom: 23px;
      height: 100%;
      vertical-align: top;
      border-bottom: solid 1px #666666;
    }

    .bodycontent .leftmenu .items{    
      padding: 20px 10px 10px 8px;
      width: 102px;
    }

    .bodycontent .leftmenu a{
      font-size: 12px;
      font-weight: bold;
      text-decoration: none;
      color:#444411;
    }
    .bodycontent  .leftmenu a:hover{
      text-decoration: underline;
    }



   .layout table{
      background-color: #ffffff;
      border: solid 1px #666666;
      width: 750px;
    }

   .layout .leftmenu td{
      border: solid 1px #666666;
      width: 125px;
      background-color:#CCCC88;
    }

