

/* Layout Stylesheet */ 

body{
 margin: auto;
 background: #888888;
 text-align: center;
 }
 
#center{
width: 800px;
margin: auto;
 padding-top: 20px;
}



#hdr{
 width: 800px;
 height: 300px;
 margin: 0;
 border: none;
 border-width: 0 0 0px 0;
 color: #333333;
 background: #333;
 }
 
#bodyblock {
 position: relative;
 background: #fff;
 width:800px;
 padding:0;
 height:100%;
 }
h2 {
padding: 0 0 0 0;
font-family: 'georgia', helvetica, arial, sans-serif;
text-align: left;
text-decoration: none;
border-bottom: none;
padding-left: 10px;
font-weight: 0;
font-size: 16px;

} 
 #rh-col{
 background: #fff;
 color: #333333;
 border: 0;
 width: 190px;
 float: left;
 padding: 0 5px 0 5px;
 
}

.current {
background: #ccc;
}

#lh-col{
 float: left;
 width: 580px;
 border: solid #ccc;
 border-width: 0 1px 0 0;
 background: #ffffff;
 color: #333333;
 text-align: left;
 text-indent: 10px;
 line-height: 18pt;
 font-size: 14px;
  font-family: "Lucida Grande", Verdana, Arial, SunSans-Regular, Sans-Serif;
  padding-left: 14px;
 padding-right: 5px; 
 }




 
 

/* Presentation Stylesheet */ 


ul {
font-family: 'georgia', helvetica, arial, sans-serif;
}
li {
text-align: left;

}


a { 
color: #8e0b1d;
border-bottom:0px solid #8e0b1d;
text-decoration: none; 
}
a:visited { color: #4e6017; }
a:hover { color: #4e6017; border-bottom: 1px solid #4e6017;}




h4 {
 margin:0;
 padding: 0 0 0 0;
 color: # 700815;
 }
 
h5 {
padding: 10px;
font-size: 12px;
line-height: 15pt;
font-family: 'georgia', helvetica, arial, sans-serif;
text-decoration: none;

}



p {

padding: 10px;
 line-height: 18pt;
 font-size: 14px;
  font-family: "Lucida Grande", Verdana, Arial, SunSans-Regular, Sans-Serif;
}


