  #mastHead { border: medium none ;
    position: absolute;
    top: 10px;
    left: 165px;
    width: 80%;
    height: 200px;
    z-index: 0;
    background-color: rgb(241, 241, 241);
    color: black;
    padding-left: 5px;
    font-family: Arial,Helvetica,sans-serif;
    text-align: left;
    }

  #mastHead > hr { color: green;
    background-color: green;
    height: 3px;
    }

  #strapline { border: medium none ;
    position: absolute;
    top: 160px;
    left: 165px;
    width: 80%;
    height: 100px;
    z-index: 0;
    background-image: url(bgfill.jpg);
    background-repeat: repeat-x;
    text-align: center;
    color: black;
    padding-left: 5px;
    font-family: Arial,Helvetica,sans-serif;
    background-color: rgb(255, 255, 255);
    
    }

  #buttonbar { border: medium none ;
    top: 230px;
    width: 80%;
    height: 25px;
    z-index: 1;
    color: black;
    padding-left: 5px;
    font-family: Arial,Helvetica,sans-serif;
    background-color: rgb(255, 255, 255);
    
    left: 165px;
    text-align: left;
    vertical-align: bottom;
    position: absolute;
    }
    
  #buttonbar > a {outline: none;}

  #linkIndex { border: medium none gray;
    padding: 0px 0px 0px 30px;
    position: absolute;
    z-index: 1;
    left: 15px;
    /*top: 220px;*/
    top:10px;
    width: 120px;
    height: 100em;
    font-family: Arial,Helvetica,sans-serif;
    background-image: url(vbgfill.jpg);
    background-position: left top;
    background-repeat: repeat-y;
    background-color: rgb(255, 255, 255);
    }

  #box { border: medium none ;
    padding: 10px;
    position: relative;
    z-index: 1;
    width: 300px;
    height: 110px;
    color: black;
    background-image: url(images/box2_309.gif);
    background-repeat: no-repeat;
    font-family: Arial,Helvetica,sans-serif;
    }

  #contentsBox { border: medium none ;
    height: 85em;
    width: 80%;
    background-color: rgb(221, 221, 221);
    color: black;
    background-repeat: no-repeat;
    font-family: Arial,Helvetica,sans-serif;
    top: 260px;
    left: 165px;
    margin-left: 0px;
    position: absolute;
    padding-left: 5px;
    }

  #contentsBox > a { color: red;
    }

  #contentsBox > table { color: black;
    }

  #foot { font-family: Arial,Helvetica,sans-serif;
    color: black;
    z-index: 1;
    text-align: center;
    }


