/*
dark blue: 0072a7
light blue: 00c4e4
red: f63a2b
*/

html {
  overflow: -moz-scrollbars-vertical;
}

body {
  margin: 20px 25px 25px;
  padding: 0;
  font-family: arial, verdana, helvetica, sans-serif;
  font-size: 70%;
  color: #222;
  text-align: center;
}
input, select, textarea {
  font-size: 80%;
  color: #222;
}

a:link { color: #00c4e4; }
a:visited { color: #0072a7; }
a:hover { color: #f63a2b; }
a:active { color: #f63a2b; }

a img { border: none; }

th, td {
  vertical-align: top;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  font-weight: normal;
  color: #0072a7;
  letter-spacing: .05em;
}

h1 { font-size: 2em; text-transform: uppercase; }
h2 { font-size: 1.7em; }
h3 { font-size: 1.5em; }
h4 { font-size: 1.25em; }
h5 { font-size: 1.1em; }
h6 { font-size: 1em; font-style: italic; }

br.break {
  font-size: 0.1em;
  line-height: 0;
  height: 0;
  clear: both;
}

table {
  border-collapse: collapse;
}

th, td {
  border: 1px solid #ccc;
  padding: 2px;
  vertical-align: top;
}

#container {
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  display: inline-block;
  max-width: 875px;
  width: expression(document.body.clientWidth > 875 ? "875px" : "auto" );
}
html>body #container {
  display: table/table-cell;
}
  
#header {
  height: 100px;
  text-align: center;
}

#lang {
  text-align: center;
  margin: 0 0 15px;
  color: #00c4e4;
}
#lang ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#lang li {
  display: inline;
  padding: 0 1em;
}
#lang li.current { color: #f63a2b; }

#main {
  border-left: 13px solid #0072a7;
  border-right: 13px solid #00c4e4;
  background-image: url(images/lb.gif);
  background-position: bottom right;
  background-repeat: no-repeat;
  padding-bottom: 12px;
}
html>body #main {
  background-image: url(images/lb2.gif);
}

#nav {
  float: left;
  width: 127px;
  margin: 0;
  border-top: 13px solid #0072a7;
  /* font-size: 1.1em; */
  font-weight: bold;
  color: #00c4e4;
}
#nav ul {
  margin: 10px 0 0 10px;
  padding: 0;
  list-style: none;
}
#nav li {
  padding-bottom: 0.5em;
}
#nav ul ul {
  /* font-size: 0.9em; */
  font-weight: normal;
  margin: 0 0 0 20px;
  padding: 0;
  text-indent: -9px;
}

#lang a, #nav a { text-decoration: none; }

#lang span, #nav span { color: #0072a7; }

#lang a:link, #nav a:link { color: #0072a7; }
#lang a:visited, #nav a:visited { color: #0072a7; }
#lang a:hover, #nav a:hover { color: #00c4e4; }
#lang a:active, #nav a:active { color: #f63a2b; }

#highlight {
  float: right;
  width: 117px;
  margin: 0 0 0 0;
  padding: 0 10px 10px 0;
}
html>body #highlight {
  margin: 0;
}
#highlight p {
  margin: 0;
  padding: 0;
}

#content {
  margin: 0 152px;
}

#content img {
  padding: 0 10px 10px 0;
}

#footer {
  color: #666;
  clear: both;
  margin: 25px 0 0;
  text-align: center;
}

.note {
  color: #666;
}

.error {
  color: #f63a2b;
}

.reqd {
  font-weight: bold;
}

.formlabel {
  text-align: right;
}

