﻿body {
  background-color: #6699FF;
  color: #000000;
  font-family: Verdana, Arial, Helvetica, sans-serif;
}

#headline {
  text-align: right;
  width: 95%;
  margin-right: 20px;
color:#ffffff;
}

#content {
  width: 95%;
}

#menubar {
  background-color: #c3d8ea;
  color: #000000;
  position: absolute;
  top: 60px;
  left: 3%;
  width: 15%;
  margin: 5px;
  border-left: 10px solid #7ca7cd;
  font-size: 16px;
  font-family: Georgia, "Times New Roman", Times, serif;
  line-height: normal;
  font-weight: bold;
}

#main {
  position: absolute;
  top: 60px;
  left: 20%;
  width: 78%;
}

#internal_frame {
  background-color: #FFFFFF;
  margin-bottom: 20px;
  font-size: 14px;
  font-family: Georgia, "Times New Roman", Times, serif;
  line-height: normal;
  padding:5px;
  border: 1px black solid;
}

a:hover {
  color: #091219;
}

a:visited {
  color: #315b7f;
}

a:link {
  color: #315baf;
}

ul.leftnav a {
  text-decoration: none;
  display: block;
  background-color: #c3d8ea;
  width: 100%;
}

ul.leftnav {
  margin: 0;
  list-style-type: none;
}

ul.subnav  {
  list-style-type: none;
  margin: 0, 0, 5, 15;
}

img {
  border: 0px;
}

.copyright {
  font-size: 75%;
  text-align: right;
}

th {
  text-align: left;
}

.blog h2 {
 color: #988F5E;
}

.blog p {
 color: #404040;
}