body { margin: 0px 0px;
       background-image: url(topbg.gif);
       background-repeat: repeat-x;
       background-position: top left;
       background-color: #616f46; }

#container { position: relative;
             margin: auto;
             width: 780px;
             z-index: 0; }

#left { position: absolute;
        overflow: hidden;
        width: 223px;
        height: 394px;
        left: 0px;
        top: 0px;
        z-index: 1; }

#title { position: absolute;
         overflow: hidden;
         width: 283px;
         height: 124px;
         left: 223px;
         top: 0px;
         z-index: 1; }

#menu { position: absolute;
        overflow: hidden;
        left: 240px;
        top: 130px;
        width: 540px;
        z-index: 2; }

#menu ul { list-style-type: none;
           margin: 0px;
           padding: 0px; }

#menu ul li { display: inline; }

#menu ul li a { text-decoration: none;
                font-weight: bold;
                color: #8ca332;
                font-style: italic;
                font-family: trebuchet ms,verdana,arial,helvetica;
                font-size: 16px;
                padding: 5px;
                text-transform: lowercase; }

#menu ul li a:hover { text-decoration: underline;
                      color: #616f46; }

#text { position: absolute;
        width: 448px;
        left: 228px;
        top: 165px;
        z-index: 2; 
        font-family: trebuchet ms, verdana, arial, helvetica;
        font-size: 12px;
        color: #ffffff;
        text-align: justify; }

.header { font-family: times new roman, verdana, arial, helvetica;
          font-size: 22px;
          font-weight: bold;
          font-style: italic;
          letter-spacing: 5px;
          color: #dbc02d; }

.disclaimer { font-size: 10px;
              margin: auto;
              text-align: center; }

.center { margin: auto;
          text-align: center; }

a { color: #bbc745;
    text-decoration: none;
    font-weight: bold; }

a:hover { text-decoration: underline; }

option,textarea,input { border-color: #d7aa20;
                        border-width: 1px;
                        border-style: solid;
                        font-family: trebuchet ms,verdana,arial,helvetica;
                        font-size: 12px;
                        color: #ffffff;
                        background-color: #91a06e; }

.show_join_email_field, .show_update_old_email_field, .show_update_email_field, .show_lostpass_email_field { width: 230px; }
.show_join_url_field, .show_update_url_field { width: 350px; }
