body {
  width: 960px;
  border-left-width: 10px;
  border-left-style: solid;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 68.75%;
  line-height: 1.5em;
}

html>body {
  font-size: 11px;
}

div#header {
  height: 80px;
  width: 945px;
  padding: 0 5px 5px 0;
  text-align: right;
  line-height: 1em;
}

div#header ul li {
  display: inline;
  padding: 5px 0;
}

div#header ul li:after {
  font-size: 125%;
  content: '   |   ';
  padding: 0 5px;
}

div#header ul li.last:after {
  content: '';
  padding: 0;
}

div#nav {
  margin: 0;
}

div#nav a,
div#nav span {
  text-transform: uppercase;
  text-align: center;
}

div#nav a {
  padding: 5px 0;
  line-height: 1.8181em;
}

div#nav span {
  height: 2.7272em;
}

div#nav button {
  line-height: 1em;
}

h1,
h2,
h3,
h4,
h5,
h6,
.pad {
  padding: 0 0.5em;
}

h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}

label {
  white-space: nowrap;
  text-align: left;
}

input {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
}

button {
  text-transform: capitalize;
}

.idn {
  display: none;
}

.blur {
  font-style: italic;
}

.disclosure {
  margin-bottom: 0.5em;
}

.disclosure h1,
.disclosure h2,
.disclosure h3,
.disclosure h4,
.disclosure h5,
.disclosure h6 {
  cursor: pointer;
}

.disclosure > div {
  padding-bottom: 0.5em;
}

.button_box {
  text-align: right;
}