/* Generated by KompoZer */
@import url(layout.css);
body {
  font-family: Arial,sans-serif;
  font-size: medium;
  background-color: white;
  text-align: right;
  color: black;
}
#container {
  width: 100%;
  height: 100%;
  background-color: #478d57;
}
#masthead {
  width: 100%;
  overflow: auto;
  text-align: right;
  background-color: #478d57;
}
#page_content {
}
#sidebar {
  position: relative;
  float: left;
  background-color: #478d57;
  width: 100px;
}
#content {
  padding: 5px;
  background-color: #ffffff;
  margin-left: 120px;
  width: 100%;
}
#footer {
  padding: 1% 0 1% 1%;
  clear: both;
  overflow: hidden;
  background-color: #478d57;
  width: 100%;
  text-align: center;
}
#masthead img {
  float: left;
  background-color: white;
  position: relative;
  margin-top: 0%;
  margin-left: 20%;
}
#masthead p {
  margin: 0 1% 0 0;
  font-size: small;
}
h1, h2, h3, h4, h5, h6 {
  font-family: Arial Black;
}
#sidebar ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  width: 100%;
  display: block;
  color: black;
}
#sidebar li {
  border: 1px solid #478d57;
  display: block;
  color: black;
}
#sidebar a {
  border-bottom: 1px solid #478d57;
  padding: 5%;
  font-weight: bold;
  text-decoration: none;
  display: block;
  color: black;
}
#sidebar a:hover {
  border-bottom: 1px solid #70dd88;
  color: #000000;
  background-color: #ffffff;
  font-weight: bolder;
}
#footer p {
  font-size: x-small;
}
#footer a {
  color: #393939;
  text-decoration: underline;
}
#footer a:hover {
  color: #393939;
  text-decoration: none;
}
a {
  color: #000000;
}
a:hover {
  color: #393939;
}
.style_bold {
  font-weight: bold;
}
.style_italic {
  font-style: italic;
}
