/* main.css is used by all pages on the site (at least it will be once they've all been converted from the old mess */
/* of tables. default.css contains the additional special formatting used only on the main page; default.asp */
/* The containers on this page are intended to be nested within #right that is defined in main.css */

#rightheader {
  top: 5px
  width: 550px;
  float: left;
  text-align: left;
  padding-bottom: 0px;
  background-color: #ffffff;
}

#rightleft {
  height: 300px;
  Vertical-alignment: top;
  width: 255px;
  float: left;
  top: 165px;
  left: 0px;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 5px;
  padding-right: 5px;
  text-align: left;
  background-color: #cb8450;
  border: 5px solid #ffffff;
}

#imageroll {
  width: 550px;
  height: 350px;
  float: left;
  top: 165px;
  left: 0px;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 5px;
  padding-right: 5px;
  text-align: center;
  background-color: #ffffff;
  border: 5px solid #ffffff;
}

#rightright {
  float: left;
  top: 165px;
  left: 275px;
  right: 0px;
  width: 255px;
  text-align: left;
  padding-right: 5px;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 5px;
  background-color: #9cbeed;
  border: 5px solid #ffffff;
}

#imagerollr {
  height: 350px;
  float: left;
  top: 165px;
  left: 275px;
  right: 0px;
  width: 255px;
  text-align: left;
  padding-right: 5px;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 5px;
  background-color: #ffffff;
  border: 5px solid #ffffff;
}

#rightclear {
    clear: both;
}

#rightfooter {
  width: 520px;
  top: 10px;
  float: left;
  text-align: left;
  padding-top: 10px;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
  background-color: #341d7f;
  border: 5px solid #ffffff;
}
