body  {
  background-color: #dddddd;
  font-family: Arial, Helvetica, sans-serif;
}

#header {
  display: block;
  height: 48px;
  margin: 5px 2px 5px 2px;
  padding: 5px;
  border: 1px solid #000077;
}

#header img {
  float: right;
}

#menumain {
  width: 100%;
  margin: 0;
  padding: 0;
}

#menumain table {
  width: 100%;
  table-layout: fixed;
}

#menumain td {
  width: 100px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 0;
  color: #cccccc;
  background-color: #000077;
}

#menumain td a:link, #menumain td a:visited, #menumain td a:active {
  display: block;
  height: 20px;
  margin-bottom: 1px;
  margin-top: 1px;
  padding-left: 7px;
  padding-right: 7px;
  color: #cccccc;
  font: normal 12px verdana, sans-serif;
  line-height: 20px;
  text-decoration: none;
}

#menumain td.selected a:link, #menumain td.selected a:visited, #menumain td.selected a:active {
  color: #ffffff;
}

#menumain td a:hover {
  color: #ffffff;
  background-color: #000000;
}

#submenu {
  margin-top: 20px;
  padding: 10px;
  width: 155px;
}

#submenu ul, #submenu li {
  margin-left: 5px;
  padding: 0;
  color: #000077;
  font: normal 11px verdana, sans-serif;
  list-style-type: square;
}

#submenu li a:link, #submenu li a:visited, #submenu li a:active {
  display: block;
  height: 16px;
  color: #000077;
  line-height: 16px;
  text-decoration: none;
}

#submenu li a:hover {
  color: #000000;
  background-color: transparent;
  text-decoration: underline;
  letter-spacing: 1px;
}

#submenu li.subsubmenu {
  margin-left: 18px;
  font: normal 10px verdana, sans-serif;
  list-style-type: none;
  padding: 0;
  color: #000077;
}

#navbar {
  z-index: 10;
  position: absolute;
  left: 170px;
  top: 95px;
  right: 10px;
  margin-top: 20px;
  margin-right: 20px;
  padding: 10px;
  font-size: 12px;
}

#navbar a:link, #navbar a:visited, #navbar a:active {
  height: 16px;
  color: #000077;
  line-height: 16px;
  text-decoration: none;
}

#navbar a:hover {
  color: #000000;
  background-color: transparent;
  text-decoration: underline;
}

#content {
  position: absolute;
  left: 170px;
  top: 120px;
  right: 20px;
  margin-top: 20px;
  margin-right: 20px;
  padding: 10px;
}

#content a:link, #content a:visited, #content a:active {
  color: #000077;
  text-decoration: none;
}

#content a:hover {
  color: #000000;
  text-decoration: underline;
}

#content h1 {
  font-size: 130%;
  font-weight: bold;
  margin-bottom: 0;
  color: #000077;
}

#content p.small {
  font-size: 80%;
}


.main {
font-family: Arial, Helvetica, sans-serif;
color: #991111;
background-color: #ffffdd;
text-align: left;
list-style-type: circle;
margin-left: 150px;
margin-right: 150px;
}
a:link {
text-decoration: underline;
color: #991111;
}
a:focus {
text-decoration: underline;
color: black;
}
a:visited {
text-decoration: underline;
color: #991111;
}
a:active {
text-decoration: underline;
color: #991111;
}
a:hover {
text-decoration: underline;
color: black;
}
ul li {
padding-left: 5px;
}
h3.main {
font-size: 18px;
font-weight: normal;
}
h1.title {
font-size: 28px;
font-weight: bold;
margin-bottom: 0;
}
.sectiontitle {
font-size: 22px;
}
.subheading {
font-style: normal;
font-weight: bold;
}
.heading {
font-size: 26px;
font-weight: bold;
}
.small {
font-size: 12px;
font-weight: normal;
}
.emphasized {
font-weight: bold;
}
.footer {
font-size: 10px;
} 

