body {

  margin: 0px;
  padding: 0px;
  background: black;

}


body, p, a, table td, ul, li {

  font-family: arial, tahoma, sans-serif;
  font-size: 10pt;

}

p {


}

a {


}

table td {


}

ul {

  list-style: square;

}

li {


}

h1 {

  font-size: 16pt;

}

h2 {

  font-size: 14pt;


}

h3 {

  font-size: 12pt;

}

h4 {

  font-size: 10pt;
  font-style: italic;

}

#page {

  margin-left: auto;
  margin-right: auto;
  width: 780px;
  border-left: 0px solid white;
  background: white url(pageBG.gif) left repeat-y;

}

#header {

  height: 140px;
  background: #ffffff url(logo_bg.gif) center left no-repeat;
  border: 0px solid red;

}

#titleBar {

  height: 25px;
  margin: 3px;
  background: #E8DBDD;
}

#sideBar {

  width: 180px;
  color: white;
  float: left;
  font-size: 9pt;

}

#sideBar a {

  color: white;

}

.moreInfo {

  margin-top: 20px;
  padding: 4px;

}

#sidebarLinks {

  list-style: none;
  margin: 0px;
  padding: 0px;

}

#sidebarLinks li {

  padding: 0px;
  margin: 0px;
  border-bottom: 1px solid white;

}

#sidebarLinks li a {

  display: block;
  color: white;
  font-size: 9pt;
  font-weight: bold;
  text-decoration: none;
  background: #ab2911;
  padding: 4px;
  margin: 0px;

}

#sidebarLinks li a:hover {

  text-decoration: underline;

}

#content {

  width: 597px;
  border: 0px solid red;
  float: right;

}

#footer {

  font-size: 8pt;
  color: #999999;
  padding: 4px;
  background: #ffffff;
  border-top: 1px solid gold;

}

div.hr {

  width: 90%;
  border-top: 2px solid white;
  margin-top: 20px;
  margin-bottom: 20px;
  margin-right: auto;
  margin-left: auto;

}

.credits {

  text-align: right;
  float: right;

}

.credits a {

  color: #cccccc;
  font-size: 8pt;

}
