body {
  background-color: #002040;
  text-align: center;
  padding-top: 15px;
}



a {
  font-weight: bold;
  color: #3040A5;
}
a:link    {  text-decoration: none; }
a:visited {  text-decoration: none; }
a:hover   {  text-decoration: underline; }



div {
  background: black;
  color: #C9C9C9;
  font-family: Verdana;
}

div.maintitle {
  border-radius: 20px;
  font-size: 30px;
  padding: 6px 0px 0px 0px;

  position: absolute;
  left:100px;
  height:40px;
  top:-25px;
  font-family:courier;
  margin:auto;
  text-align:center;
  font-weight: bold;
  border: solid 2px green;
  width:400px;
}

div.mainbody {
  position:relative;
  border-radius: 20px;
  padding: 20px 12px 12px 80px;
  margin: 33px 20px 20px 75px;
  border:  solid 2px green;
  min-width: 450px;
  min-height: 350px;
  text-align: left;
  background: #000000;
}




div.nav {
  position: absolute;
  margin: 0px;
  padding: 0px;
  background: transparent;

  left: -70px;
  width: 140px;
}
div.navheader {
  border-radius: 20px 20px 0 0;
  font-family: courier;
  font-style: bold;
  margin:0px;
  text-align: center;
  border: solid 2px darkgreen;
  border-top-width: 0px;
  border-bottom-width: 0px;
  background: darkgreen;
  color: white;
  width: 100%;
}

div.navitem {
  text-align:center;
  background:black;
  margin:0px 0px 0px 0px;
  border: solid 2px darkgreen;
  border-top-width:0px;
  border-bottom-width:0px;
  width:100%;
  padding:0px;
  background: #000000;
}


div.navfooter {
  border-radius: 0 0 20px 20px;
  margin:0px 0px 10px 0px;
  border: solid 2px darkgreen;
  background: darkgreen;
  border-top-width: 0px;
  border-bottom-width: 0px;
  height: 8px;
  width:100%;
}




ul.linkbar {
  padding: 0px;
  margin: 0px;
  list-style-type: none;
  text-align: center;
  width: 100%;
}
ul.linkbar a       {
  text-decoration: none;
  display: block;
  font-weight: bold; color: #D78700;
  background-color: #000000;
}
ul.linkbar a:hover {
  text-decoration: underline;
  display: block;
  font-weight: bold;
  color: #D78700;
  background-color: #004000;
}
ul.linkbar li {display:inline;}

