/*
#mainContentFull {
  float: left;
  width: 582px;
}


#highlightRight {
  float: left;
  width: 214px;
}

changed to the following on 4/27 to add left border to right highlights bar
*/

#mainContentFull {
  float: left;
  width: 580px;
  margin-right:1px;
}


#highlightRight {
  float: left;
  width: 213px;
  border-left: 1px solid #DEE1E4;
}

