@charset "utf-8";
/* CSS Document */
/*Style Sheet for Tony DeAugustine's 1st Site by H² 10/17/09 */
/*Site Structure*/
body {
  /*width:903px;*/
  /*margin:0px auto;*/
  /*padding:0px;*/
  text-align:center;
  font-family:BroadbandICG, Arial, "Courier New", sans-serif;
  }
/*Used to contain the page elements*/
#wrapH2 {
  width:903px;
  margin:0px auto;
  padding:0px;
  }
#headerH2 {
  width:903px;
  height:111px;
  }
/*Used to contain the main content divs*/
#mainHolder {
  width:900px;
  height:495px;
  }
#leftMain {
  float:left;
  width:636px;
  height:490px;
  border:1px solid #000000;
  overflow:auto;
  }
#rightSide {
  float:left;
  width:262px;
  height:490px;
  }
/*Navigation Structure to contain the spry*/
#navH2 {
  width:903px;
  height:40px;
  }
#navH2 ul {
  line-height:35px;
  white-space:nowrap;
  }
#navH2 li {
  list-style-type:none;
  display:inline;
  padding-right:15px;
  }
#navH2 li a {
  color:#000000;
  text-decoration:none;
  }
#navH2 li a:hover {
  color:#999999;
  font-style:italic;
  }
#navH2 li a:visited {
  color:#000000;
  text-decoration:none;
  }
/* Footer controls */
#footerH2 {
  }
/*End Site Structure*/
/*Content Controls*/
#navH2 {
  text-transform:uppercase;
  }
.clear {
  clear:both;
  }
.imgSide {
  padding-bottom:19px;
  }
img {
  border:none;
  }
h1 {
  font-size:large;
  font-style:normal;
  font-weight:normal;
  }
h2 {
  font-size:large;
  font-style:normal;
  font-weight:normal;
  }
.galleryTitle {
  padding:5px;
  }
.galleryTitle p {
  text-align:left;
  font-size:12px;
  padding:0px;
  margin:0px;
  }
.gallery {
  text-align:justify;
  padding:0px 5px;
  }
.gallery img {
  vertical-align:middle;
  margin:5px 3px;
  }
.latestNews p{
  text-align:justify;
  padding:5px;
  }
.newsImgLeft {
  float:left;
  padding:5px;
  }
.newsImgRight {
  float:right;
  padding:5px;
  }
