﻿.title-text {
  background-color: #ffaa00;
  position: absolute;
  font-family: Georgia,Comic Sans MS,sans-serif;
  color: black;
  top: 0px;
  height: 160px;
  left: 160px;
  padding-left: 30px;
  min-width: 600px;
  right: 599px;
}
.title-logo {
  left: 0px;
  top: 0px;
  height: 160px;
  position: fixed;
  background-color: #ffaa00;
}
.title-photo {
  position: absolute;
  top: 0px;
  height: 160px;
  right: 0px;
  background-color: #ffaa00;
}
.menu-left {
  width: 160px;
  top: 160px;
  margin-left: 0px;
  background-color: black;
  position: fixed;
  display: block;
  left: 0px;
  padding-left: 0px;
  bottom: 0px;
}
.menu-left ul {
  border-style: solid;
  border-width: 3px;
  margin: 0px;
  padding: 0px;
  font-size: small;
  left: 0px;
  display: block;
}
.menu-left li {
  background-color: #268026;
  font-weight: inherit;
  display: block;
  margin-bottom: 3px;
}
.menu-left li a {
  border-style: solid;
  border-color: #268026;
  display: block;
  color: white;
  text-decoration: none;
}
.menu-left li a:hover {
  border-color: #ffaa00;
  border-width: 0px 3px;
  padding: 3px;
  display: block;
  margin-left: -3px;
  margin-right: -3px;
}
li.current {
}
li.current a {
  border-color: #ffaa00;
  color: black;
  background-color: #ffaa00;
}
.content0 {
  padding: 10px;
  font-family: Arial,Helvetica,sans-serif;
  margin-right: 0px;
  background-color: white;
  position: absolute;
  right: 0px;
  left: 0px;
  font-size: 16px;
  margin-top: 160px;
  top: 0px;
  margin-left: 160px;
  bottom: 0px;
}
.div-left {
  padding: 10px;
  top: 150px;
  position: absolute;
  left: 180px;
  font-family: Arial,Helvetica,sans-serif;
  font-size: 15px;
  margin-top: 100px;
  width: 40%;
}
.div-right {
  padding: 10px;
  position: absolute;
  top: 150px;
  right: 0px;
  font-size: 15px;
  font-family: Arial,Helvetica,sans-serif;
  margin-top: 100px;
  width: 40%;
}
h1 {
  margin: 0px;
  text-align: center;
  font-size: 200%;
  padding-top: 1ex;
  padding-bottom: 1ex;
  font-weight: bold;
}
h3 {
  margin: 0px;
  text-align: center;
  font-weight: bold;
  font-size: 160%;
}
h5 {
  margin: 0px;
  font-size: 120%;
  text-align: center;
  font-weight: bold;
}
h6 {
  margin: 0px;
  text-align: center;
  font-size: 100%;
  font-weight: normal;
}
body {
  background-color: white;
  font-family: Arial,Helvetica,sans-serif;
}
p {
  margin-top: 0px;
  margin-bottom: 0px;
}

