html {background-color: #456;}

a {color: #1a262f;}

hr
{
  border-top: 0px solid #8ab;
  border-bottom: 0px;
  border-left: 0px;
  border-right: 0px;
  width: 0%;
  padding-bottom: 0;
}

/* ================================================== */

body
{
  background-color: #456;
  background: #456;
  margin: 0px;
  padding: 0px;
  font-family: Arial, Helvetica, Verdana, sans-serif;
  color: #000;
  font-size: 110%;
}

/* ================================================== */

#header
{
  text-align: center;
}

#header h1
{
  color: #456;
  background-color: #eee;
  padding: 0.5em 0em 1em 0em;
  margin: 0px;
  font-size: 160%;
  font-weight: bold;
}

/* ================================================== */

#toptabs
{
  background-color: #eee;
  text-align: center;
  font-weight: bold;
  font-size: 110%;
  border-bottom: 3px solid #456;
}

#toptabs *
{
  border: 3px solid #456;
  margin: 0em 0.2em;
  padding: 0em 0.5em;
}

#toptabs span
{
  color: #fff;
  background-color: #456;
}

#toptabs a
{
  color: #456;
  background-color: #fff;
  text-decoration: none;
}

#toptabs a:hover
{
  color: #456;
  background-color: #d0d6dd;
}

/* ================================================== */

#page
{
  color: #1a262f;
  margin: 0em auto 2em;
  width: 62.5em;
}

/* ================================================== */

#content
{
  color: #000;
  background: #fff;
  padding: 0.1em 0.1em 1.5em;
}

#content h1
{
  margin: 1em 0em 0.6em;
  font-size: 1.4em;
  font-weight: bold;
  padding: 3px;
  text-align: center;
  color: #fff;
  background-color: #456;
}

#content h1 span
{
  display: block;
  border: 1px solid #d0d6dd;
  padding: 0.3em 0.5em;
}

#content h2
{
  margin: 1.5em 0em 0.8em;
  font-size: 1.2em;
  font-weight: bold;
  padding: 2px;
  color: #fff;
  background-color: #456;
}

#content h2 span
{
  display: block;
  border: 1px solid #d0d6dd;
  padding: 0.3em 0.5em;
}

#content h3
{
  margin: 1em 0em 0.4em;
  font-size: 1.1em;
  font-weight: bold;
}

#content h4
{
  margin: 1.5em 0em 0.2em;
  font-size: 1.0em;
  font-weight: bold;
}

#content p
{
  margin: 0.4em 0em;
  text-align: justify;
}

#content p.indent
{
  margin-left: 1em;
}

#content table
{
  margin: 0.6em 0em;
}

#content a
{
  color: #002e65;
  background-color: #fff;
}

#content a:visited
{
  color: #002e65;
  background-color: #fff;
}

#content a:hover
{
  background-color: #d0d6dd;
}

#content p.w3c-icons
{
  padding-left: 2em;
}


#content p.w3c-icons a:hover
{
  background-color: #fff;
}

#content hr
{
  border-top: 2px dashed #456;
  border-bottom: 0px;
  border-left: 0px;
  border-right: 0px;
  width: 58em;
}

#content img
{
  border: 0px;
}

/* ================================================== */

#footer
{
  position: absolute;
  width: 100%;
  display: block;
  left: 0em;
  background-color: #456;
  padding-bottom: 1em;
}

/* ================================================== */

#menu
{
  max-width: 12em;
  float: left;
  position: fixed;
  border-left: 2px solid #456;
  border-right: 2px solid #456;
  border-top: 2px solid #456;
  margin: 1em 0em 0em 1.1em;
  font-size: 1em;
  font-weight: bold;
  z-index: 10;
}

#menu ul
{
  padding: 0em 0em;
  margin: 0px 0px 0px 0px;
}

#menu li
{
  list-style-type: none;
  text-align: center;
  padding: 0em 0em;
  border-bottom: 2px solid #456;
}

#menu a
{
  display: block;
  color: #456;
  background-color: #fff;
  padding: 0.5em 0.8em;
  text-decoration: none;
}

#menu a:visited
{
  color: #456;
  background-color: #fff;
  padding: 0.5em 0.8em;
  text-decoration: none;
}

#menu a:hover
{
  color: #456;
  background-color: #d0d6dd;
  text-decoration: none;
}

#menu span.nolink
{
  display: block;
  padding: 0.5em 0.8em;
}

#menu table
{
  padding: 0em;
  margin: 0em;
  border-spacing: 0em;
  text-align: center;
}

#menu td
{
  border: 0em;
  border-bottom: 2px solid #456;
  padding: 0px;
}

#menu h1
{
  margin: 0em;
  padding: 0.6em;
  font-size: 1em;
  font-weight: bold;
  text-align: center;
  color: #fff;
  background-color: #456;
}

/* ================================================== */

#textcolumn
{
  padding-left: 15em;
  width: 45em;
  min-height: 25ex;
  padding-bottom: 1em;
}

#textcolumn ul
{
  list-style-type: square;
  margin-top: 0.5em;
}

#textcolumn li
{
  padding-bottom: 0.2em;
}

#textcolumn p.address
{
  font-size: 100%;
  margin: 1em 0em 1em;
}

#textcolumn table.phone-fax-email
{
  font-size: 100%;
}

#textcolumn span.obfuscated
{
  border: 1px solid #000;
  padding: 0em 0.1em;
}

#textcolumn hr
{
  border-top: 2px solid #456;
  border-bottom: 0px;
  border-left: 0px;
  border-right: 0px;
  width: 100%;
  padding-bottom: 0px;
}

#textcolumn p.bibitem
{
  text-align: left;
  border-bottom: 2px solid #456;
  padding: 0.25em 0em 1.1em
}

#textcolumn span.top-button
{
  float: right;
  font-weight: bold;
  font-size: 0.6em;
  border: 2px dotted #456;
  padding: 0.1em 0.1em;
  position: relative;
  top: -2.8em;
}

#textcolumn span.top-button a
{
  text-decoration: none;
  color: #456;
  background-color: #fff;
}

#textcolumn span.top-button a:hover
{
  background-color: #d0d6dd;
}
