/*
general.css
Originated 12/16/03
Revised 5/19/04
Dennis Raymond
*/

*
  {
  font-family: Verdana, Arial, sans-serif;
  }  

body
  {
  position:absolute;
  margin: 0px 0px 0px 0px;
  }

a
  {
  color:#0000FF;
  text-decoration: none;
  }

a:hover
  {
  background-color: #0000FF;
  color: #FFFFFF;
  }

.page_header
  {
  background: #0000FF;
  font-size:48;
  font-weight:900;
  color:#FFFFFF;
  text-align:center;
  }

.link_column
  {
  background:#999999;
  color:#FFFFFF;
  font-size:10pt;
  text-align:center;
  }

.link_separator_rule
  {
  width:90%;
  color:#FFFFFF;
  }

.content1
  {
  left:115px;
  top:80px;
  width:665px;
  height:400px;
  }

.content_title_h1
  {
  color:#0000FF;
  text-align:center;
  }

.content_title_h2
  {
  color:#0000FF;
  text-align:center;
  }