body {
  text-align: center;
  margin-bottom: 0px;
  font-size: 97%;
  margin-top: 0px;
  background-image: url(pics/bg.jpg);
  font-family: Arial,Helvetica,sans-serif;
}
#container {
  border-left: 2px solid #9f8655;
  border-right: 2px solid #9f8655;
  margin: 0px auto;
  font-size: 97%;
  text-align: left;
  background-color: #ede1cb;
  width: 780px;
}
#banner {
  border-color: #9f8655;
  border-bottom: 2px solid #9f8655;
  position: relative;
  height: 219px;
  margin-bottom: 0px;
  margin-top: 0px;
  background-repeat: no-repeat;
  background-position: right bottom;
}
#menu {
  background-color: #000000;
  color: white;
  margin-top: 0px;
  position: relative;
  line-height: 1.3em;
}
#menu p {
  border-right: 1px solid white;
  padding: 1px 8px;
  list-style-type: none;
  display: inline;
}
#menu p a {
  font-weight: bold;
  font-size: 0.8em;
  color: white;
  text-decoration: none;
}
#menu p a.current {
  color: #9f8655;
}
#menu p a:hover {
  color: #9f8655;
}
#main {
  padding-left: 10px;
  position: relative;
  padding-right: 10px;
  background-color: #ede1cb;
}
#main a {
  font-weight: bold;
  color: #cc0000;
}
#main a:hover {
  color: #000099;
}
#main a:visited {
  color: #9f8655;
}
#leftpanel {
  border: 1px solid #ffffeb;
  background-color: #ffffeb;
  width: 200px;
  float: left;
}
#rightpanel {
  border: 1px solid #9f8655;
  padding: 3px 5px 10px;
  width: 200px;
  float: right;
  margin-left: 5px;
  margin-top: 10px;
  background-color: #ffffeb;
}
#footer {
  background-color: #ffffeb;
  background-repeat: no-repeat;
  background-position: center top;
  position: relative;
  background-image: url(pics/hinklerlogo.jpg);
  height: 150px;
  padding-top: 0px;
}
#footer_left {
  padding-right: 15px;
  position: relative;
  width: 250px;
  float: left;
  padding-left: 45px;
  margin-top: 9px;
}
#footer_right {
  position: relative;
  margin-bottom: 40px;
  padding-right: 10px;
  top: 5px;
  padding-left: 10px;
  width: 270px;
  float: right;
  background-attachment: fixed;
  margin-top: 10px;
  font-size: 90%;
}
#footer_bottom {
  background-color: #9f8655;
  text-align: center;
  clear: both;
  font-weight: bold;
  position: relative;
  padding-bottom: 4px;
}
#footer h3 {
  margin-bottom: 8px;
  position: relative;
  top: -2px;
}
#footer h4 {
}
#footer p {
  font-size: 80%;
  text-align: center;
}
h1 {
  font-size: 1.3em;
  text-align: center;
}
h2 {
  font-size: 1.2em;
}
h3 {
  background-color: #9f8655;
  text-align: center;
  font-size: 1em;
  clear: both;
  line-height: 1.6em;
  margin-bottom: 0px;
}
h4 {
  font-size: 0.9em;
  text-align: center;
}
p {
  font-size: 1em;
}
.bigger {
  font-weight: bold;
  font-size: 1.1em;
}
.clearboth {
  clear: both;
}
img.left {
  margin-right: 7px;
  margin-top: 7px;
  float: left;
  margin-bottom: 7px;
}
img.right {
  margin-left: 7px;
  float: right;
  margin-top: 7px;
  margin-bottom: 7px;
}
.img_left_narrow {
  width: 210px;
  float: left;
  position: relative;
  margin-right: 5px;
  margin-bottom: 5px;
  margin-top: 5px;
}
.italic {
  font-style: italic;
  font-size: 80%;
  text-align: center;
}
.img_right_narrow {
  width: 210px;
  float: right;
  margin-top: 5px;
  margin-left: 5px;
  margin-bottom: 5px;
}
.img_left_wide {
  float: left;
  width: 350px;
  position: relative;
  margin-top: 5px;
  margin-right: 5px;
  margin-bottom: 5px;
}
.img_right_wide {
  float: right;
  width: 350px;
  position: relative;
  margin-top: 5px;
  margin-left: 5px;
  margin-bottom: 5px;
}
.img_wide {
  margin-right: auto;
  margin-left: auto;
  margin-top: 5px;
}
.boldred {
  color: #990000;
  font-weight: bold;
  line-height: 1.4em;
}
.boldblue {
  color: #000066;
  font-weight: bold;
  line-height: 1.4em;
}
