body {
  font-family: verdana,arial,serif;
  font-size: 0.8em;
  margin-bottom: 20px;
  margin-top: 20px;
  text-align: center;
  opacity: 1;
  background-color: #000000;
}
a {
  background-color: #ffffff;
  color: #806666;
  text-decoration: none;
  opacity: 1;
}
a:hover {
  text-decoration: underline;
  opacity: 1;
}
#container {
  margin: 0 auto;
  background-color: #ffffff;
  color: #000000;
  position: relative;
  text-align: left;
  opacity: 1;
  width: 810px;
}
#header {
  background: transparent url(banner2011.jpg) no-repeat scroll left top;
  height: 140px;
  width: 100%;
}
#header h1 {
  font-size: 2.2em;
  left: 260px;
  top: 10px;
}
#header ins {
  text-decoration: none;
}
#header a {
  color: #ffc272;
  text-indent: 0.3cm;
  font-family: helvetica,verdana,arial,serif;
  text-decoration: none;
}
#header a:hover {
  background-color: transparent;
}
#sidebar {
  float: left;
  margin-top: 10px;
  background-color: #000000;
  width: 170px;
}
#sidebar ul {
  list-style-type: none;
  list-style-image: none;
  list-style-position: outside;
  margin-left: 15px;
  padding-left: 0px;
}
#sidebar ul li {
  display: block;
  padding-bottom: 8px;
}
#sidebar a {
  border-right: 1px solid #666666;
  border-bottom: 1px dotted #666666;
  padding: 2px 8px;
  color: #666666;
  display: block;
  font-size: 0.9em;
  font-weight: bold;
  text-decoration: none;
  background-color: #ffaa07;
  width: 177px;
}
#sidebar a:hover {
  border-right: 1px solid #666666;
  border-bottom: 1px solid #666666;
  background-color: #da8050;
  color: white;
}
#content {
  float: right;
  padding-left: 10px;
  padding-right: 10px;
  margin-top: 8px;
  width: 590px;
}
#footer {
  margin: 0 auto;
  padding: 20px 10px 4px;
  background-color: #fff5e5;
  clear: right;
  color: #000000;
  font-size: 0.7em;
  text-align: right;
  width: 730px;
}
#footer a {
  border-bottom: 1px dotted #666650;
}
#footer a:hover {
  text-decoration: none;
}

