* html {
  padding: 0;
  margin: 0;
}

html {
  width: 100%;
  height: 100%;
}

body {
  font: 15px Verdana, Arial, Helvetica, sans-serif;

  background-color: #0c4d94;
  text-align: center;
}

.even {
  background-color: #ffcccc;
}
.odd {
  background-color: #ccccff;
}

h2.reditalic {
  font-style: italic;
  color: #ff0000;
  font-weight: bold;
  font-size: 1.1em;
#  text-align: center;
}

div.breadcrumbs {
  width: 100%;
  text-align: center;
  background-color: #ffffaa;
}

h2.reditalic span.bigger {
  font-weight: bold;
  font-size: 1.3em;
}

h2.reditalic span.biggest {
  font-weight: bold;
  font-size: 1.5em;
}

h2.reditalic span.indent {
  padding-left: 30px;
}

div#topbar {
  background-image: url('/images/topbar.jpg');
  background-repeat: no-repeat;
  text-align: center;
  height: 80px;
  padding: 10px;
  font-size: 10pt;
  font-family: Arial;
  font-weight: bold;
  text-decoration: none;
  color: #ffffff;
}
/* div#topbar span.left {
  float: left;
  max-width: 400px;
  min-width: 390px;
  text-align: left;
  color: #000000;
} */
div#topbar span.right {
  float: right;
  max-width: 400px;
  min-width: 390px;
  text-align: right;
}

div#topbar a {
  padding: 10px;
  font-size: 10pt;
  font-family: Arial;
  font-weight: bold;
  text-decoration: none;
  color: #ffffff;
}

div#topbar a:hover {
  color: #ffff00;
}

div#container {
  width: 870px;

  margin: 0px auto;
}

div#header {
  height: 178px;
  font-size: 0px;
  text-align: center;
}

div#ticker {
  height: 25px;
  background-color: #000000;
  font-family: Courier;
  text-transform: uppercase;
  color: #ff0000;
  font-size: 16px;
  font-weight: bold;
  padding-top: 5px;
}

div#buttonbar {
  width: 100%;
  height: 53px;

  background-color: #ffffff;

  text-align: center;
}

div#buttons {
  width: 100%;
  height: 53px;

  margin: 0px auto;
}

div#buttons span {
  margin:0;
  padding:0;
  border: 0px;
}

div#content {
  background-color: #ffffff;

  text-align: left;

  font-size: 1.0em;

  padding: 10px;
}

div#content p.srwp {
  font-weight: boldest;
  text-align: center;
  font-size: 1.2em;
}

div#content h1 {
  color: #5555cc;
  letter-spacing: 0em;
  font-style: italic;
  font-family: "Trebuchet MS";
  text-transform: uppercase;
  font-weight: 100;
}

div#content li {
  list-style: url('/images/bullet.gif');
  margin-left: 20px;

  margin-top: 5px;
}

div#content ul {
  margin-left: 0px; border-left: 0px;
  padding: 5px;
}

div#content li>ul {
  margin-left: 10px;
}

div#content ul.blue {
  padding-top: 5px;
  padding-bottom: 5px;
  background-color: #bfddf5;
}

div#footer {
  border: 0px;
  margin: 0px;
  padding: 5px;

  text-align: center;

  background-color: #000000;

  font-family: Tahoma, Geneva, sans-serif;
  color: #cccccc;

  font-size: 62.5%;
}

div#footer div.textlinks a {
  color: #cccccc;
  text-transform: uppercase;
}

div#footer div.copyright a {
  color: #ffffff;
}

span.required {
  color: #ff0000;
  font-weight: bolder;
  font-family: Courier;
}

div#content th {
  background-color: #555599;
  color: #ffffff;
  padding-right: 5px;
  padding-left: 5px;
  font-size: 0.6em;
}

div#content tr.odd {
  background-color: #aaaaff;
}

div#content td {
}
