body {
     font-family: Arial, "MS San Serif";
     font-size: 12pt;
     font-weight: 500;
     color: #000000;
     background:url(../images/bg.jpg);
}

#oh-uppercorner {
	position:absolute;
	left:0px;
	top:0px;
	width:200px;
	height:174px;   
}

#oh-acrosstop {
    position:absolute;
    left:210px;
    top:50px;
    height:174px;
    width:540px;
    }
    
#oh-acrosstop h1 {
    display:block;
    width: 490px;
    font-family: Arial, "MS San Serif";
    font-size: 32pt;
    font-weight: 500;
    color: #000000;
    text-indent: 0px;
    text-align: center;
    margin: 15px;
    clear:both;
    }    
    
#menu {
   font-size: .8em;
   position:absolute;
   left:15px;
   top:200px;
   width:150px;
   font-size:8pt;
   background-image: url(../images/parchmentdarker.jpg);
   }

#menu table tr {
   background-image: url(../images/parchment.jpg);
   background-color: #136237;}
     
#menu table a.menu {
   display:block;
   width: 150px;
   padding: 5px; 
   font-family: Arial, "MS San-Serif";
   text-align: center;
   font-weight: 800;
   }
   
#menu table a.menu:link {
   font-size: 10pt;
   color: rgb(255,255,255);
   text-decoration: none; 
   background-color: #17492d;
   }
#menu table a.menu:visited {
   font-size: 10pt;
   color: rgb(255,255,255);
   text-decoration: none; 
   background-color: #17492d;
   }
#menu table a.menu:hover {
   font-size: 10pt;
   color: rgb(23,73,45);
   text-decoration: none;
   background-color: transparent;
   }
#menu table a.menu:active {
   font-size: 10pt;
   color: rgb(255,0,0);
   text-decoration: none;
   background-color: transparent;
   }    
    
#oh-body {
    position:absolute;
    left:210px;
    top:150px;
    width:540px;
    height:500px;
    padding:10px;
}

#oh-body p{
    display: block;
    width: 520px;
    margin: 10px;
    font-family: Arial, "MS San Serif";
    font-size: 10pt;
    font-weight: 500;
    color: #000000;
    text-indent: 25px;
    text-align: justify;
    }
    
#oh-body p.sig{
    display: block;
    width: 520px;
    margin: 10px;
    font-family: Arial, "MS San Serif";
    font-size: 10pt;
    font-weight: 500;
    color: #000000;
    text-indent: 400px;
    text-align: left;
    } 
    
#oh-body p.faqquestion{
    display: block;
    width: 520px;
    font-family: Arial, "MS San Serif";
    font-size: 10pt;
    font-weight: 800;
    color: #000000;
    text-indent: 0px;
    text-align: left;
    margin: 15px;
    }
    
#oh-body p.faqanswer{
    display: block;
    width: 500px;
    padding-left: 20px;
    font-family: Arial, "MS San Serif";
    font-size: 10pt;
    font-weight: 500;
    color: #000000;
    text-indent: 15px;
    text-align: left;
    }         
    
#oh-body ul {
    display:block;
    list-style-type: circle;
    }
#oh-body li {
    display:block;
    font-family: Arial, "MS San Serif";
    font-size: 10pt;
    font-weight: 500;
    color: #000000;
    padding-bottom:2px;
    text-align: justify;
    }    
