BODY {
 font-family: arial;
 font-size: 10pt;
 color: black;
 text-align: center;
 background-image: url(images/background.jpg);
 }

P {
 font-family: arial;
 color: black;
 font-size: 10pt;
 }

H1 {
 font-family: arial;
 font-size: 12pt;
 font-weight: bold;
 color: black;
 }


#frame {
 margin-left: auto;
 margin-right: auto;
 margin-top: 10px;
 margin-bottom: auto;
 padding: 10px;
 }


#header {
 text-align: center;
 height: 97px;
 }

#header_print {
 display: block;
}

A:link { color: #336699; text-decoration: none; font-weight: bold } 
A:visited { color: #336699; text-decoration: none; font-weight: bold  }
A:hover { color: #339966; text-decoration: underline; font-weight: bold  }

#contentleft {
 display: none;
 }

#contentcenter {
 margin-left: 1em;
 margin-right: 1em;
 text-align: left;
 }

.footer {
 text-align: center;
 font-size: xx-small;
 }