body {
  font: medium/150% "Verdana", "Helvetica", "Arial", sans-serif;
  margin: 8pt;
  background: #FFFFFF;
  color: #000000;
}
#container {
  width: 100%;
  height: 100%;
}
#container td {
  vertical-align: top;
}
#sidebar {
  padding: 16pt;
  border-right-width: 8pt;
  border-right-style: solid;
  border-right-color: #FFFFFF;
  background: #009933;
  color: #FFFFFF;
  text-align: right;
  height: 600px;
  width: 25%;
}
#sidebar A:link {
  background: inherit;
  color: #FFFFFF;
  text-decoration: none;
}
#sidebar A:visited {
  background: inherit;
  color: #FFFFFF;
  text-decoration: none;
}
#sidebar A:active {
  background: inherit;
  color: #FFFFFF;
  text-decoration: underline;
}
#sidebar A:hover {
  background: inherit;
  color: #FFFFFF;
  text-decoration: underline;
}
#sidebar ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
#navlist li {
  align: right;
}
#navlist > li {
  margin-bottom: 1em;
}
#navlist > li > a {
  font-weight: bold;
}
#content {
  background: #000099;
  color: #FFFFFF;
  padding: 16pt;
}
#content A:link {
  background: inherit;
  color: #FFFFFF;
}
#content A:visited {
  background: inherit;
  color: #FFFFFF;
}
#content A:active {
  background: inherit;
  color: #FFFFFF;
}
#content A:hover {
  background: inherit;
  color: #FFFFFF;
}
#container td#footer {
  background: #000099;
  color: #FFFFFF;
  padding: 16pt;
  vertical-align: bottom;
}
#footer A:link {
  background: inherit;
  color: #FFFFFF;
}
#footer A:visited {
  background: inherit;
  color: #FFFFFF;
}
#footer A:active {
  background: inherit;
  color: #FFFFFF;
}
#footer A:hover {
  background: inherit;
  color: #FFFFFF;
}
#header {
  background: #48A4FF;
  color: #FFFFFF;
  padding: 16pt;
  border-bottom-width: 8pt;
  border-bottom-style: solid;
  border-bottom-color: #FFFFFF;
}
#header h1 {
  margin: 0;
  padding: 0;
}
#accessibilityIcon {
  float: right
}
