#hder {
  width: 100%;
  background-color: #ffdead;
  font-family: verdana, trebuchet ms, sans-serif;
  font-size: 20px;
  font-weight: bold;
  color: green;
  letter-spacing: 5px;
  padding: 10px;
}

#fter {
  background: silver;
  font-family: verdana, trebuchet ms, sans-serif;
  font-size: 10px;
  color: green;
  letter-spacing: 0px;
  padding-top: 1px;
  padding-bottom: 1px;
  padding-left: 15px;
  padding-right: 15px;
  border-top: solid thin navy;
}

#nav1 {
  height: 12px;
  vertical-align: top;
  position: static;
}

#nav2 {
  vertical-align: top;
  margin: 30px 0 0 0;
}

#nav3 {
  height: 15px;
  vertical-align: bottom;
  padding: 0;
  margin: 0;
  width: 159px;
}

.main {
  table-layout: auto;
}

.nav {
  background-color: #ffffe0;
  padding-right: 1px;
  font-family: verdana, trebuchet ms, sans-serif;
  color: navy;
  padding-top: 2px;
  padding-bottom: 2px;
  padding-left: 10px;
  float: left;
  border-top: solid thin navy;
  width: 150px;
}

#content {
  width: 100%;
  background-color: #ffffe0;
  padding: 10px;
  font-family: verdana, trebuchet ms, sans-serif;
  color: navy;
  padding-top: 3px;
  padding-bottom: 3px;
  padding-left: 10px;
  border-left: solid thick navy;
  border-right: solid thick navy;
  border-top: solid thin navy;
  margin-left: 160px;
}

body {
  background-color: #ffffe0;
  color: navy;
  font-family: helvetica, trebuchet ms, sans-serif;
  font-size: 13px;
  padding-left: 4px;
}

p.c1 {
  text-align: center;
}

a {
  color: blue;
  font-family: helvetica, trebuchet ms, sans-serif;
  text-decoration: none;
}

a:link {
  color: blue;
  font-family: helvetica, trebuchet ms, sans-serif;
  text-decoration: none;
}

a:visited {
  color: blue;
  font-family: helvetica, trebuchet ms, sans-serif;
  text-decoration: none;
}

a:hover {
  color: green;
  font-family: helvetica, trebuchet ms, sans-serif;
  font-weight: bold;
  text-decoration: none;
}

table.sm {
  font-size: 70%;
}

.title {
  width: 140px;
  left: 5px;
  z-index: 10;
  font-family: verdana, helvetica, sans-serif;
  font-weight: bold;
  font-size: 13px;
  color: navy;
  background-color: #ffffe0;
}

.submenu {
  padding-left: 14px;
  width: 145px;
  font-family: verdana, helvetica, sans-serif;
  font-size: 13px;
  color: blue;
}

.m1 {
  font-size: 110%;
  font-weight: bold;
  color: navy;
}

.orng {
  color: #ffa500;
  width: 90%;
}

.red {
  color: #ff0000;
  width: 90%;
}

.sb {
  border-color: silver;
  border-style: solid;
}