body { background-color: #f5f6cd;
       margin: 0px; }

a { font-weight: bold;
    color: #e1ca7b;
    text-decoration: none; }
    
a:hover { text-decoration: underline; }

#layout { position: absolute;
          left: 0px;
          top: 0px;       
          z-index: 0;
          width: 755px;
          height: 318px; }

#text { position: absolute;
        left: 240px;
        top: 160px;
        width: 431px;
        z-index: 1;
        font-family: trebuchet ms,verdana,helvetica;
        font-size: 12px;
        text-align: justify;
        color: #bac37f; }

.header { font-family: times new roman,arial,verdana,helvetica;
          font-size: 19px;
          font-weight: bold;
          font-style: italic;
          letter-spacing: 3px; }

.subheader { font-family: times new roman,arial,verdana,helvetica;
             font-weight: bold;
             font-size: 17px;
             font-style: italic;
             letter-spacing: 3px; } 

.disclaimer { font-size: 10px;
              text-align: center; }

td { font-family: trebuchet ms,verdana,helvetica;
     font-size: 12px;
     text-align: justify;
     color: #bac37f; }

.tabletop { text-align: center;
            background-color: #bac37f;
            color: #ffffff; }

.center { margin: auto;
          text-align: center; }

option,textarea,input { border-color: #e7f1bf;
                        border-width: 1px;
                        border-style: solid;
                        font-family: arial,trebuchet ms,verdana,helvetica;
                        font-size: 12px;
                        color: #ffffff;
                        background-color: #bac37f; }