body
  {
    margin: 0px;
    padding: 0px;
    color: #000000;
    background-color: #EEEEEE;
    font-family: Arial, Helvetica, sans-serif;	
    font-size: 1.0em;
    text-align: center;
  }
h1
  {
    padding: 10px 0px 0px 0px;
  }  
p
  {
    font-family: Arial, Helvetica, sans-serif;	
    color: #666666;
    font-size: 12px;
    padding: 0px 0px 5px 0px;
    margin-top: -20px;
    text-align: center;
  }
p.footer
    {
    font-family: Arial, Helvetica, sans-serif;	
    font-size: 16px;
    color: #FFFF00;
    background-color: #000000;
    padding: 5px 0px 0px 0px;
    margin-top: 10px;
    text-align: center;
  }  
p.photo
  {
    font-family: Arial, Helvetica, sans-serif;	
    font-size: 11px;
    padding: 10px 25px 0px 45px;
    color: #333333;
    text-align: left;
  }   
#main
{
  position: relative;
  text-align: center;
  width: 950px;
  margin-top: 5px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
  padding: 150px 0px 0px 0px;
  color: #000000;
  background-color: #FFFFFF;  
  background-image: url(/imgs/Site_Header_2010.jpg);
  background-repeat: no-repeat;
  background-position: center top;
  border: 2px solid #000000;
} 
#menu
  {
    position: absolute;
    text-align: left;
    width : 600px;
    height: 30px;
    top: 112px;
    right: 5px;
    padding-left: 5px;
    padding-top: 5px;
    background-color: #FFFFFF;
    border: 0px dashed #00ff00;
  }
#menu ul 
  {
    list-style: none;
    margin: 0;
    padding: 0;
    float: left;
  }
#menu li
  { 
    position: relative;
    display: inline;
  }
#menu a:link, #menu a:visited
  {
    padding: 1px 7px 1px 7px;
    font-size: 14px;
    font-weight: bold;
    color: #000000;
    background-color: #FFFFFF;
    text-decoration: none;
    border-left: 1px solid #000000;
  }      
#menu a:hover
  {
    padding: 1px 7px 1px 7px;
    font-size: 14px;
    font-weight: bold;
    color: #000000;
    background-color: #FFFF00;
    text-decoration: none;
    border-left: 1px solid #000000;
    border-bottom: 0px solid #000000;            
  }
#content
  {
    margin-right: 20px;
    min-height: 550px;
    height: auto !important; /*IE6 hack*/
    height: 550px;
    border: 0px solid #ff0000;
  } 
#content table
  {
    text-align: center;
    border-collapse: collapse;
    border: 0px solid #910A2B;
    background-color: #FFFFFF;
    margin-left: auto;
    margin-right: auto;
    padding: 10px 10px 10px 10px;
    width: 90%;
  }  
#content th 
  {
    text-align: left;
    font-weight: bold;
    font-size: 12px;
    color: #FFFF00;
    background-color: #999999;
    padding: 4px 0px 4px 5px;
  }   
#content td
  {
    text-align: left;
    font-weight: normal;
    font-size: 12px;
    color: #333333;
    background-color: #FFFFFF;
    padding: 5px 5px 5px 5px;
  }
#content a:link, #content a:visited
  {
    padding: 0px 0px 0px 0px;
    font-size: 12px;
    font-weight: normal;
    color: #000000;
    background-color: #FFFFFF;
    text-decoration: none;
    border-left: 0px solid #000000;
  }      
#content a:hover
  {
    padding: 0px 0px 0px 0px;
    font-size: 12px;
    font-weight: bold;
    color: #000000;
    background-color: #FFFF00;
    text-decoration: none;
    border: 0px solid #000000;           
  }  
/*  
#content tr
  {
    text-align: left;
    font-weight: normal;
    font-size: 12px;
    color: #333333;
    background-color: #FFFFFF;
    padding: 5px 5px 5px 5px;
  } 
#content tr.alt
  {
    text-align: left;
    font-weight: normal;
    font-size: 12px;
    color: #333333;
    background-color: #FFFFFF;
    padding: 5px 5px 5px 5px;
  }
 */      
#footer
  {
    clear: both;
    border: 1px #ff0000;
    background-color: #000000;
    background-image: url(/imgs/Site_Footer.jpg);
    background-repeat: no-repeat;
    background-position: center bottom;
    width: 950px;
    height: 70px;
  }
#footer a:link, #footer a:visited
  {
    padding: 1px 7px 1px 7px;
    font-size: 14px;
    font-weight: bold;
    color: #000000;
    background-color: #FFFFFF;
    text-decoration: none;
    border-left: 0px solid #000000;
  }      
#footer a:hover
  {
    padding: 1px 7px 1px 7px;
    font-size: 14px;
    font-weight: bold;
    color: #000000;
    background-color: #FFFF00;
    text-decoration: none;
    border-left: 0px solid #000000;
    border-bottom: 0px solid #000000;            
  }    
