body {
  padding: 0px;
  margin: 0px;
  font-family: Arial, sans-serif;
  font-size: 15px;
  background-repeat: repeat-x;
}

a:link { font-weight:bold; color:#1c0e51; text-decoration:none; }
a:visited { font-weight:bold; color:#1c0e51; text-decoration:none; }
a:focus { font-weight:bold; color:#1c0e51; text-decoration:none; }
a:hover { font-weight:bold; color:#c40026; text-decoration:none; }
a:active { font-weight:bold; color:#c40026; text-decoration:none; }

a.maillink:link { font-weight:bold; color:#c40026; text-decoration:none;}
a.maillink:visited { font-weight:bold; color:#c40026; text-decoration:none; }
a.maillink:focus { font-weight:bold; color:#c40026; text-decoration:none; }
a.maillink:hover { font-weight:bold; color:#c40026; text-decoration:none; }
a.maillink:active { font-weight:bold; color:#c40026; text-decoration:none; }

div {
  padding: 5px;
}

p {

}

.header {
  background-image: url("images/header_bg.gif");
  background-position: right top;
  background-repeat: no-repeat;
  height: 100px;
}

.header p {
  color: #1c0e51;
  font-weight: bold;
  font-size: 20px;
  margin-left: 10px;
  margin-top: 50px;
}

.navi {
  width: 15%;
  height: 85%;
  float: left;
  background-color: #eeeeee;
}

.navi ul {
  list-style: none;
  padding-left: 10px;
}

.navi li {
  padding-top: 6px;
}

.navi li a.active {
  color:#c40026;
}

.info {
  width: 20%;
  height: 85%;
  float: right;
  background-color: #eeeeee;
  padding-left: 15px;
}

.info p {
  color: #c40026;
}

.main {
  margin-left: 16%;
  margin-right: 26%;
}

.main_left {
  padding: 0px;
  float: left;
  width: 40%
}

.main_right {
  padding: 0px;
}

.mainimage {
  float: left;
  margin-top: 0px;
  margin-left: 0px;
  margin-right: 5px;
  margin-bottom: 10px;
  z-index: -1;
}

.bold {
  font-weight: bold;
  margin-top: 25px;
}

.headline {
  font-weight: bold;
  margin-top: 20px;
}

.littletable td {
  padding: 0px;
  margin: 0px;
  line-height: 15px;
  font-size: 15px;
}

.red {
  color: #C40026;
}

span {
  color: #C40026;
}