#mastheadWrapper {
  display: none
}
.navWrapper {
  display: none
}
#torsoWrapper {
}
#torso {
  /* width: 800px; */
  /*border: solid 1px green */
}
#sideBar {
  display: none;
}
#Content {
  width: 720px;
  /* border: solid 1px orange; */
  margin: 10px auto 10px auto;
}
.colLeft {
  float: left;
  width: 350px;
  /* border: solid 1px green;   */
  display: inline; /* IE fix */
}
.colRight {
  float: right;
  width: 350px;
  /* border: solid 1px blue;  */
  display: inline; /* IE fix */
}
div.clear {
  clear: both;
  height: 0px;
}
#footerWrapper {
  background: transparent; /* #000000 transparent */
}
#footer {
  width: 720px;
  /* height: 76px; 76px */
  background: #ffffff; /*  url(../images/footer.png) no-repeat; url(../images/footer.gif)  no-repeat 90% 50% */
  /* border: solid 1px orange; */
  margin: 0px auto 0px auto;
}
p.copy {
  color: #000000; /* #486a88 */
  background: transparent;
  text-align: center;
  font-weight: bold;
  font-size: 9pt;
  line-height: 20px;
  font-family: Arial, Helvetica, sans-serif;
  margin: 0px 0px 0px 0px;
}
p.copy span {
  letter-spacing: 5px;
}

#creditWrapper {
  display: none;
}
table.rates {
  border-collapse: collapse;
  width: 100%; /* */
  border: 1px solid #486a88; /* */
  margin: 10px auto 10px auto;
}
table.rates caption {
  font-size: 1.2em;
  font-weight: bold;
  margin: 1em 0;
}
table.rates thead {
  color: #ffffff;
  background: #486a88; /* url(../images/bar.gif) repeat-x left center */
  border-bottom: 1px solid #486a88;
}
table.rates th {
  font-weight: normal;
}
table.rates th, table.rates td  {
 text-align: center; /* */
 padding: 0.1em 1em;
 border-right: 1px solid #ccc;
}
table.rates th.last, table.rates td.last {
  border: none;
}
table.rates th.tmc {
  background-color: #ffffff;
}
table.rates td.tmc {
  color: #486a88;
  font-weight: bold;
}
table.rates tbody tr {
  border-bottom: 1px solid #ccc;
}
table.rates tr.odd {
  background-color: #e9effe;
}
table.rates tbody tr:hover {
  color: #fff;
  background-color: #8ea9c1;
}
table.rates tbody td.tmc:hover {
  color: #fff;
  background-color: #8ea9c1;
}
/* attempt to format columns
table {
  border-collapse: separate;
}
table.rates {
  border-collapse: separate;
}
table.kits {
  border-collapse: collapse;
  border: solid 1px #666666;
}
col#kitscol1 {
  text-align: center;
  border-right: 1px solid #cccccc;
}
col#kitscol2 {
  text-align: right;
  border-right: 1px solid #cccccc;
}
col#kitscol3 {
  text-align: right;
}
*/
span.up {
  display: none;
}
