html { 
  margin:0px;
  padding:0px;
}

body { 
  font-family: Arial, Verdana, Helvetica, sans-serif;
  line-height: 1.4;
  font-size: 14px;
  margin:0px;
  padding:10px;
  background-color: white;
  /* background-image: url('background.png');
  background-repeat: repeat; */
  width: 60em;
}

h1, h2, h3 { 
  font-family: Verdana, Arial, Helvetica, sans-serif; 
  text-decoration: none;
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 10px 0px;
}

h1 { 
  font-size: 200%; padding: 0px; margin: 0px; height: 40px; 
  color: #ff9800;
}
h2 { 
  font-size: 150%; padding: 0px 0px 0px 0px;
  color: #ff9800;
}
h3 { font-size: 125%; padding: 0px 0px 0px 0px;}

#leftnav
{
float: left;
width: 180px;
margin: 0;
padding: 10px;
text-align: right;
border-right: 1px solid gray;
}

#content
{
margin-left: 200px;
border-left: 1px solid gray;
/* padding: 1em; */
padding: 10px;
}

.menuitem {
  width: 170px;
  background: #000066;
  color: white;
  padding: 2px 5px 2px 5px;
  border: solid thin black;
}

.submenuitem {
  width: 170px;
  background: #aaaaff;
  color: black;
  padding: 1px 5px 1px 5px;
  border-right: solid thin black;
  border-left: solid thin black;
}

.selectedmenuitem {
  width: 170px;
  background: #0000aa;
  color: white;
  padding: 2px 5px 2px 5px;
  border: solid thin black;
  color: white; 
  text-decoration: none; 
  font-size: 120%;
}

.menuitem a:link, .menuitem a:visited {
  color: white; 
  text-decoration: none; 
  font-size: 120%;
}

.menuitem a:hover, .menuitem a:active {
  color: yellow; 
  text-decoration: none; 
  font-size: 120%;
}

.selectedmenuitem a:link, .selectedmenuitem a:visited {
  color: white; 
  text-decoration: none; 
}

.selectedmenuitem a:hover, .selectedmenuitem a:active {
  color: yellow; 
  text-decoration: none; 
}

a:link, a:visited { color: #7e8aa2; text-decoration: none; }
a:hover, a:active { color: #ff9800; text-decoration: none; /* underline */ }

table th {
  border: solid thin black;
  background:#263248;
  color:white;
  text-align: left;
  padding: 4px;
}

table td {
  padding: 4px;
}

table.post {
  border: solid thin black;
  border-collapse: collapse;
  margin-bottom: 1em;
}

table.inactivepost {
  border: solid thin gray;
  border-collapse: collapse;
  margin-bottom: 1em;
}

table.inactivepost th {
  border: solid thin gray;
  background: #f0f0ff;
  color: gray;
  text-align: left;
  padding: 4px;
}

table.inactivepost td {
  padding: 4px;
  color: gray;
}

.submittable {
  /* font-size: 90%; */
  margin-bottom: 1em;
}

.submittable th {
  text-align: center;
}

.submittable td {
  padding-left: 0.5em;
  padding-right: 0.5em;
  border: solid thin black;
}

hr.gap {
  margin-top: 2em;
  margin-bottom: 2em;
}

table.body { font-size: 80%; }

table.inactivepost a:link, table.inactivepost a:visited { color: #ff9999; text-decoration: none; }
table.inactivepost a:hover, table.inactivepost a:active { color: #bb99ff; text-decoration: underline; }

.bar { border-right: solid thin black; }
.b { font-weight: bold; }
.u { text-decoration: underline; }
.blue { color: blue; }
.red { color: red; }

ul#list-nav {
  list-style:none;
  /*margin:20px;*/
  padding:0;
  width:525px
}

ul#list-nav li {
  display:inline
}

ul#list-nav li a {
  text-decoration:none;
  padding:5px 0;
  width:100px;
  background:#7e8aa2;
  color:#ffffff;
  float:left;
  text-align:center;
  border-left:1px solid #fff;
}

ul#list-nav li a:hover {
  background:#263248;
  color:#ff9800;
}
