@import url(reset.css);

body
{
  background-image: url(bg.png);
  background-repeat: repeat-x;
  background-position: top-left;
  background-color: #ffffff;
  text-align: center;
  line-height: 150%;
  font-family: Arial;
  font-size: 9pt;
  color: #000000;
}

h1
{
  font-family: Bookman Old Style;
  font-size: 16pt;
  font-weight: normal;
  color: #8b0000;
  margin-bottom: 5px;
}

h2
{
  font-family: Bookman Old Style;
  font-size: 12pt;
  font-weight: normal;
  color: #000000;
  margin-bottom: 5px;
}

h3
{
  font-family: Arial;
  font-size: 10pt;
  font-weight: bold;
  color: #8b0000;
  margin-bottom: 5px;
}

hr
{
  border-top: 1px solid #8b0000;
  border-left: none;
  border-right: none;
  border-bottom: none;
}

p
{
  margin-top: 10px;
  margin-bottom: 15px;
}

a
{
  color: #8b0000;
}

small
{
  font-size: 90%;
}

.clear
{
  clear: both;
}


.spacer
{
  height: 20px;
  clear: both;
}

#body
{
  width: 900px;
  margin: 0px auto;
  text-align: left;
}

#top
{
  height: 163px;
}

#top #logo
{
  background-image: url(logo.png);
  width: 160px;
  height: 80px;
  margin-top: 70px;
  float: left;
}

#top #menu
{
  padding-left: 70px;
  padding-top: 127px;
  float: right;
}

#main
{
  padding: 30px 5px 30px 5px;
}

#main li
{
  list-style: outside circle;
  margin-left: 20px;
  margin-bottom: 5px;
}

#top #menu li
{
  display: block;
  background-image: url(tab.png);
  background-repeat: no-repeat;
  width: 95px;
  height: 36px;
  float: left;
  margin: 0px 10px 0px 10px;
  text-align: center;
}

#top #menu li a
{
  display: block;
  padding: 15px 1px 8px 0px;
  text-transform: uppercase;
  text-decoration: none;
  color: #ffffff;
}
