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

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

#menu { position: absolute;
        left: 190px;
        top: 43px;
        z-index: 1;
        font-family: times new roman;
        font-weight: bold;
        font-style: italic;
        font-size: 18px; }

#menu a { font-weight: bold;
          color: #7a8621;
          text-decoration: none; }

#menu a:hover { text-decoration: none;
                background-color: #dde598; }

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

#text { position: absolute;
        left: 204px;
        top: 79px;
        width: 395px;
        z-index: 1;
        font-family: trebuchet ms,verdana,helvetica;
        font-size: 11px;
        text-align: justify;
        color: #000000;
        line-height: 19px; }

.header { font-family: times new roman,arial,verdana,helvetica;
          font-size: 19px;
          font-weight: bold;
          font-style: italic;
          letter-spacing: 3px;
          color: #abb168;
          border-bottom: 1px #abb168 solid; }

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

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

ul { margin-top: 2px; }

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: #7a8621; }

.show_join_email_field, .show_update_old_email_field, .show_update_email_field, .show_lostpass_email_field { width: 250px; }
.show_join_url_field, .show_update_url_field { width: 350px; }