body { background-color: #0e2f68;
       margin: 0px; }

.header { font-family: times new roman,arial,verdana,helvetica;
          font-size: 19px;
          font-weight: bold;
          font-style: italic;
          letter-spacing: 3px;
          color: #103772;
          text-align: right; }
          
.disclaimer { font-size: 10px;
              text-align: center; }

.center { margin: auto;
          text-align: center; }

a { color: #f6e32e; 
    text-decoration: underline;
    font-weight: bold; }

a:hover { text-decoration: none; }

b, strong { color: #103772; }

#container { margin: auto;
             position: relative;
             width: 621px;
             text-align: center; }

#top { width: 621px;
       height: 285px; 
       z-index: 1; }

#text { font-family: trebuchet ms,verdana,arial,helvetica;
        font-size: 12px;
        color: #ffffff;
        text-align: justify;
        position: absolute;
        background-color: #6ba6ba;
        border-color: #ffffff;
        border-width: 0px 3px 3px 3px;
        border-style: solid;
        left: 189px;
        top: 158px;
        width: 413px;
        z-index: 2;
        padding: 4px; }
        
#menu { position: absolute;
        left: 40px;
        top: 299px;
        width: 120px; }
        
#menu ul { margin: 0;
           padding: 0;
           list-style-type: none;
           text-align: right; }

#menu li { border-bottom: 1px solid #ffffff; }

#menu li a { display: block;
             background-color: #0e2f68;
             width: 120px;
             border-right: 5px solid #6ba6ba;
             padding-right: 10px;
             padding-top: 2px;
             padding-bottom: 2px;
             color: #f6e32e;
             text-decoration: none;
             font-weight: bold;
             font-family: trebuchet ms,verdana,arial,helvetica;
             font-size: 12px; }
             
#menu li a:hover { border-left: 5px solid #0e2f68;
                   border-right: 5px solid #f6e32e;
                   font-style: italic; }
                   
textarea, input, option { font-family: trebuchet ms,verdana,arial,helvetica;
                          font-size: 12px;
                          color: #ffffff;
                          border-color: #f6e32e;
                          border-style: solid;
                          border-width: 1px;
                          background: #103772; }
                          
.show_join_email_field, .show_update_old_email_field, .show_update_email_field, .show_lostpass_email_field { width: 200px; }
.show_join_url_field, .show_update_url_field { width: 350px; }
