

.clear {
  clear: both;
}

a img {
  border-width: 0px;
}


hr {
  border-width: 1px 0px 0px 0px;
  border-color: black;
  border-style: solid;
  height: 1px;
}

#networkBar {
  position: absolute;
  top: 0px;
  width: 100%;
  z-index: 1;
  text-align: center;
}

#networkBarPopup {
  width: 995px;
  margin-left: auto;
  margin-right: auto;
  vertical-align: top;
  background-color: #0C3E74;
  text-align: center;
}

#networkBarBanners {
  width: 982px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 13px;

}
#networkBarBanners img {
  margin:0;
  cursor:pointer;
}

#networkBarBanners a {
  display: block;
  float: left;
  width: 231px;
  height: 58px;
  margin:0;
  margin-right:12px;
  outline: none;/* get rid of dotted borders */
}
#networkBarBanners a.first_popup_banner {
  margin-left:7px;
}
#networkBarBanners>a.first_popup_banner {
  margin-left:11px;
}
#networkBarBanners a.last_popup_banner {
  margin-right:8px;
}
#networkBarBanners>a.last_popup_banner {
  margin-right:10px;
}
#networkBarControls {
  width: 995px;
  height: 17px;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
  background-color: #0C3E74;
}

#networkBarButton {
  display: block;
  position: absolute;
  float: left;
  margin-left: 15px;
}

#networkBarButton img {
  float: left;
}

#page {
  width: 995px;
  border-collapse: collapse;
  margin-left: auto;
  margin-right: auto;
}

