/* Generated by KompoZer */
* {
  margin: 0;
  padding: 0;
}
body {
  margin: 0 auto;
  padding: 0;
  font-family: Georgia,"Times New Roman",Times,serif;
  font-size: 1em;
  background-color: #333333;
  height: 100%;
}
div#wrap {
  margin: 0 auto;
  min-height: 100%;
  width: 80%;
  padding-top: 40px;
}
div#header {
  background-repeat: repeat-x;
  background-position: left top;
  height: 149px;
  background-image: url(images/header-middle.png);
}
div#innerheader {
  background-repeat: no-repeat;
  background-position: right top;
  height: 149px;
  background-image: url(images/header-right.png);
}
div#title {
  background-repeat: no-repeat;
  background-position: left top;
  height: 149px;
  padding-top: 30px;
  padding-left: 30px;
  background-image: url(images/header-left.png);
}
div#content {
  border-left: 6px solid #414141;
  border-right: 6px solid #414141;
  background-color: #99ffff;
}
div#page {
  background-color: #ffffff;
  width: 70%;
  float: left;
  min-height: 100px;
  background-position: right top;
  background-repeat: no-repeat;
  background-image: url(images/page-corner.png);
}
div.innerpage {
  padding: 10px;
  background-repeat: no-repeat;
  background-position: right bottom;
  background-image: url(images/page-corner-bottom.png);
}
div#sidebar {
  width: 27%;
  float: left;
  margin-top: 50px;
}
div#sidebar ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  list-style-image: none;
  list-style-position: outside;
}
div#sidebar ul li {
}
div#sidebar ul li a {
  border-left: 1px solid #620000;
  border-right: 2px solid #7d0000;
  border-bottom: 2px solid #7d0000;
  padding: 16px 7px;
  color: #ffffff;
  display: block;
  text-decoration: none;
  font-size: 0.9em;
  background-color: #99ffff;
}
div#sidebar ul li a:hover {
  background-color: #99ffff;
}
h1 {
  color: #ffffff;
  font-size: 2.8em;
  font-family: Georgia,"Times New Roman",Times,serif;
  font-weight: normal;
}
h2 {
  margin: -10px 0 0;
  padding: 0;
  color: #4a0000;
  font-weight: normal;
}
h3 {
  font-size: 1.4em;
  color: #7f0000;
  font-weight: normal;
}
a {
  color: #910000;
}
a:hover {
  color: #880000;
}
div#sidebar ul li a.selected, div#sidebar ul li a.selected:hover {
  border-left: medium none;
  border-right: medium none;
  background-color: #ffffff;
  font-weight: bold;
  color: #910000;
}
p {
  font-size: 0.9em;
  color: #333333;
  line-height: 2.05em;
  padding-bottom: 20px;
}
div#footer {
  border-left: 6px solid #414141;
  border-right: 6px solid #414141;
  padding: 10px 0;
  background-color: #99ffff;
}
div#footer p {
  margin: 0;
  padding: 0;
  text-align: center;
}
div#footer p, div#footer a {
  color: #ffffff;
  font-family: Arial,Helvetica,sans-serif;
}
input.button {
  padding: 5px 15px;
  font-weight: bold;
}
input, textarea {
  border: 1px solid #dddddd;
  padding: 5px;
  background-color: #ffffff;
}
label {
  font-weight: bold;
}
form input.formbutton {
  padding: 5px 10px;
  color: #ffffff;
  font-weight: bold;
  background-color: #99ffff;
}
table {
  width: 100%;
  font-size: 0.85em;
}
table tr th {
  color: #ffffff;
  background-color: #333333;
}
table tr th, table tr td {
  padding: 5px 10px;
  text-align: left;
}
table tr td {
  border-bottom: 1px solid #dddddd;
}
div.sidebar ul {
  border-top: 4px solid #dddddd;
  margin: 0 0 20px;
  padding: 0;
  list-style-type: none;
  list-style-image: none;
  list-style-position: outside;
}
ul {
  margin: 0 0 20px 20px;
  padding: 0;
  list-style-type: square;
  list-style-image: none;
  list-style-position: outside;
}
ul li {
  padding: 3px 0;
}
code {
  border: 1px solid #cccccc;
  margin: 10px 0;
  padding: 10px 5px;
  background-color: #dddddd;
  color: #333333;
  display: block;
}
.clear {
  clear: both;
}
.right {
  float: right;
}
.left {
  float: left;
}
*:focus {
}
