body { background-color: #edf2ef; }

a { text-decoration: none;
    color: #89ad9c;
    font-weight: bold; }

a:hover { text-decoration: underline; }
        
#menu { width: 540px;
        text-align: justify;
        font-family: trebuchet ms,verdana,arial,helvetica;
        font-size: 12px;
        z-index: 2; }

#menu ul { margin: 0px;
           padding: 0px;
           text-align: center;
           list-style-type: none; }

#menu li { display: inline; }

#menu li a { background-color: #a1d3c6;
             border: none;
             padding-left: 5px;
             padding-right: 5px;
             padding-top: 2px;
             padding-bottom: 2px;
             color: #ffffff;
             text-decoration: none;
             font-weight: bold;
             font-family: trebuchet ms,verdana,arial,helvetica;
             font-size: 12px; }

#menu li a:hover { background-color: #9abcab; }

#text { width: 515px;
        text-align: justify;
        font-family: trebuchet ms,verdana,arial,helvetica;
        font-size: 12px;
        padding: 3px;
        z-index: 1;
        color: #ffffff;
        border-style: solid;
        border-width: 10px;
        border-color: #ffffff;
        background-color: #b2e3d7; }

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

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

.center { text-align: center; }

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