body.banner {
  background-image: url(../c1images/banner-lt-pink.jpg);
  background-repeat: no-repeat;
  background-position: top left;
  padding: 10px 0px 0px 0px;
  border: 1px solid;
  border-color: #dcdffe;
}
div.confText {
  font-family: Arial Black;
  font-size: 24px;
  color: #A40046;
  text-align: center;
  line-height: 200%;
}
div.confsubText {
  font-family: Arial Black;
  font-size: 16px;
  color: #A40046;
  text-align: center;
  line-height: 200%;
}
#navbar ul {
  font-family: Verdana, Arial;
  font-size: 9pt;
  font-weight: bold;
  margin: 0;
  padding: 10px;
  list-style: none;
  line-height: 190%;
}
#navbar li {
  text-align: center;
  float: left;
  width: 124px;
}
#navbar li a {
  color: #A40046;
  font-weight: bold;
  text-decoration: none;
  background-color: transparent;
  border-bottom: 2px solid #A40046;
  border-top: 2px solid #A40046;
  display: block;
}
#navbar li a:active {
  background-color: transparent;
  color: #996666;
  font-weight: bold;
}
#navbar li a:hover {
  background-color: transparent;
  color: green;
  font-weight: bold;
}
#navbar li a:active {
  background-color: transparent;
  color: blue;
  font-weight: bold;
}
div.content {
  clear: left;
}