body {
  width: 800px;
  text-align: center;
  background-color: #3F360D;
  margin-left: auto;
  margin-right: auto;
}

.heading {
  width: 800px;
  text-align: center;
  margin-top: 0em;
  margin-bottom: 0em;
  background-color:#5C1E05;
}


.container {
  width: 800px;  
  text-align: left;
  background-color:#F4EDCB;
  color: #000000;
  font-family: verdana, sans-serif, helvetica;

  font-size: 15px;
}
 
 
.left {
  float: right;
  width: 165px;
  padding: 20px 5px 0px 5px;
  background-color:#BA4A05;
  font-size: 14px;
}
.left a:link {
  color: #F4EDCB;
  font-size: 13px;
  font-weight: normal;
  text-decoration: none;
}
.left a:visited {
  color: #F4EDCB;
  font-size: 13px;
  font-weight: normal;
  text-decoration: none;
}
.left a:hover {
  color: #F4EDCB;
  font-size: 13px;
  font-weight: normal;
  text-decoration: underline;
}
.left a:active {
  color: #F4EDCB;
  font-size: 13px;
  font-weight: normal;
  text-decoration: none;
}


.footer {
  width: 800px;
  padding-top: 20px;
  text-align: center;
  background-color:#F4EDCB;
  clear: both;
}


.middle {
  top: 0px;
  padding: 15px 10px 10px 10px;
  margin-left: 30px;
  margin-right: 175px;
  font-family: verdana, sans-serif, helvetica;
  font-size: 14px;
}
.middle h1 {
  font-family: arial, sans-serif, Helvetica;
  font-size: 23px;
  font-weight: bold;
  color: #3F360D;
  margin-top: 0em;
  margin-bottom: 0em;
}
.middle h2 {
  font-family: arial, sans-serif, Helvetica;
  font-size: 20px;
  font-weight: bold;
  color: #3F360D;
  margin-top: 0em;
  margin-bottom: 0em;
}
.middle h3 {
  font-family: arial, sans-serif, Helvetica;
  font-size: 19px;
  font-weight: bold;
  color: #3F360D;
  margin-top: 0em;
  margin-bottom: 0em;
}
.middle a:link {
  color: #0000ff;
  font-weight: normal;
  text-decoration: underline;
  font-size: 14px;
}
.middle a:visited {
  color: #0000ff;
  font-weight: normal;
  text-decoration: underline;
  font-size: 14px;
}
.middle a:hover {
  color: #0000ff;
  font-weight: normal;
  text-decoration: none;
  font-size: 14px;
}
.middle a:active {
  color: #0000ff;
  text-decoration: underline;
  font-weight: normal;
  font-size: 14px;
}
.middle a.title:link {
  color: #0000ff;
  font-weight: normal;
  text-decoration: underline;
  font-size: 16px;
}
.middle a.title:visited {
  color: #0000ff;
  font-weight: normal;
  text-decoration: underline;
  font-size: 16px;
}
.middle a.title:hover {
  color: #0000ff;
  font-weight: normal;
  text-decoration: none;
  font-size: 16px;
}
.middle a.title:active {
  color: #0000ff;
  text-decoration: none;
  font-weight: normal;
  font-size: 16px;
}

.middle a.small:link {
  color: #0000ff;
  font-weight: normal;
  text-decoration: normal;
  font-size: 10px;
}
.middle a.small:visited {
  color: #0000ff;
  font-weight: normal;
  text-decoration: normal;
  font-size: 10px;
}
.middle a.small:hover {
  color: #0000ff;
  font-weight: normal;
  text-decoration: underline;
  font-size: 10px;
}
.middle a.small:active {
  color: #0000ff;
  text-decoration: none;
  font-weight: normal;
  font-size: 10px;
}