body {
  margin: 0px;
  padding: 0px;
  height: auto;
  min-width: 750px;
  background-color: #e8eaf2;
  background-image: none;
  color: black;
  font-family: "Arial";
  font-size: small;
  z-index: -1;
}

#wrapper {
  width: 100%;
  height: auto;
  z-index: 0;
  overflow: hidden;
  text-align: center;
}

h1 {
  color : #67218d;
  font-size: 1.6em;
  border-bottom: solid 1px #8890b8;
}

h2 {
  color : #67218d;
  font-size: 1.3em;
}

div.main {
  position: relative;
  margin-top: 15px;
  margin-bottom: 15px;
  margin-left: 2%;
  margin-right: 2%;
  width: 97%;
  height: auto;
  min-height: 450px;
  background: #ffffff url(images/bg.png) repeat-y 0 0;
  color: black;
  border: solid 1px #103878;
  padding-left: 0px;
  line-height: 1.8;
  text-align: left;
  z-index: 1;
}

div.left {
  position: absolute;
  top: 0px;
  left: 0px;
  margin-right: 0px; /* was 50px */
  width: 300px;
  min-height: 100%;
  height: auto;

  /* background-color: #5868a0; */
  color: #ffffff;
  float: left;
  z-index: 1;
}

div.right {
  position: relative;
  margin-left: 320px;
  top: 0px;
  left: 0px;
  width: auto;
  height: auto;
  z-index: 1;
}

div.text {
  padding-left: 0px; /* was 310px */
  margin: 5px;
  width: auto;
  height: auto;
  z-index: 10;
  color: #000000;
  background: #ffffff;
}

div.logo_container {
 padding: 0px;
 margin: 0px;
 float: none;
 width: 100%;
 text-align: right;
 z-index: 2;
}

#logo {
  margin: 10px;
  margin-right: 30px;
}

a.menu {
  color: white;
}

a:link {
}

a:active {
}

a:visited {
}

