/* CSS Document */

#content {
  float: right;
  width: 600px;
  padding: 20px 0 0 0;
  }
  
#content h1 {
  font-weight: normal;
  color: #000000;
  margin: 15px 60px 0px 25px;
  font-size: 115%;
  }
  
#content h2 {
  font-weight: normal;
  color: #98CB66;
  margin: 15px 25px 0px 25px;
  font-size: 175%;
  }

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

.stageimage {
  padding: 10px 20px;
  }

/* styling for sidebar */

#sidebar_bottom {
  float: left;
  width: 251px;
  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_bottom ul {
  padding: 20px 20px 0 35px;
  font-size: 80%;
  line-height: 200%;
  }
      
#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;
  padding: 5px 0;
  font-size: 107%;
  }

#sidebar_top h2 {
  font-weight: normal;
  color: #000000;
  margin: 10px 20px;
  padding: 5px 0;
  font-size: 115%;
  }

/* end styling for sidebar */

.leftimage {
  float: left;
  margin: 10px 35px;
  }

.maincontent {
  margin: 15px 45px 0 25px;
  line-height: 160%;
  }
  
.maincontent_small {
  margin: 15px 25px 0 25px;
  line-height: 130%;
  font-size: small;
  }

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