html, body {
  margin: 0;
  padding: 0;
  font: 13px Arial, sans-serif;
  color: black;
  background: white url("/images/border.png") 199px 0 repeat-y;
}

#contentjumper {
  display: none;
}

:link, :visited {
  color: navy;
  font-weight: bold;
  text-decoration: none;
}

a:focus, a:hover {
  color: #0000cd;
  font-weight: bold;
  text-decoration: underline;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Trebuchet MS", Arial, sans-serif;
  color: #0000cd;
  font-weight: bold;
}

h1 {
  font-size: 2em;
}

h2 {
  font-size: 1.5em;
}

h3 {
  font-size: 1.2em;
}

h4 {
  font-size: 1em;
}

dt {
  margin-top: 10px;
  font-weight: bold;
}

dd {
  margin-top: 5px;
}

select, input, textarea {
  border: 1px solid #cccccc;
  background-color: #f7f7f7;
  color: black;
  font: 13px Arial, sans-serif;
}

select:focus, input:focus, textarea:focus {
  background-color: white;
}

table {
  margin: 10px;
}

.tableholder {
  margin: 10px;
}

.tableholder table {
  width: 100%;
  margin: 0;
}

/* Hacks because IE adds the borders of the table to its size.
   And you thought the box-model was fixed in IE6. \*/
* html .tableholder {
  padding-right: 3px;
}

* html .tableholder table {
  margin-right: -3px;
}
/* */

table, td, th {
  background-color: white;
  color: black;
  border: 1px solid #cccccc;
  border-collapse: collapse;
  text-align: left;
}

td, th {
  padding: 3px;
}

th, tfoot td {
  background-color: #f7f7f7;
  color: #0000cd;
  font-weight: bold;
}

tfoot td {
  text-align: right;
}

caption {
  text-align: left;
  font-weight: bold;
  margin: 10px 0;
}

#title {
  width: 100%;
  height: 80px;
  background: #cccccc url("/images/logoback.png") repeat-x;
  position: relative;
}

#title h1 {
  margin: 0;
  padding: 0;
  background: url("/images/banlogo.png") no-repeat;
  height: 100%;
}

#title span {
  display: none;
}

#sidebar {
  float: left;
  width: 180px;
  margin: 0 10px;
}

/* Another strange IE sizing bug... I hate IE. \*/
* html #sidebar {
  margin-left: 5px;
}
/* */

#sidebar h2, #main h2 {
  border-bottom: 1px solid #0000cd;
  padding: 0;
  margin: 0;
}

#sidebar h2 {
  margin: 10px 0;
}

#main {
  margin: 10px 10px 10px 210px;
}

#main h2 {
  margin-bottom: 10px;
}

#menulist {
  margin: 0 0 0 20px;
  padding: 0;
  list-style-type: none;
}

#menulist li{
  font: bold 1.2em "Trebuchet MS", Arial, sans-serif;
}

ul.imprintlist {
  list-style-type: none;
}

#awardslist {
  list-style-type: none;
  margin: 0 0 0 20px;
  padding: 0;
}

#awardslist li {
  padding: 0;
  margin: 5px 0;
}

#awardslist li img {
  border: 0;
  background-color: white;
}

#buttonad {
  width: 160px;
  height: 90px;
  margin: 0 0 0 20px;
  overflow: hidden;
}

#buttonad object {
  width: 160px;
  height: 90px;
}

#bannerad {
  width: 468px;
  height: 60px;
  overflow: hidden;
  position: absolute;
  top: 10px;
  right: 10px;
}

#bannerad object {
  width: 486px;
  height: 60px;
}

.checkbox {
  border: none;
  background: none;
}

#loginblock .boxlabel, .setting label {
  font-weight: bold;
}

#loginblock .textbox, #loginblock .submit, #loginblock p {
  margin: 3px 0 10px 20px;
  width: 140px
}

#loginblock .checkbox, #loginblock .boxlabel {
  margin: 0 0 0 20px;
}

.settings {
  background-color: #eeeeee;
  border: 1px solid #cccccc;
  margin: 10px 10px 20px;
  padding: 0 10px 31px;
  position: relative;
}

/* Holly Hack (Peek-a-boo bug) \*/
* html .settings {
  height: 1px;
  padding-bottom: 41px;
}
/* */


.settings h3 {
  background-color: #f7f7f7;
  padding: 0 4px;
  margin: 0 -10px 10px;
  border-bottom: 1px solid #cccccc;
}

.setting {
  margin-bottom: 10px;
}

.setting label {
  float: left;
  width: 12em;
}

.settings .submit {
  position: absolute;
  right: 10px;
  bottom: 10px;
  height: 21px;
  width: 75px;
}

.hidden {
  display: none;
}
