/* general html tags*/
body { background-color: #ffffff; font: normal 12px Verdana, Arial, Helvetica, sans-serif; color: #000000; margin: 0px; }
img { border: 0px; }
ul { list-style-type: none; margin: 0px; padding: 6px 0px 6px 0px; }
a:link,  a:active,  a:visited { color: #0054a4; text-decoration: underline; font-weight: bold; }
a:hover { color: #0094da; text-decoration: underline; font-weight: bold; }
h1 { color: #0054a4; font-size: 20px; }
h2 { color: #0054a4; font-size: 16px; }
/* divs */
#main { float: left; width: 800px; }
#logo { background: red url("images/logo_print.jpg"); background-repeat: no-repeat;}
#content { float: left; width: 550px;  }
#footer{ clear: both; height: 18px; text-align: left; padding: 8px 0px 8px 0px; color: #0054a4; font-size: 11px; }
/* classes */

/* hidden stuff */
#header, #menu, #hidden, #search { display: none; }

