body
{
  font-size: 1em;
  font-family: Georgia,"Times New Roman",Times, serif;
  text-align: center;
  margin: 0;
  padding: 0;
}#container
{
  text-align: left;
  width: 750px;
  margin: 0 auto;
  background-color: #000000;
  font-size: .75em;
  border: 1px solid #000000;
}#header
{
  background-color: #000000;
  background-image: url(images/header_background.jpg);
  background-repeat: no-repeat;
  background-position: center;
  height: 200px;
  margin: 0;
  padding: 0;
}
#menu
{
  float: left;
  margin-left: 60px;
  margin-top: -10px;
}

#menu a
{
  display:block;
  width: 79px;
  height: 30px;
  background-color: #000000;
  background-image: url("images/back.jpg");
  background-repeat: no-repeat;
}

 #menu a:hover { margin-top: -3px; } 

#menu a span { display: none; }
#content
{
  border: 1px solid #000000;
  background-color: #000000;
  margin-top: 0px;
  background-repeat: repeat-y;
}

#main_content
{
  line-height: 1.75em;
  text-align: justify;
  padding-left: 120px;
  padding-right: 120px;
}

#main_content p { text-indent: 50px; }

#content_image
{
  height: 335px;
  background-position: center center;
  background-repeat: no-repeat;
}

#other_content
{
  text-align: center;
  padding-bottom: 15px;
}

#footer
{
  background-color: #000000;
  text-align: center;
}h1
{
  background-position: center;
  background-repeat: no-repeat;
  height: 50px;
}

h1 span { display: none; }h2
{
  font-size: 1.5em;
  font-weight: bold;
  letter-spacing: .15em;
  text-decoration: underline;
}

h3
{
  font-size: 1.2em;
  font-weight: bold;
  letter-spacing: .12em;
}
table
{
  color: #333333;
  margin: 0 auto;
  empty-cells: hide;
  background: #000000;
}

thead { font-weight: bold; }td
{
  padding: 5px;
  background: #ffffff;
}

p span {
  font-weight: bold;
  font-style: italic;
}

ul.notes li {
  list-style-type: square;
  font-style: italic;
}

