* {
  vertical-align: baseline;
  font-weight: inherit;
  font-family: inherit;
  font-style: inherit;
  text-decoration: inherit;
  font-size: 100%;
  padding: 0;
  border: 0;
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
table {
  border-collapse: collapse;
}
:focus {
  outline: 0;
}
::-moz-focus-inner {
  border: 0;
}
/* clearfix */
.clear:after {
  content: '.';
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.clear {
  display: block;
}
* html .clear {
  height: 1%;
}
a {
  color: #37e;
  text-decoration: none;
}
a:hover {
  color: #222;
}
strong {
  font-weight: bold;
  color: #85c441;
}
i {
  font-style: italic;
}
.transparent {
  zoom: 1;
  filter: alpha(opacity=50);
  opacity: 0.5;
}
.right {
  float: right;
}
.left {
  float: left;
}
.divider {
  clear: both;
  background: url('/media/images/border.png') bottom left no-repeat;
  background-size: 100%;
  min-height: 12px;
  margin-bottom: 7px;
  padding-top: 7px;
}
body {
  font-family: 'Century Gothic', 'Twentieth Century', 'Futura', 'Helvetica', 'Arial', sans-serif;
  font-size: 12pt;
  background-color: #efefef;
  background: url('/media/images/background.jpg');
  background-attachment: fixed;
  background-position: center;
  padding: 0;
  margin: 0;
}
#container {
  background: url('/media/images/container-background.png') repeat;
  background: rgba(209, 209, 212, 0.5);
  width: 640px;
  margin: 0 auto;
  padding: 12px;
  margin-top: 20px;
  margin-bottom: 40px;
  -moz-box-shadow: 0px 4px 12px #ccc;
  /* FF3.5+ */
  -webkit-box-shadow: 0px 4px 12px #ccc;
  /* Saf3.0+, Chrome */
  box-shadow: 0px 4px 12px #ccc;
  /* Opera 10.5, IE 9.0 */
  border-radius: 1.5em;
  -webkit-border-radius: 1.5em;
  -moz-border-radius: 1.5em;
}
.clrb {
  clear: both;
}
.clrr {
  clear: right;
}
.clrl {
  clear: left;
}
.green {
  color: #85c441;
}
.blue {
  color: #5a8cc9;
}
.red {
  color: #ee2e24;
}
.b {
  border: 1px;
}
footer {
  font-size: 10px;
  text-align: center;
  min-height: 24px;
}
footer h1 {
  font-size: 24px;
  font-style: bold;
  text-align: right;
}
footer h2 {
  font-size: 16px;
  font-style: bold;
  text-align: left;
  margin-top: 4px;
}
footer h3 {
  font-size: 28px;
  font-style: bold;
  margin-top: 6px;
}
/* Button styles from the awesome: http://www.webdesignerwall.com/demo/css-buttons.html */
.button {
  display: inline-block;
  zoom: 1;
  /* zoom and *display = ie7 hack for display:inline-block */
  *display: inline;
  vertical-align: baseline;
  margin: 0 2px;
  outline: none;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  font: 14px/100% Arial, Helvetica, sans-serif;
  padding: 0.25em 0.5em 0.25em;
  -webkit-border-radius: 0.5em;
  -moz-border-radius: 0.5em;
  border-radius: 0.5em;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}
.button:hover {
  text-decoration: none;
}
.button:active {
  position: relative;
  top: 1px;
}
.bigrounded {
  border-radius: 1.5em;
  -webkit-border-radius: 1.5em;
  -moz-border-radius: 1.5em;
}
.medium {
  font-size: 12pt;
  padding: 0.4em 1.5em 0.42em;
}
.small {
  font-size: 14px;
  padding: 0.2em 1em 0.275em;
}
/* white */
.white {
  color: #606060;
  border: solid 1px #b7b7b7;
  background: #fff;
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#ededed));
  background: -moz-linear-gradient(top, #fff, #ededed);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ededed');
}
.white:hover {
  background: #ededed;
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#dcdcdc));
  background: -moz-linear-gradient(top, #fff, #dcdcdc);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#dcdcdc');
}
.white:active {
  color: #999;
  background: -webkit-gradient(linear, left top, left bottom, from(#ededed), to(#fff));
  background: -moz-linear-gradient(top, #ededed, #fff);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#ffffff');
}
.banner {
  position: relative;
  padding-bottom: 6px;
  text-align: center;
}
.banner h1 {
  font-weight: bold;
  font-size: 40px;
  line-height: 48px;
}
.banner h2 {
  font-weight: normal;
  font-style: italic;
  font-size: 22px;
  line-height: 24px;
}
nav {
  width: 150px;
  float: left;
  padding-top: 12px;
}
nav ul {
  width: 150px;
}
nav li a.button {
  margin: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-bottomright: 0;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  -webkit-border-top-left-radius: 0;
  -webkit-border-top-right-radius: 0;
  -moz-border-radius-topleft: 0;
  -moz-border-radius-topright: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
nav li a.button:hover {
  color: #000;
}
nav li a.button.active {
  color: #d7d7d7;
  border: solid 1px #333;
  background: #5a8cc9;
  background: -webkit-gradient(linear, left top, left bottom, from(#5555aa), to(#5a8cc9));
  background: -moz-linear-gradient(top, #5555aa, #5a8cc9);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@dark_blue', endColorstr='@blue');
}
nav li {
  list-style: none;
}
nav li a.button {
  width: 100%;
}
nav .label {
  width: 150px;
  height: 3em;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
section.content {
  padding: 12px;
  margin-left: 175px;
}
section h1 {
  font-size: 14pt;
  font-weight: bold;
}
section h2 {
  font-size: 12pt;
  font-weight: bold;
  font-style: italic;
  margin: 0.5em;
}
section p {
  padding: 12px;
}
section table {
  margin: 12px;
}
section th {
  font-weight: bold;
}
section img {
  max-width: 325px;
  display: block;
  margin-right: auto;
  margin-left: auto;
}
section ol {
  padding: 12px;
}
section li {
  margin-left: 48px;
  margin-right: 10px;
}
a {
  color: #5a8cc9;
  text-decoration: none;
}
a:hover {
  color: inherit;
}
a.backlink {
  display: block;
  line-height: 24px;
  margin-bottom: 12px;
}
a.backlink:before {
  content: '\2190';
}
a.prev:before {
  content: '\00AB';
}
a.next:after {
  content: '\00BB';
}
a.prev {
  margin-right: 12px;
}
a.prev,
a.next {
  display: block;
  float: left;
  margin-bottom: 12px;
}
a.next {
  float: right;
}
a.backlink:hover,
a.prev:hover,
a.next:hover {
  color: inherit;
}
