body {
   padding-left: 150px;
   padding-right: 35%;
   padding-top: 150px;
   font-family: tahoma, serif;
   font-size: 10pt;
   color: #ffffff;
   background-color: #000000;
   background-image: url(images/titlebar.jpg);
   background-repeat: no-repeat;
   background-position: 0 0;
   }

#navbar {
   position: absolute;
   top: 150px;
   bottom: 0px;
   left: 0px;
   width: 140px;
   height: 100%;
   overflow: hidden;
   background-color: #101266;
   }

ul.navbar {
   list-style-type: none;
   padding: 0em;
   margin: 0;
   text-align: right;
   position: absolute;
   top: 20px;
   left: 10px;
   width: 130px;
   }

ul.navbar li {
   color: #ffffff;
   margin: 2px;
   padding: 2px; }

ul.navbar li:hover {
   background-color: #000000 }

ul.navbar a {
   color: #ffffff;
   text-decoration: none }

ul.navbar a:visited {
   color: #ffffff }

a:link {
   text-decoration: none;
   color: #616ed0 }

a:visited {
  text-decoration: none;
  color: #616ed0 }

a:hover {
  text-decoration: underline }

h1 {
  font-family: verdana, sans;
  font-size: 20pt;
  color: #616ed0;
  font-weight: bold;
  }

h2 {
  font-family: verdana, sans;
  font-size: 16pt;
  color: #616ed0;
  font-weight: bold;
  }

h3 {
  font-size: 14pt;
  color: #616ed0;
  font-weight: bold; }

address {
  color: #888888;
  margin-top: 1em;
  padding-top: 1em;
  border-top: thin solid;
  text-align: right }







