body { 
  background: #98d298; 
  text-align: center;
  color: #000;
  font-size: 11pt;
  font-family: Arial;
}

.top { 
  background-image: url('images/top.gif');
  background-repeat: no-repeat;
  height: 32px;
  width: 930px;
}

.middle { 
  background-image: url('images/middle.gif');
  background-repeat: repeat-y;
  height: auto;
  width: 930px;
}

.bottom { 
  background-image: url('images/bottom.gif');
  background-repeat: no-repeat;
  height: 32px;
  width: 930px;
}

ul#topnav {
  margin: 0;
  margin-left: 11px;
  padding-left: 0;
  list-style-type: none;
  background: #036;
  float: left;
  width: 898px;
}

ul#topnav li {
  display: inline;
}

ul#topnav a {
  display: block;
  float: left;
  padding: .2em 1em;
  text-decoration: none;
  color: #fff;
  background: #036;
  border-right: 1px solid #fff;
}

ul#topnav a:hover {
  color: #000;
  background: #98d298;
}
  
div.footer {
  clear: both;
  text-align: center;
  color: #000;
  font-size: 80%;
}

.justify {
  text-align: justify;
  padding-right: 25px;
}

.justify2 {
  text-align: left;
  padding-left: 40px;  
  padding-right: 47px;
}

img {
  border: 0;
}

p.services {
  border: 1px solid #000;
  padding: 15px;
  width: 300px;
  height: 275px;
  margin: 10px;
}

img.services {
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 50px;
}
