body {
  background-image: url(/images/scibacking.jpg);
  margin: 0px;
  font-family: 'Arial', 'Helvetica', sans-serif;
  font-size: 12pt;
}

#header {
  position: relative;
  left: 0px;
  top: 0px;
  margin: 0px;
  padding: 0px;
  width: 100%;
  height: 136px;
  background-image: url(/images/banner.gif);
  background-repeat: no-repeat;
}

#siteNavigation {
  position: relative;
  left: 130px;
  top: 7px;
  margin: 0px;
  padding: 0px;
  width: 803px;
  height: 34px;
}

#breadCrumbs {
  position: relative;
  top: 70px;
  left: 130px;
  width: 563px;
  height: 34px;
  font-style: normal;
  font-weight: bold;
}

#contentArea {
  clear: both;
  position: relative;
  top: 0px;
  left: 0px;
  width: 97%;
  margin: 1%;
  padding: 0px;
  height: auto;
  overflow: visible;
}

#textarea, .textarea {
  background-color: #efefef;
  border: solid thin #cccccc;
  padding: 5px;
}

#sponsors .textarea {
  margin: 3% 4% 3% 5%;
  width: 85%;
}

#sponsors .textarea address {
  float: left;
  width: 25%;
  margin: 2% 2% 3% 1%;
}

#sponsors .textarea p {
  margin: 2%;
}

.images {
  clear: none;
}

.images .image {
  margin: 20px;
  margin-bottom: 80px;
}

.images .image img {
  margin: 0px;
  padding: 0px;
}

.h1 {
  font-size: 1.4em;
  font-weight: bold;
}

.h2 {
  font-size: 1.3em;
}

#siteInfo {
  clear: both;
  position: relative;
  top: 0px;
  left: 0px;
  margin: 0px;
  padding: 0px;
  padding-top: 1%;
  border-top: solid thin #efefef;
  width: 100%;
  height: 25px;
}

#closingBar {
  clear: both;
  position: relative;
  top: 0px;
  left: 0px;
  margin: 0px;
  padding: 0px;
  width: 100%;
  height: 40px;
  background-image: url(/images/closingbar.jpg);
  background-repeat: no-repeat;
  border: none;
}

.pageTitle {
  font-size: 1.1em;
}

.duallisting ul {
  float: left;
  clear: none;
  width: 40%;
  margin: 3%;
}

.note {
  font-size: 0.7em;
}

.sub1 {
  font-size: 1.1em;
}

a:link {
  background: transparent;
  color: #856f91;
  font-weight: bolder;
}

a:visited {
  background: transparent;
  color: #996229;
  font-weight: bolder;
}

a:active {
  background: transparent;
  color: #421712;
  font-weight: bolder;
}

a:hover {
  background: transparent;
  color: #621712;
  font-weight: bolder;
}

#breadCrumbs a:link {
  color: #421712;
  text-decoration: underline;
}

#breadCrumbs a:visited {
  color: #3f140f;
  text-decoration: underline;
}
