html {
  background-color: #FFFFFF;
  font: 10px "Tahoma", "Arial", "Helvetica", sans-serif;
  height: 100%;
  text-align: center;
}

body {
  background-color: #F0F0F0;
  border-left: 1px dotted #CCCCCC;
  border-right: 1px dotted #CCCCCC;
  height: 100%;
  margin: 0 auto;
  width: 980px;
}

html > body {
  height: auto;
  min-height: 100%;
}

a img {
  border: 0;
}

.accessibility_links {
  display: none;
}

div.header {
  height: 50px;
}

h1, h1 a {
  color: #222222;
  font: bold 32px "Courier New", monospace;
  line-height: 50px;
  margin: 0;
  text-align: center;
  text-decoration: none;
}

div.navigation {
  background: #003D66 url('/resources/img/bg_nav.png') repeat-x top left;
  color: #A0A0A0;
  font-size: 11px;
  line-height: 25px;
  height: 25px;
}

div.navigation a {
  color: #FFFFFF;
  font-weight: bold;
  text-decoration: none;
}

div.navigation a:active, div.navigation a:hover, div.navigation a.selected {
  color: #FFFFAA;
}

div.navigation_sub {
  background: #E0E0E0 url('/resources/img/bg_nav_sub.png') repeat-x top left;
  border-bottom: 1px solid #CCCCCC;
  color: #A0A0A0;
  font-size: 10px;
  line-height: 20px;
  height: 20px;
}

div.navigation_sub a {
  color: #555555;
  font-weight: bold;
  text-decoration: none;
}

div.navigation_sub a:active, div.navigation_sub a:hover, div.navigation_sub a.selected {
  color: #222222;
}

div.content {
  color: #222222;
  font-size: 11px;
  line-height: 1.5em;
  padding: 10px;
  text-align: left;
}

img.section_img {
  display: block;
  float: right;
  height: 128px;
  margin: 0 0 10px 10px;
  width: 128px;
}

h2 {
  color: #222222;
  font-size: 18px;
  font-weight: bold;
  margin: 0 0 10px 0;
}

h3 {
  color: #222222;
  font-size: 14px;
  font-weight: bold;
  margin: 0 0 10px 0;
}

h3.with_icon {
  line-height: 32px;
}

h3.with_icon img {
  float: left;
  margin-right: 10px;
}

div.content a {
  color: #004C7F;
  font-weight: bold;
  text-decoration: none;
}

div.content a:active, div.content a:hover {
  text-decoration: underline;
}

div.content_box {
  background-color: #FFFFFF;
  border: 1px solid #CCCCCC;
  margin: 5px;
  padding: 5px;
}

div.encryption_status a {
  color: #004C7F;
  font-weight: bold;
  text-decoration: none;
}

div.footer {
  background-color: #E0E0E0;
  color: #222222;
  padding: 5px;
}

div.footer a {
  color: #004C7F;
  font-weight: bold;
  text-decoration: none;
}

div.footer a:active, div.footer a:hover, div.footer a.selected  {
  text-decoration: underline;
}

div.footer_buttons {
  padding: 5px;
}

div.footer_buttons img {
  height: 15px;
  width: 80px;
}

.clear {
  clear: both;
}

.float_left {
  float: left;
}

.float_right {
  float: right;
}

.bold {
  font-weight: bold;
}

.italic {
  font-style: italic;
}

.underline {
  text-decoration: none;
}

.error_text {
  color: #FF0000;
}

.success_text {
  color: #00AA00;
}
