body.full {
  width: 600px;
  margin-bottom: 0px; 
  margin-right:  0px; 
  margin-top:    0px; 
  margin-left:   0px 
}

h2 {
  color: rgb(163, 0, 0);
}

table.full { 
  text-align:     left; 
  width:          600px; 
  font-family:    helvetica, arial, sans-serif; 
  border-width:   0px;
  border-style:   none; 
  padding-top:    0px; 
  padding-bottom: 0px; 
  padding-left:   0px; 
  padding-right:  0px; 
  margin-top:     0px; 
  margin-bottom:  0px; 
  margin-left:    0px; 
  margin-right:   0px; 
  color: rgb(163, 0, 0);
}

table.mainarea {
  vertical-align: top;
  width: 100%;
  padding: 10px;
  border: 2px solid;
}

th {
  color: rgb(163, 0, 0);
  font-weight: bold;
  text-align: left;
}

td {
  color: rgb(163, 0, 0);
}

td.topbar {
  font-size: 200%;
  font-weight: bolder;
  background-color: rgb(255, 255, 255);
  text-align: center;
  vertical-align: middle;
}

td.leftcolumn {
  text-align: left;
  width: 160px;
  vertical-align: top;
  color: rgb(255, 255, 255);
  background-color: rgb(192, 0, 0);
  
}

td.leftcolumn div {  
  border: 1px solid;
  background-color: rgb(163, 0, 0);
  width: 150px;
  color: rgb(0, 0, 0);
}

td.mainarea {
  color: rgb(0, 0, 0);
  vertical-align: top;
  margin-left: 20px;
}

td.copyright {
  color: rgb(163, 0, 0);
  text-align: center;
  vertical-align: middle;
  font-size: smaller
}

a {
  font-weight: bold;
  color: rgb(163, 0, 0);
  font-family: helvetica, arial, sans-serif;
  text-decoration: none;
  z-index: 100;
}

a.menubar {
  font-weight: bold;
  color: rgb(255, 255, 255);
}

a.menubar span {
  display: none;
}

a:visited {
  color: rgb(82, 0, 0);
}

a.menubar:visited {
  color: rgb(192, 192, 192);
}

a:hover {
  color: rgb(0, 0, 0);
  background-color: rgb(255,255, 192);
}

a.menubar:hover {
  color: rgb(0, 0, 0);
  background-color: rgb(255, 255, 192);
}

a.menubar:hover span {
  display: block;
  position: absolute; top: 190px; left: 172px; width: 405px; height: 205px;
  padding: 10px;
  border: solid black;
  background-color: rgb(255,255, 192);
  font-family: helvetica, arial, sans-serif;
  font-size: medium;
  font-weight: normal;
  text-align: left;
}

a.menubar:hover span b {
  font-family: helvetica, arial, sans-serif;
  font-size: large;
  font-weight: bold;
  text-align: center;
  color: rgb(163, 0, 0);
}

img {
  border: none;
}
