body{
    margin: 0px;
    padding: 0px;
    background-color:  #fafaeb;
    background-image: url(bg.jpg);
    background-repeat: repeat-y;
}

.header{
       width: 100%;
       background-color: #008955;
       border: 1px solid #008955;
}

.logo{
      position: absolute;
      margin-top: 165px;
      margin-left: 15px;
}

.leftmenu{
         position: absolute;
         top: 300px;
         left: 0px;
         width: 199px;
         padding-top: 20px;
         border-bottom: 3px solid #8c8cff;
         font-weight: 700;
} 

.leftmenu a{
         display: block;
         padding: 10px 0px 10px 0px;
         border-top: 3px solid #8c8cff;
         width: 199px;
         line-height: 100%;
         text-align:center;
}
.leftmenu a:link,.leftmenu a:visited{ 
  background-image: url(gd2.jpg);
  background-repeat: repeat-y;
  color: #000000;
}

.leftmenu a:hover{
  background-image: url(gd3.jpg);
  background-repeat: repeat-y;
  color: #ff8000;
}

.main{
     margin-left: 270px;
     padding: 20px;
     width: 830px;
}

h1{
   margin: 0 0 10px 0;
   padding: 0;
}

h2{
   margin: 20 0 10px 0;
   padding: 0 0 0 5px;
   border-left: 10px solid #008955;
   color: #008955;
   font-size: 140%;
   font-weight: bold;
   line-height: 100%;
}

h3{
   clear: left;
   margin: 0 0 0.5em 0;
   padding: 0 0 0 5px;
   border-left: 10px solid #c6da87;
   color: #008955;
   font-size: 120%;
   font-weight: bold;
   line-height: 100%;
}

p{
 margin: 0 0 1em 0;
 padding: 0px;
 line-height: 135%;
 text-align: left;
}

a{
 font-weight: bold;
 text-decoration: none;
}

.photo{
      float: left;
      padding-bottom: 10px;
}

dl{
  margin: 0 0 0 420px;
  padding: 0;
}

dt{
  padding-left: 10px;
  padding-bottom: 5px;
  background-image: url(dot.jpg);
  background-repeat: no-repeat;
  font-weight: bold;
  line-height: 100%;
}

dd{
  margin-left: 2em;
  padding-bottom: 7px;
}

.co{
   position: absolute;
   top: 152px;
   left: 199px;
}

.top{
    margin-top: 0px;
    margin-left: 80px;
}

h4{
   margin: 50 0 10px 0;
   padding: 0 0 0 5px;
   border-left: 10px solid #008955;
   color: #008955;
   font-size: 140%;
   font-weight: bold;
   line-height:100%;
}

.topics{
 position: absolute;
 top: 220px;
 left: 0px;
 width: 199px;
 padding-top: 20px;
 border-bottom: 3px solid #8c8cff;
 font-family:HGS–¾’©E;
} 

.topics a{
         display: block;
         padding: 10px 0px 10px 0px;
         border-top: 3px solid #8c8cff;
         width: 199px;
         line-height: 100%;
         text-decoration: blink;
         text-align:center;
}
.topics a:link,.topics a:visited{ 
  background-image: url(gd2.jpg);
  background-repeat: repeat-y;
  color: #000000;
}

.topics a:hover{
  background-image: url(gd3.jpg);
  background-repeat: repeat-y;
  color: #ff8000;
}
