@charset "iso-8859-1";
html, body {

 font-family: Verdana, Arial, Helvetica, sans-serif;
 margin: 0;
 width: 100%;
 font-size: 90%;
 font-weight: bold;
 background: #CD5C5C;
 color:#F5F5DC;
 scrollbar-face-color: #CD5C5C;
 scrollbar-highlight-color: #F5F5DC;
 scrollbar-darkshadow-color: #000000;
 scrollbar-3dlight-color: #C0C0C0; 
 scrollbar-shadow-color: #660000;
 scrollbar-arrow-color: #F5F5DC;
 scrollbar-track-color: #CD5C5C;
 }
 
a:link {
 color: #76B0D5;
 text-decoration: none;
 }
 
a:visited {
 color: #7B878F;
 text-decoration: none;
 }
 
a:hover, a:active {
 color: #2399E5;
 }

h1,h2, h3 {
background:  #F5F5DC;
padding-left: 10px;
 color: #660000;
}
 p { font-family: inherit;
     text-align: left;
     color: #F5F5DC;
}
#masthead{
 background: url("images/logo2.gif") no-repeat;
 width: 100%;
 height: 100px;
 filter: DropShadow (Color:#663333, OffX=5, OffY=5, Positive=true);
}
#masthead p{
margin-top:10px;
margin-left: 125px;
font: italic bold 40pt/36pt Verdana;
color: #F5F5DC; 
}
 #leftcol {
  position: absolute;
  left:0px;
  top:110px;
  width:20%;
  border:1px solid #CD5C5C;
  }
 #centercol {
  position: absolute;  
  top:110px;
  width:60%;
    border:1px solid #CD5C5C;
  margin-left: 150px;
  margin-right:199px;  
  padding-left: 5px;
  padding-right: 5px;
 height: 100%;
  voice-family: "\"}\"";
  voice-family: inherit;
     margin-left: 151px;
     margin-right:201px;
  }
 html>body #centercol {
     margin-left: 151px;
     margin-right: 201px;
    
  }
 #rightcol {
  position: absolute;
  right:0px;
  top:110px;
  width:19%;
  padding-left: 1px;
  border-top: 1px solid #CD5C5C;
  border-bottom: 1px solid #CD5C5C;
  text-align: left;
  }