﻿html, body {
margin:0; 
padding:0; 
width:100%; 
height:100%; 
overflow:hidden;
}

body {
font-family:verdana, arial, sans-serif; 
font-size:76%; 
color:#000000;
}

#background{
position:absolute; 
z-index:1; 
width:100%; 
height:100%;
}

#scroller {
  position:absolute; 
  width:100%; 
  height:100%;
  top:0;
  left:0;
  overflow:auto;
  z-index:2;
} 

#Header {
  position: absolute;
  width: 800px;
  height:200px;
  left: 50%;
  top: 0;
  margin-left: -400px;
  z-index:12;
}

#fixed {
  position: absolute;
  width: 800px;
  height:50px;
  left: 50%;
  top: 0;
  margin-left: -400px;
  margin-top:130px;
  z-index:10;
  background-color:#000000;
  border:solid 1px #ffffff;
}

#content {
  position: absolute;
  width: 800px;
  left: 50%;
  top: 0;
  margin-left: -401px;
  margin-top:50px;
  z-index:10;
  background-color:#ffffff;
  border:solid 1px #ffffff;  
}

#SectionHeader{
    background:url('../../Images/SectionHeader.gif') repeat-x;
    height:53px;
    padding-left:10px;
    padding-top:12px;    
    font-family:verdana, arial, sans-serif; 
    font-style:Italic oblique; 
    font-size:200%; 
    color:#232152;    
    text-align:left;
    border:solid 1px #d3d3d3;    
}

.ContentTDHead{
    background:url('../../Images/TableHeader.gif') repeat-x;
    padding-left:10px;
    font-family:verdana, arial, sans-serif; 
    font-size:90%; 
    color:#232152;    
    text-align:left;
    border:solid 1px #d3d3d3;
}



td
{
    font-family:verdana, arial, sans-serif; 
    font-size:8pt; 
    color:#3F3F3F;    
}

img.floatLeft { 
    float: left; 
    margin-right: 10px; 
}


a:link { text-decoration:none; color:#232152; line-height:15px; }
a:visited { text-decoration:none; color:#232152; line-height:15px; }
a:hover { text-decoration:underline; color:#000000; line-height:15px; }