

body { background-color: #E0FFFF;
       color: #000000;
       margin: 2% 1% 1% 1%;
}



table { border-style:none;
}



.layout { border-style:none;
          width:100%;
          height:100%;
}



#header { background-color: #3b3131;
          color: #FFFFFF;
          text-align:center;
          height:90px;
}



h1 { padding-top: 8px;
}



h2 { text-align:center;
}



#navigation { background-color: #3b3131;
              color: #FFFFFF;
              font-weight:600;
              font-size:10pt;
              text-align:center;
              font-family: Arial, sans-serif;
              height:10px;
}


#main { background-color: #E0FFFF;
}



#footer { font-size:8pt;
}



img { border-style:none;
}



.endhr { text-align:left;
         width=35%;
}



a.nav:link { color: #FFFFFF;
             text-decoration:none;
}


a.nav:visited { color: #FFFFFF;
                text-decoration:none;
}


a.nav:active { color: #FFFFFF;
               text-decoration:none;
}


