article, aside, dialog, figure, footer, header,
      hgroup, menu, nav, section { display: block; }

.sans-serif, #base {
  font-family: 'acumin-pro', sans-serif; font-weight: 400; }

.serif {
  font-family: 'minion-pro', Garamond, serif; }

.clearfix {
  clear: both; }

body, html {
  font-size: 1.1em;
  color: #333;
  line-height: 170%;
  text-rendering: optimizeLegibility;
  -moz-font-feature-settings: "liga", "kern";
  -moz-font-feature-settings: "liga=1, kern=1";
  -ms-font-feature-settings: "liga", "kern";
  -o-font-feature-settings: "liga", "kern";
  -webkit-font-feature-settings: 'kern' 1, 'onum' 1, 'liga' 1;
  font-feature-settings: 'kern' 1, 'onum' 1, 'liga' 1;
  margin: 0;
  padding: 0;
  height: 100%; }

#base ul { margin: 0; padding: 0; list-style-type: disc; list-style-position: inside; text-indent: -1em;}

#base {
  margin: 2em auto;
  width: 50em;
  background-color: white; }
  #base h2 {
    font-size: 1.1em;
    padding: 0;
    margin: 0; }
  #base p {

    padding: 0;
    margin: 0; }
    #base p a {
      color: #065D8D; }
  #base table {
    width: 100%;
    border-collapse: collapse; }
    #base table td, #base table th {
      margin: 0;
      padding: 3em 1em; }
    #base table td.toppy {
      vertical-align: top; }
    #base table td.righty {
      text-align: right; }
  #base table tr:first-child {
    border-bottom: 1px solid #c7b18b; }