/* CSS Document */
body{
      margin: 0;
      padding: 0;
      text-align: center;
      font-family: arial, helvetica, san-serif;
      font-size: 12px;
    }
    table{
    font-size: 12px;

    }
    a, a:visited{
      color: #000;
      text-decoration: underline;
    }
    a:hover{
      color: #000;
      text-decoration: underline;
    }
    #wrapper{
      width: 1060px;
      margin: 0 auto;
      text-align: left;
      border: 1px solid #333;
    }
    #header{
      border-bottom: 1px solid #000;
    }
    #topnav{
      height: 45px;
      background: #ffe429;
    }
    #topnav ul{
      list-style: none;
      margin: 0;
      padding: 0;
      float: left;
      
    }
    #topnav ul li{
      float: left;
      height: 34px;
  /*    width: 70px;*/
      /*background: url(images/tab.gif);
      background-repeat: no-repeat;*/
      background: #FFF4AF;
      border-right: 1px solid #333;
      border-bottom: 1px solid #333;
      padding: 0 12px;
      text-align: center;
      font-size: 14px;
      font-weight: bold;
    }
    #topnav ul li:hover{
      /*background: url(images/tab_ro.gif);*/
      background: #fff;
    }
    #topnav ul li a{
      color: #000;
      text-decoration: none;
      margin-top: -5px;
      padding: 10px 0;
      display: block;
    }
    #topnav ul li a:visited{
      color: #000;
      text-decoration: none;
    }
    #topnav ul li a:hover{
      color: #000;
      text-decoration: underline;
    }
    #content{
      background: #ffe429;
      padding: 25px 20px;
    }
    #footer{
      background: #B0B4B7;
      border-top: 1px solid #000;
    }
    .signupbox{
      float: left;
      width: 279px;
      padding-bottom: 10px;
      margin: 0 10px;
      background: #fff;
      font-size: 12px;
      border: 1px solid #000;
    }
    .padded_content{
      padding: 6px;
    }
    .formitem{
      padding: 2px 5px;
    }
    .formitem input{
      width: 220px;
    }
    .sign_form_header{
      text-align: center;
      background: url(images/form_header.gif);
      background-repeat: no-repeat;
      height: 55px;
      padding-top: 10px;
      font-size: 20px;
      font-weight: bold;
      color: #fde52b;
    }
    .contentbox{
      float: left;
      width: 955px;
      padding-left: 15px;
    }
    .contentbox p{
      padding-left: 15px;
    }
    .clearfloat{
      clear: both;
    }

    
