body {
  background: url(../images/body_bg.png);
  color: #000000;
  font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
  margin: 0;
  padding: 20px;
  text-align: left;
}

#submenu {
  display: none;
}

#left {
  display: none;
}

#footer {
  display: none;
}

#footer_2 {
  display: none;
}

h1 {
  font-size: 32px;
  border-bottom: 2px solid #000000;
  margin: 0 20px 50px 20px;
  text-align: center;
  text-decoration: none;
  color: #000000;
  padding-bottom: 20px;
}

h1 a {
  text-decoration: none;
  color: #000000
}

h1 a span {
  font-size: 16px;
  font-weight: normal;
}

h2 {
  font-size: 18px;
  margin: 0 20px 20px 20px;
  padding: 10px;
  text-transform: uppercase;
  border-bottom: 1px solid #000000;
  clear: both;
}

h3 {
  font-size: 16px;
  margin: 0 20px 20px 20px;
  padding: 10px;
  text-transform: uppercase;
  border-bottom: 1px dotted #000000;
  clear: both;
}

h4 {
  font-size: 16px;
  margin: 0 20px 10px 20px;
  padding: 10px;
  text-decoration: underline;
  clear: both;
}

p {
  font-size: 14px;
  padding: 0 20px 10px 30px;
}

#content ul {
  font-size: 14px;
  padding: 0 20px 10px 30px;
  list-style-type: square;
  list-style-position: outside;
  margin-left: 20px;
}

#content li {
  padding: 0 0 5px 0;
  
}

img.right {
  float: right;
  margin: 0 0 10px 10px;
  border: 1px solid #000000;
}