#pagename {
  position: absolute;
  clear: both;
  left:15px;
  top: 150px;
  height: 45px;
  width: 960px;
  padding: 2px 0px 0px 0px;
  margin: 8px 0px 0px 0px;
  border-bottom: 1px dotted #155F83;
}


#newsthumbs {
  position: relative;
  float: left;
  clear: left;
  left: 20px;
  top: 120px;    /* adjust to match gallery spacing between horizontal dotted line and divs below it? */
  width: 345px;

  padding: 0px 0px 140px 0px;
  text-align: left; /* Counteract to IE5/Win Hack */
 }

.newswr {
	width: 345px;
	height: 500px;
}

.newsbox {

   	w\idth: 325px;
      height: 500px;
      /* background-color: green;  */
}

.newsxa {
   overflow-x: hidden;
   overflow-y: auto;
 }


#recentevents {
  position: relative;
  float: left;
  left: 20px;
  top: 120px;
  width: 524px;
  padding: 29px 14px 0px 28px;
  text-align: left; /* Counteract to IE5/Win Hack */
  border-left: 1px dotted #155F83;


}

.textwr {
	width: 515px;
	height: 295px;
    }

.textbox {

   	w\idth: 515px;
      height: 295px;
}

.textxa {
     overflow-x: hidden;
     overflow-y: auto;
}

#presskit {
  position: relative;
  float: left;
  top: 133px;
  left: 20px;
  height: 273px;
  width: 524px;
  padding: 30px 14px 0px 28px;
  text-align: left; /* Counteract to IE5/Win Hack */
  border-left: 1px dotted #155F83;


}



img.newsthumbs {border-style: none; margin-bottom: 30px; margin-left: 15px;
}

/* changed a.newsthumbs to img.newsthumbs because it is the image itself that takes on these attributes, not the hyperlink. */

/* a.newsthumbs {}   The newsthumbs hyperlink have the class attribute so if we want to give them attributes later, we can do so. */

a.thumbs img:hover {
   border: none;
   text-decoration: none;
}

a.thumbs img:active {
   border:none;
   text-decoration: none;
}






