body { background-color: #edf3e0;
       background-image: url('images/StarBackground_06.gif');
       background-repeat: repeat;
       background-attachment: fixed;
       text-align: center; }

#container { position: relative;
             margin: auto;
             width: 570px;
             border-width: 1px 0px 0px 0px;
             border-style: solid;
             border-color: #a08f20;
             z-index: 1; }

#image { position: absolute;
         left: 0px;
         top: 0px;
         z-index: 1;
         width: 570px;
         height: 300px; }


#main { position: absolute;
        left: 0px;
        top: 300px;
        width: 558px;
        background-color: #ffffff;
        background-image: url('images/StarBackground_06_pale.gif');
        border-width: 0px 1px 1px 1px;
        border-style: solid;
        border-color: #a08f20;
        padding: 5px;
        font-family: trebuchet ms,verdana,arial,helvetica;
        font-size: 12px;
        text-align: justify;
        color: #4b4338;
        z-index: 2; }

li { list-style image: url('images/star.gif');  }

a { text-decoration: none;
    font-weight: bold;
    color: #3d4b38; 
    border-bottom: #3d4b38 1px dotted;}

a:hover { border-bottom: #efe9c1 1px dotted;
			 color: #efe9c1;  }

option,textarea,input { font-family: verdana, sans-serif;
                        font-size: 10px;
                        color: #a08f20;
                        font-weight: normal;
                        border-color: #a08f20;
                        border-style: solid;
                        border-width: 1px;
                        background-color: #efe9c1; }

h1 { font-family: times new roman,arial,verdana,helvetica;
          font-size: 14px;
          font-weight: bold;
          font-style: italic;
          letter-spacing: 4px;
          color: #a08f20;
          border-bottom: #a08f20 1px dotted; }
          
h2 { font-family: times new roman,arial,verdana,helvetica;
          font-size: 14px;
          font-weight: bold;
          font-style: italic;
          color: #3d4b38;}
          
.disclaimer { font-size: 12px;
              text-align: center; 
              color: #94836c;}