body { background-image: url(bg.gif);
       background-position: top left;
       background-repeat: repeat-x;
       background-color: #4d94b6;
       margin: 0px; }

#container { position: relative;
             margin: auto;
             width: 690px; }

#top { position: absolute;
       left: 0px;
       top: 50px;
       width: 684px;
       height: 273px;
       z-index: 0;
       text-align: center;
       margin: auto; }

#menu { position: absolute;
        right: 0px;
        top: 323px;
        width: 690px;
        height: 40px;
        padding: 0px; }
        
#menu ul { margin: 0;
           padding: 0;
           list-style-type: none;
           text-align: center; }

#menu li { display: inline; }

#menu li a { background-color: #cbe1ea;
             color: #19649e;
             text-decoration: none;
             text-transform: uppercase;
             font-family: trebuchet ms,verdana,arial,helvetica;
             font-size: 32px;
             padding-left: 15px;
             padding-right: 15px; }
             
#menu li a:hover { background-color: #99c8d9;
                   text-decoration: none; }

#text { position: absolute;
        right: 0px;
        top: 369px;
        width: 690px;
        padding: 5px;
        font-family: trebuchet ms,verdana,arial,helvetica;
        font-size: 12px;
        text-align: justify;
        color: #ffffff; 
        padding: 4px;
        line-height: 21px; }

#text a { text-decoration: none;
          color: #cbe1ea; 
          font-weight: bold; }

#text a:hover { background-color: #19649e; }

#text b,strong { color: #d9cad0; }

.header { font-family: times new roman,arial,verdana,helvetica;
          font-size: 24px;
          font-weight: bold;
          letter-spacing: 5px;
          color: #d9cad0;
          font-style: italic;
          border-width: 0px 0px 1px 0px;
          border-style: solid;
          border-color: #ffffff; }

.smheader { font-family: times new roman,arial,verdana,helvetica;
            font-size: 18px;
            font-weight: bold;
            font-style: italic;
            letter-spacing: 5px;
            color: #d9cad0;
            border-bottom: 1px solid #ffffff; }

.disclaimer { border-width: 1px 0px 0px 0px;
              border-style: solid;
              border-color: #ffffff;
              margin: auto;
              width: 75%;
              font-size: 11px;
              text-align: center;
              line-height: 14px; }

.center { margin: auto;
          text-align: center; }
          
option,textarea,input { font-family: Arial,Verdana,Helvetica,Sans-serif;
                        font-size: 9pt;
                        color: #19649e;
                        border: 1px solid #19649e;
                        background-color: #99c8d9; }
                        
.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; }