/* Generated by KompoZer */
html {
  margin: 0px;
  padding: 0px;
}
* {
  margin: 0px;
  padding: 0px;
}
body {
  margin: 60px auto 10px;
  background-image: url(images/page_background.gif);
  background-color: #323232;
  background-repeat: repeat;
  font-family: "Trebuchet MS",Verdana,Arial;
  font-size: 1em;
}
h1 {
  text-align: center;
  color: #ffffff;
  font-size: 2.8em;
}
h2 {
  text-align: center;
  color: #e2e2e2;
}
h3 {
  font-family: Geneva,Arial,Helvetica,sans-serif;
  color: #b90302;
  font-size: 1.3em;
}
h4 {
  font-size: 1.2em;
}
a {
  color: #b90302;
  text-decoration: none;
}
a:visited {
  color: #b90302;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
p {
  margin: 6px 0px 10px;
}
form {
  border: 1px solid #cccccc;
  margin: 3px;
  padding: 10px;
  background-color: #e2e2e2;
}
form p {
  margin: 12px 0px;
}
form label {
  font-family: Verdana,Arial,Helvetica,sans-serif;
  font-size: 0.9em;
  font-weight: bold;
}
form input {
  border: 1px solid #cccccc;
  padding: 5px;
  font-family: Verdana,Arial,Helvetica,sans-serif;
  color: #b90302;
}
textarea {
  border: 1px solid #cccccc;
  padding: 5px;
  font-family: Verdana,Arial,Helvetica,sans-serif;
  color: #b90302;
}
form input.button {
  border: 1px solid #cccccc;
  background-color: #b80201;
  font-family: Geneva,Arial,Helvetica,sans-serif;
  color: #ffffff;
  font-weight: bold;
}
ul {
  margin: 4px 0px 4px 20px;
  list-style-type: square;
}
ol {
  margin: 4px 0px 4px 27px;
}
code {
  border: 1px solid #cccccc;
  margin: 10px;
  padding: 10px;
  background-color: #e2e2e2;
  display: block;
  font-family: "Courier New",Courier,monospace;
}
div#wrap {
  border: 4px solid #080808;
  margin: 0px auto;
  background-color: #ffffff;
  width: 80%;
}
div#header {
  padding: 20px 0px;
  background-image: url(images/header_background.jpg);
  background-color: #f85c5d;
  background-repeat: repeat-x;
}
div#nav {
  background-image: url(images/nav_background.gif);
  width: 100%;
  background-repeat: repeat-x;
  background-position: center bottom;
  height: 50px;
}
div#nav ul {
  margin: 0px;
  padding: 0px;
}
div#nav ul li {
  padding-right: 10px;
  display: block;
  float: left;
}
div#nav ul li a {
  padding: 12px 10px;
  display: block;
  float: left;
  height: 26px;
  color: #ffffff;
  font-weight: bold;
  text-decoration: none;
}
div#nav ul li a.selected {
  background-image: url(images/arrow_selected.gif);
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center bottom;
}
div#nav ul li a.selected:hover {
  background-image: url(images/arrow_selected.gif);
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center bottom;
}
div#nav ul li a:hover {
  background-color: #e23c3c;
}
div#content {
  margin: 2px 6px;
}
div#page {
  width: 67%;
  float: left;
}
div#sidebar {
  border: 1px solid #232323;
  margin: 5px 0px 5px 5px;
  padding: 4px;
  background-image: url(images/sidebar_background.jpg);
  background-color: #323232;
  width: 30%;
  background-repeat: repeat-x;
  float: right;
  color: #ffffff;
}
div#sidebar ul {
  border-top: 1px solid #4b4b4b;
  margin: 5px 0px;
  padding: 0px;
  list-style-type: none;
  list-style-image: none;
}
div#sidebar ul li {
  border-bottom: 1px solid #4b4b4b;
  margin: 0px;
  padding: 0px;
  display: block ! important;
}
div#sidebar ul li a {
  margin: 0px;
  padding: 4px 0px 4px 1px;
  width: 100%;
  display: block;
  font-family: Geneva,Arial,Helvetica,sans-serif;
  color: #ffffff;
}
div#sidebar ul li a:hover {
  background-color: #b80201;
  color: #ffffff;
  text-decoration: none;
}
div#sidebar p {
  margin-bottom: 20px;
}
div#sidebar ul {
  margin-bottom: 20px;
}
div#footer {
  clear: both;
}
div#footer p {
  text-align: center;
  font-size: 0.8em;
}
.bold {
  font-weight: bold;
}
.clear {
  clear: both;
}

