/***********************************************/
  /* Layout Divs                                 */
  /***********************************************/
#rightnav {
  display: block;
  float: left; /* was right */
  width: 20%; /* was 22% - 20% appear, 0% disappear */
  border-right: 1px dotted #c0c0c0;
  /* was border-left: 1px solid #cccccc; */
  margin: 0;
  background-color: #FCFCFA;
  padding: 0 0 60px 0;
  line-height: 1.3em;
  font-weight: normal;
}

#content {
  float: right; /* was left */
  width: 79%; /* was 58% - 53% headlines appear, 75% disappear */
  line-height: 1.3em;
}

#navBar {
  display: none;
  float: left;
  width: 0%;
  margin: 0px;
  padding: 0px 0px 60px 0px;
  background-color: #FFFFFF;
  border-right: 1px solid #cccccc;
}

.newslisting {
  position: relative;
}

.newslisting h3 {
  margin: 0px;
  padding: 0px;
}

.newslisting .description {
  border-bottom: 1px dotted #C0C0C0;
  position: absolute;
  width: 540px;
  margin: 0px;
  padding: 0px;
  left: 120px;
  background: #FFF;
  padding-bottom: 1em;
}

.newslisting {
  margin-bottom: 1em;
}

.newslisting p {
  margin: 0px;
}
