body {
  color: #53552e;
  padding: 10px 0px;
  margin: 0px;
  font-size: 10px;
  font-family: verdana, sans-serif;
  scrollbar-base-color: #68692f;
  scrollbar-arrow-color: #ffffff;
  scrollbar-3dlight-color: #ffffff;
  scrollbar-darkshadow-color: #ffffff;
  scrollbar-face-color: #68692f;
  scrollbar-highlight-color: #ffffff;
  scrollbar-shadow-color: #ffffff;
  scrollbar-track-color: #ffffff;
}

h2 {
  color: #9a9e6c;
  font-size: 14px;
  padding: 0px;
  margin: 0px;
}

h3 {
  color: #9a9e6c;
  font-size: 14px;
  padding: 25px 47px 10px 0px;
  font-weight: normal;
  margin: 0px;
  text-align: right;
}

h4 {
  font-size: 12px;
  color: #8c9159;
  padding: 2px 14px;
  margin-top: 15px;
  margin-bottom: 15px;
  border-top: 1px solid #f2f3eb;
  border-bottom: 1px solid #f2f3eb;
  text-transform: uppercase;
  font-weight: normal;
}

h5 {
  text-align: left;
  margin: 10px 25px;
  padding: 0px;
  font-size: 14px;
  font-weight: normal;
}

a {
  color: #9a9e6c;
  text-decoration: none;
}

a img {
  border: none;
}

.header {
  background-color: #f3f2ed;
}

.left_header {
  float: left;
}

.left_header img {
  margin: 18px 0px 0px 14px;
}

.right_header {
  float: right;
  text-align: right;
}

.right_header img {
  margin: 6px 6px 0px 0px;
}

.middle_header {
}

.middle_header p {
  font-size: 10px;
  text-transform: uppercase;
  margin: 0px;
  padding: 10px 5px 0px 5px;
  text-align: center;
}

.middle_header input {
  border: 1px solid #8a8c5d;
  font-size: 10px;
}

.media {
  float: left;
  width: 340px;
  text-align: center;
  margin-top: 50px;
  clear: both;
}

.slides {
  margin-left: 340px;
  border-left: 4px double #f2f3eb;
  width: auto;
}

.page {
  border-top: 4px double #f2f3eb;
  margin-top: 10px;
  font-size: 14px;
}

.bottom {
  border-top: 4px double #f2f3eb;
  text-align: center;
  margin: 0px;
  font-weight: bold;
}

.print_slide {
  text-align: center;
  font-weight: bold;
  margin-bottom: 10px;
}

.print_slide a {

}

.buttons {
  margin: 0px 30px 4px 30px;
  width: auto;
  background-color: #c4c4a0;
  line-height: 150%;
  padding: 4px;
}

.buttons a {
  color: white;
  padding: 0px 2px;
  white-space: nowrap;
  font-size: 12px;
}

.buttons a img {
  border: none;
  font-weight: bold;
}

.schedule {
  margin: 0px 4px 20px 4px;
}

.schedule hr {
  border: none;
  border-top: 1px dashed black;
  color: white;
  background-color: white;
  padding: 0px;
  margin: 0px;
}

.submit {
  border: none !important;
  color: #51562d;
  background-color: transparent;
  margin: 0px;
  padding: 0px;
  width: auto;
  cursor: pointer;
}

.videos {
  padding-left: 10px;
  background-color: white; /* fix strange bug in IE */
}

.video_frame {
  float: left;
  width: 100%;
}

.video {
  float: left;
  height: 90px;
  white-space: nowrap;
  overflow: hidden;
  margin: 2px 10px;
  text-align: center;
  font-size: 10px;
  font-weight: bold;
}

.video:hover {
  z-index: 10;
  overflow: visible;
 /* to use this in IE6 you need to add:
      body { behavior:url("/csshover.htc"); }
    to the HTML page
 */
}

.video a {
  color: #53552e;
}

.video a span {
  display: none;
  text-align: left;
  background-color: white;
  border: 4px outset #b0af81;
  padding: 5px;
  overflow: visible;
}

.video a:hover span {
  display: block;
  position: absolute;
  left: 70px;
  top: 20px;
}

.video img {
  border: 3px solid #dddddd;
  margin-bottom: 4px;
}