/* CSS Document */

#content {
  float: right;
  width: 600px;
  }

#content h1 {
  font-weight: normal;
  color: #000000;
  margin: 25px 25px 0px 25px;
  padding: 0 0 0 5px;
  font-size: 115%;
  background:#90B6BF;
  }

#content h2 {
  font-weight: normal;
  color: #000000;
  margin: 25px 25px 0px 25px;
  padding: 0 0 0 5px;
  font-size: 115%;
  background: #E9F7D5;
  }

#content a {
  color: #669999;
  text-decoration: underline;
  }

#content ul {
  font-family: "futura Bk", Arial, Helvetica, Verdana, sans-serif;
  font-size: small;
  margin: 0 45px 0 60px;
  list-style-type: circle;
  line-height: 140%;
  }
  
/* styling for sidebar */

#sidebar_bottom {
  float: left;
  width: 251px;
  padding: 0 0 70px 0;
  margin: 20px 0 15px 15px;
  background: url(images/sidebar_bottom.gif) no-repeat bottom left;
  }

#sidebar_bottom p {
  padding: 10px 20px 0 20px;
  margin: 40px 0 0 0;
  color: #000000;
  font-size: small;
  line-height: 200%;
  }

#sidebar_bottom a {
  color: #FFFFFF;
  text-decoration: underline;
  }
  
#sidebar_top {
  float: left;
  height: 40px;
  width: 251px;
  margin: -1px 0 0 0;
  background: url(images/sidebar_top.gif) no-repeat top left;
  }

#sidebar_top h1 {
  font-weight: normal;
  color: #000000;
  margin: 10px 20px;
  font-size: 115%;
  }

/* end styling for sidebar */

.leftimage {
  float: left;
  margin: 5px 45px 15px 25px;
  }

.maincontent {
  margin: 10px 45px 0 25px;
  line-height: 150%;
  }

.maincontent_blk {
  margin: 10px 45px 0 25px;
  line-height: 150%;
  color: #000000;
  }

.rightimage {
  float: right;
  border: none;
  margin: 15px 25px;
  }

.steps {
  font-size: small;
  line-height: 140%;
  margin: 10px 45px 0 45px;
  }

.biotitle {
  color:#669999;
  margin: 25px 0 0 25px;
  }
  