
/* Layout Stylesheet */ 


body{
 padding:0;
 margin: 0;
 font-size: 12px;
  font-family: "Lucida Grande", Verdana, Arial, SunSans-Regular, Sans-Serif;
  color:#564b47;  
  padding:0px;
   background: #EFEEDD;
  margin:0px;
 line-height: 23px;
   } 
 
#lh-col{
 position: absolute;
 top: 0px;
 left: 0px;
 width: 180px;
 border-right: 1px solid #000;
   background: #DCE3DE;
 color: #333333;
 margin: 0;
 padding: 0;
 height: 1500px;
 z-index: 1;
 }

#rh-col{
 position: absolute;
 top: 0px;
 right: 0px;
 width: 180px;
 border-left: 1px solid #000;
 background: #DCE3DE;
 color: #333333;
 margin: 0px;
 padding: 0px;
 height: 1500px;
 z-index: 1;
 }


      
#c-col{
 position: relative;
 margin: 0 181px 20px 181px;
 border-top: 0px solid #000;
 background: #EFEEDD;
 padding: 20px;
 z-index: 3;
 height: 100%;
 }


/* Presentation Stylesheet */ 

h4 {
 margin:0;
 padding: 5px 0;
 }
 
 h1 {
  padding-left: 30px;
  padding-top: 10px;
  letter-spacing: 8px
  }
 
a { 
color: #2D477C;
border-bottom:1px dotted #373856;
font-size: 12px;
background-color:transparent;
text-decoration: none; 
}
a:visited { color: #d88532; }
a:hover { color: #990000; }


