body { background-color: #b8ae8b;
       margin: auto;
       text-align: center; }

#valign { position: absolute;
          left: 0px;
          top: 50%;
          width: 100%;
          margin-top: -200px; }

#container { position: relative;
             margin: auto;
             width: 766px; 
             height: 400px; }

#layout { position: absolute;
          left: 0px;
          top: 0px;
          width: 736px;
          height: 370px;
          border-style: solid;
          border-width: 15px;
          border-color: #60919f;
          z-index: 1; }

#text { position: absolute;
        overflow: auto;
        left: 252px;
        top: 20px;
        width: 481px;
        height: 192px;
        z-index: 2;
        padding: 5px;
        font-family: trebuchet ms,arial,verdana,helvetica;
        font-size: 12px;
        color: #000000;
        text-align: justify; }

a { text-decoration: none;
    color: #4b6a7c; 
    font-weight: bold; }

a:hover { text-decoration: underline; }

b, strong { color: #a48c68; }

#menu1 { position: absolute;
         left: 485px;
         top: 242px;
         width: 147px;
         height: 103px;
         z-index: 3;
         text-align: left; }

#menu2 { position: absolute;
         left: 611px;
         top: 252px;
         width: 107px;
         height: 100px;
         z-index: 3;
         text-align: left; }

#menu1 ul, #menu2 ul { list-style-type: none; }

#menu1 li a, #menu2 li a { background-image: url(box1.gif);
                           background-repeat: no-repeat;
                           background-position: left;
                           line-height: 22px;
                           padding-left: 15px;
                           color: #4b6a7c;
                           font-family: trebuchet ms,arial,verdana,helvetica;
                           font-size: 12px;
                           font-style: italic;
                           font-weight: bold;
                           text-align: left; }

#menu1 li a:hover, #menu2 li a:hover { background-image: url(box2.gif);
                                       background-repeat: no-repeat;
                                       background-position: left; }

.disclaimer { font-family: trebuchet ms,arial,verdana,helvetica;
              font-size: 10px;
              text-align: center; }

.header { font-size: 18px;
          letter-spacing: 7pt;
          font-weight: bold;
          font-style: italic;
          font-family: times new roman, arial, verdana, helvetica, sans-serif;
          color: #52a1b5; }

.center { text-align: center; }

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