body
{
  text-align: center;
  font-size: 11pt;
}

h1#banner
{
  margin-top: 0px;
  margin-bottom: 7px;
}

object#banner_flash
{
  text-align: center;
}

div#container
{
  width: 900px;
  position: absolute;
  left: 50%;
  margin-left: -450px;
}
div#sub_container
{
  margin: 0px;
  padding: 0px;
  border-width: 10px;
  border-style: double;
  border-collapse: separate;
  border-spacing: 0px;
}

div#sub_title
{
  text-align: center;
  font-size:large;
  vertical-align: top;
  margin: 0px;
  padding: 0px;
}
div#sub_title h2
{
  margin: 0px;
  margin-bottom: 3px;
}

div#menu
{
  float: left;
  width: 220px;
  border: none;
  border-right-width: 5px;
  border-right-style: double;
  padding-top: 5px;
  text-align: left;
  vertical-align: top;
}

div#main
{
  float: left;
  width: 630px;
  text-align: left;
  vertical-align: top;
  margin: 0px;
  margin-left: 5px;
  padding-bottom: 5px;
}

div.top_message
{
  margin-left: 20px;
  width: 85%;
  font-weight: bold;
  padding: 10px;
}

div#clear
{
  clear: both;
}

div#footer
{
  text-align: center;
}

h2
{
  text-align: center;
  text-decoration: underline;
  font-size: 180%;
}

ul.menu1
{
  margin: 0px;
  padding-bottom: 5px;
  margin-bottom: -10px;
  list-style-type: square;
}
ul.menu1 li
{
  margin-top: 5px;
  margin-bottom: 5px;
}

div.strike
{
  text-decoration: line-through;
}
.small
{
  font-size: small;
}

ul.menu2
{
  margin-left: -18px;
  margin-bottom: 3px;
  list-style-type: disc;
}
ul.menu2 li
{
  margin: 1px;
}

ul.menu3
{
  margin-left: -18px;
}
ul.menu3 li
{
  list-style-type: circle;
  font-size: small;
}

h3
{
  text-align: left;
  text-decoration: underline;
  margin-left: 10px;
  margin-bottom: 2px;
  font-size: 110%;
}

table
{
  border-width: 3px;
  border-style: solid;
  empty-cells: show;
  border-collapse: separate;
}
th
{
  text-align: left;
  border-width: 2px;
  border-style: solid;
  padding: 5px;
  width: 30%;
}
td
{
  text-align: left;
  border-width: 2px;
  border-style: solid;
  background-color: white;
  padding: 5px;
}
table.no-border
{
  border-width: 0px;
  border-style: none;
  border-collapse: collapse;
}
table.no-border tr th
{
  border-width: 0px;
  border-style: none;
}
table.no-border tr td
{
  border-width: 0px;
  border-style: none;
}

fieldset
{
  width: 85%;
  margin-left:20px;
  margin-right:20px;
  border-width: 2px;
  border-style: solid;
}

ul
{
  margin-bottom: -7px;
}

ul.updates
{
  margin-left: -25px;
  margin-bottom: -2px;
  margin-top: 0px;
}

td.center
{
  text-align: center;
}
td.right
{
  text-align: right;
}

table.center
{
  margin-left: auto;
  margin-right: auto;
}

