@charset "utf-8";
body {
  margin: 0;
  padding: 0;
  background: #4e5869 none repeat scroll 0% 50%;
  font-family: Verdana,Arial,Helvetica,sans-serif;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  font-size: 100%;
  line-height: 1.4;
  font-size-adjust: none;
  font-stretch: normal;
  color: #000000;
}
ul, ol, dl {
  margin: 0;
  padding: 0;
}
h2, h3, h4, h5, h6, p {
  margin-top: 0;
  padding-left: 15px;
  padding-right: 15px;
}
a img {
  border:  none;
}
a:link {
  color: #414958;
  text-decoration: underline;
}
a:visited {
  color: #4e5869;
  text-decoration: underline;
}
a:hover, a:active, a:focus {
  text-decoration: none;
}
.container {
  margin: 0 auto;
  background: #ffffff none repeat scroll 0% 50%;
  width: 80%;
  max-width: 1260px;
  min-width: 960px;
  border-right-width: medium;
  font-size: 16px;
}
.header {
  text-transform: none;
  font-size: 16px;
  background-image: url(pics/header_background.png);
  background-color: #e6d8b8;
}
.sidebar1 {
  margin: 20px;
  float: right;
  width: 20%;
  padding-bottom: 30px;
  background-color: #ccc9c2;
  padding-left: 30px;
  font-size: 16px;
  padding-top: 24px;
}
.content {
  padding: 10px 0;
  width: 70%;
  float: left;
}
.content ul, .content ol {
  padding: 0 15px 15px 40px;
}
ul.nav {
  border-top: 1px solid #666666;
  margin-bottom: 15px;
  list-style-image: none;
  list-style-type: none;
}
ul.nav li {
  border-bottom: 1px solid #666666;
}
ul.nav a, ul.nav a:visited {
  padding: 5px 5px 5px 15px;
  background: #8090ab none repeat scroll 0% 50%;
  display: block;
  text-decoration: none;
  color: #000000;
}
ul.nav a:hover, ul.nav a:active, ul.nav a:focus {
  background: #6f7d94 none repeat scroll 0% 50%;
  color: #ffffff;
}
.footer {
  padding: 10px 0;
  position: relative;
  clear: both;
  background-color: #e8aa32;
  text-align: center;
  color: #ffffff;
  font-size: 16px;
}
.fltrt {
  float: right;
  margin-left: 8px;
}
.fltlft {
  float: left;
  margin-right: 8px;
}
.clearfloat {
  clear: both;
  height: 0;
  font-size: 1px;
  line-height: 0px;
}
ul#navlist {
  margin-left: 0;
  padding-left: 0;
  white-space: nowrap;
}
#navlist li {
  display: inline;
  list-style-type: none;
}
#navlist a {
  padding: 3px 10px;
}
#navlist a:link, #navlist a:visited {
  color: #ffffff;
  background-color: #f5b536;
  text-decoration: none;
}
#navlist a:hover {
  color: #ffffff;
  background-color: #cf992d;
  text-decoration: none;
}
ul#navlist2 {
  margin-left: 0;
  padding-left: 0;
  white-space: nowrap;
}
#navlist2 li {
  display: inline;
  list-style-type: none;
}
#navlist2 a {
  padding: 3px 10px;
}
#navlist2 a:link, #navlist2 a:visited {
  color: #ffffff;
  background-color: #cc972d;
  text-decoration: none;
}
#navlist2 a:hover {
  color: #ffffff;
  background-color: #a67b24;
  text-decoration: none;
}
h1 {
  margin-top: 0;
  padding-left: 15px;
  font-size: 28px;
  padding-right: 15px;
}
