table {
  color: #000;
}

div.subMenu {
  background-color: #333;
}

table.content {
  width: 950px;
  background-color: #fff;
}

table.content > tbody > tr > td {
  width: 50%;
  vertical-align: top;
}

td.copy {
  padding: 2em;
}

div.copyTitle {
  font-size: 13pt;
}

td.inverted {
  background-color: #659941;
  color: #fff;
}

div.footer {
  height: 54px;
  background-image: url("images/footer.png");
  background-color: #333;
  color: #fff;
  text-align: right;
  vertical-align: bottom;
  padding-right: 10%;
  line-height: 21px;
}

div.footer a {
  display: inline-block;
  padding: 0 1em 0 1em;
  margin-top: 33px;
}

table.wizard {
  margin: auto;
}
