/* CSS Document */

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

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

#news {
  float: left;
  width: 320px;
  height: 200px;
  padding: 0 15px 0 0;
  background: url(images/news-bg.gif) no-repeat bottom left;
  }
  
/* styling for sidebar */

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

#sidebar_bottom p {
  padding: 45px 20px 75px 20px;
  color: #000000;
  font-size: small;
  line-height: 175%;
  }
  
#sidebar_top {
  float: right;
  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;
  }

#sidebar_bottom a {
  color: #FFFFFF;
  text-decoration: underline;
  }

#sidebar_alt {
  float: right;
  width: 251px;
  margin: 20px 15px 15px 0;
  }
  
.sidebar_heading {
  font-size: 145%;
  font-family: "futura Bk", Arial, Helvetica, Verdana, sans-serif;
  font-weight: normal;
  color: #000000;
  }

/* end styling for sidebar */

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

.welcome {
  margin: 15px 35px 0 35px;
  line-height: 160%;
  }

.rightimage {
  float: right;
  }

.newstitle {
  font-size: 120%;
  color: #000;
  margin: 35px 0 0 35px;
  }

.newsitem {
  font-size: 80%;
  margin: 10px 35px 0 35px;
  line-height: 150%;
  }

.newsitem a {
  color: #669999;
  }