body {
  border:  none;
  margin: 0;
  padding: 0;
  font-family: Lucida Sans Unicode,Arial,sans-serif;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: normal;
  font-size-adjust: none;
  font-stretch: normal;
  text-align: left;
  background-color: #ffffff;
  z-index: 0;
}
#leftcolumn {
  position: fixed;
  top: 0px;
  width: 240px;
  min-height: 100%;
  height: 100%;
}
#rightcolumn {
  position: absolute;
  top: 0px;
  left: 220px;
  width: 940px;
  z-index: 0;
}
#linkcolumn {
  margin: 0 0 0 0px;
  padding: 5px 0px;
  position: absolute;
  top: 400px;
  left: 30px;
  width: 240px;
  font-family: Lucida Sans Unicode,Arial,sans-serif;
  background-color: #d4d4f2 /* #e1dbc7 */ ;
  z-index: 2;
}
#titlebar {
  margin: 20px 3px 3px 10px;
  padding: 5px 10px 10px;
  font-family: Lucida Sans Unicode,Arial,sans-serif;
  position: fixed;
  top: 0px;
  left: 240px;
  width: 700px;
  height: 195px;
  text-align: center;
  background-color: #d4d4f2;
}
#titlebar h1 {
  margin-top: 23px;
  font-size: 30px;
  font-weight: bold;
}
.subtitle {
  font-size: 22px;
  font-weight: bold;
}
.subsubtitle {
  font-size: 12px;
  text-align: center;
}
#maincolumn {
  margin: 0px 0px 10px 30px;
  padding: 0px 30px 10px;
  width: 598px;
  background-color:#666699;
  min-height: 300px;
  position: absolute;
  line-height: 28px;
  text-align: justify;
  top: 200px;
  font-family: Times New Roman,Times,serif;
  left: 40px;
  font-size: 16px;
  z-index: 1;
}
#maincolumn h1 {
  color: black;
  background-color: #d4d4f2;
}
#maincolumn h2 {
  margin-top: 0;
  text-align: center;
  color: black;
  background-color: #5694a1;
}
h3 {
  font-family: Lucida Sans Unicode,Arial,sans-serif;
  margin-top: 10px;
  padding-top: 10px;
  padding-left: 5px;
  padding-bottom: 10px;
  text-align: center;
  color: black;
  font-size: 22px;
  background-color: #d4d4f2;
}
h4 {
  font-family: Lucida Sans Unicode,Arial,sans-serif;
  padding-top: 0px;
  padding-bottom: 0px;
  text-align: center;
  color: #4a4631;
  background-color: #d4d4f2;
  font-size: 20px;
}
h5 {
  border: 1px solid #bab6a1;
  font-family: Lucida Sans Unicode,Arial,sans-serif;
  padding-top: 0px;
  text-align: center;
  color: #4a4631;
  font-size: 20px;
  padding-bottom: 0px;
  margin-bottom: 0px;
}

