.advert {
  border: none;
  width: 921px;
  height: 134px;
  padding-bottom: 10px;
}

body, div, span {
  font-family: Arial,Helvetica,Verdana,sans-serif;
  font-size: 13px;
  color: #333333;
}

body {
  margin: 0px;
  padding: 0px;
  background: url(../images/background.gif);
}

a {
  font-family: Arial,Helvetica,Verdana,sans-serif;
  color: #bb0000;
  font-weight: bold;
  text-decoration: underlined;
  font-size: 13px;
}

a:visited {
  font-family: Arial,Helvetica,Verdana,sans-serif;
  color: #bb0000;
  font-weight: bold;
  text-decoration: underlined;
  font-size: 13px;
}

a:hover {
  font-family: Arial,Helvetica,Verdana,sans-serif;
  color: #777777;
  font-weight: bold;
  text-decoration: underlined;
  font-size: 13px;
}

a:active {
  font-family: Arial,Helvetica,Verdana,sans-serif;
  color: #777777;
  font-weight: bold;
  text-decoration: underlined;
  font-size: 13px;
}

#topMargin {
  margin: 0px auto;
  background: url(../images/topmargin.gif);
  height: 22px;
  width: 960px;
}

#wrapper {
  margin: 0px auto;
  width: 960px;
  background: url(../images/body-bg.gif);
}

#topHeader {
  background: url(../images/header.gif);
  height: 82px;
  width: 960px;
}

#logodiv {
  width: 400px;
  text-align: left;
  padding-top: 13px;
  padding-left: 20px;
  float: left;
}

#topnav {
  width: 400px;
  text-align: right;
  padding-top: 40px;
  padding-right: 20px;
  float: right;
}

#content {
  padding-left: 20px;
}

#homeBanner {
  width: 745px;
  height: 259px;
  padding-bottom: 5px;
  padding-left: 5px;
}

#sectionTitle {
  padding-bottom: 5px;
  width: 170px;
  height: 167px;
}

#sectionBanner {
  padding-left: 5px;
  padding-bottom: 5px;
  width: 745px;
  height: 167px;
}

#leftnav {
  background: url(../images/nav-bg.gif);
  width: 170px;
  height: 258px;
  padding-top: 1px;
}

#leftnav a {
  margin-left: 6px;
  margin-top: 3px;
  padding-top: 5px;
  padding-left: 15px;
  background: url(../images/nav-item.gif);
  width: 137px;
  height: 15px;
  display: block;
  font-family: Verdana,Arial,Helvetica,sans-serif;
  color: #ffffff;
  font-weight: bold;
  font-size: 10px;
  text-decoration: none;
  background-position: left top;
}

#leftnav a:hover {
  color: #333333;
  background-position: left bottom;
}

.home_block {
}

.home_block .home_left {
  float: left;
  width: 245px;
}

.home_block .home_mid {
  float: left;
  width: 468px;
  padding-left: 20px;
  padding-right: 20px;
}

.home_block .home_right {
  float: left;
  width: 185px;
}

.photoBlock {
  float: left;
  width: 170px;
}

.textBlock {
  float: right;
  width: 695px;
  padding-left: 20px;
 padding-right: 45px;
 padding-top: 15px;
  padding-bottom: 20px;
}

.grayBlock {
  float: right;
  background: #CCCCCC;
  width: 695px; 
  height: 10px
  padding-left: 25px;
 padding-right: 45px;
 padding-top: 30px;
  padding-bottom: 30px;
}


.bullet {
  width: 14px;
  height: 11px;
  border: 0px;
  vertical-align: bottom;
}

.img_heading {
  width: 921px;
  height: 37px;
  padding-bottom: 10px;
}

.img_photo {
  padding-bottom: 10px;
}

#footer {
  margin-top: 10px;
  border: 1px solid #717171;
  background: #CCCCCC;
  width: 908px;
  padding: 6px 6px 6px 6px;
  text-align: center;
}

#footer a {
  font-family: Verdana,Arial,Helvetica,sans-serif;
  color: #333333;
  font-weight: bold;
  text-decoration: none;
  font-size: 10px;
}

#footer a:visited {
  font-family: Verdana,Arial,Helvetica,sans-serif;
  color: #333333;
  font-weight: bold;
  text-decoration: none;
  font-size: 10px;
}

#footer a:hover {
  font-family: Verdana,Arial,Helvetica,sans-serif;
  color: #777777;
  font-weight: bold;
  text-decoration: none;
  font-size: 10px;
}

#footer a:active {
  font-family: Verdana,Arial,Helvetica,sans-serif;
  color: #777777;
  font-weight: bold;
  text-decoration: none;
  font-size: 10px;
}

#bottom {
  background: url(../images/bottom.gif);
  width: 960px;
  height: 16px;
}

#footnotes {
  margin: 0px auto;
  padding-top: 10px;
  text-align: center;
  width: 960px;
  height: 25px;
  font-size: 9px;
}


/* HEADINGS */
.heading {
  font-size: 18px;
}
.heading2 {
  font-size: 14px;
  font-weight: bold;
}

/* GENERIC */
.gray {
  color: #999999;
}

.floatleft {
  float: left;
}

.clearright {
  clear: right;
}

.clearer {
  clear: both;
  display: block;
}