/*****************************************************
 * style.css   <<   page style information
 ****************************************************/

 html {
  height: 100%;
  width: 100%;
  margin: 0px;
  padding: 0px;
 }

 body {
  background-color: #fff;

  font-family: arial, verdana, sans-serif;
  font-weight: normal;

  height: 100%;
  width: 100%;
  margin: 0px;
  padding: 0px;
 }

 a {
  text-decoration: none;
  color: #016893;
 }

 a:hover {
  text-decoration: underline;
  color: #016893;
 }

 h1 {
  display: none;
 }

 h2 {
  font-family: arial, verdana, sans-serif;
  font-size: 26px;
  font-weight: 800;
  line-height: 150%;
  letter-spacing: 0.05em;
  color: #d10f41;
 }

 h3 {
  font-family: arial, verdana, sans-serif;
  font-size: 18px;
  font-weight: 800;
  letter-spacing: 0.05em;
  color: #016893;
 }

 h4 {
  font-family: arial, verdana, sans-serif;
  font-size: 16px;
  font-weight: 800;
  letter-spacing: 0.05em;
  color: #fff;
 }

 h4 a {
  text-decoration: none;
  color: #fff;
 }

 h4 a:hover {
  text-decoration: none;
  color: #fff;
 }

 h5 {
  font-family: arial, verdana, sans-serif;
  font-size: 13px;
  font-weight: bold;
  color: #000;
  text-align: justify;
 }

 #logo {
  position: absolute;
  left: 0px;
  top: 0px;
 }

 #container {
  width: 100%;
  height: 100%;
  margin: 0px;
  padding: 0px;
 }

 #top {
  padding: 0px;
  margin: 0px;
  padding-left: 230px;
  background-color: #016893;
  height: 84px;
  width: 100%;
 }

 #left {
  margin: 0px;
  padding: 0px;
  width: 138px;
  height: 100%;
  background-color: #d10f41;
  vertical-align: top;
 }

 #content {
  margin: 0px;
  padding-left: 20px;
  padding-top: 5px;
  width: 100%;
  height: 100%;
  background-image: url('/static/img/bg.jpg');
  background-position: 30px 40px; /* left top */
  background-color: #FFFFFF;
  background-repeat: no-repeat;
  vertical-align: top;
 }

 #contenttable {
  margin: 0px;
  padding: 0px;
  width: 600px;
  height: 100%;
 }

 #menu {
  height: 100%;
  margin: 0px;
  padding-left: 5px;
  padding-top: 110px;
 }

 #title {
  width: 100%;
  margin-left: 90px;
  margin-top: 40px;
  height: 80px;
 }

 .text {
  font-family: arial, verdana, sans-serif;
  font-size: 13px;
  line-height: 170%;
  font-weight: normal;
  color: #000;
  text-align: justify;
 }

 .imgborder {
  border: 1px solid #000;
 }
