body {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  margin: 0;
  padding: 0;
  background-color: #696;
  color: #ddd;
  }

.copyright {
        font-size: 11px;
        font-weight: bold;
        text-align: center;
        padding: 10px;
        }

.copyright a {
  color: #fff;
  font-weight: bold;
  text-decoration: underline;
}

.copyright a:hover { color: #000 }

.thebox {
        width: 84%;
        margin: 0 auto 40px auto;
        background-color: #585;
        border-left: 2px solid #000;
        border-right: 2px solid #000;
        border-bottom: 2px solid #000;
        }

.column-center img {
        margin: 7px;
        border: 3px solid #696;
        }

.column-center {
        padding-top: 8px;
        }

p {
  padding: 0;
  margin-top: 7px;
  line-height: 19px;
  }

h1 {
    font-size: 18px;
    }

blockquote {
    margin-left: 12px;
    letter-spacing: 2px;
    }

.frontpageheader {
    display: block;
    font-size: 18px;
    font-weight: bold;
    padding-bottom: 3px;
    margin-bottom: 10px;
    border-bottom: 1px dotted #696;
    }

.header-frame {
    background-color: #477419;
    background-repeat: no-repeat;
    }

.searchframe {
    padding: 45px 25px 0 10px;
    }

.searchbox {
    background-color: #477419;
    font-size: 10px;
    font-weight: bold;
    color: white;
    border: 1px solid white;
}

.print-logo {
    display: none;
    }

.main-frame {
    padding-top: 10px;
    }

.column-left {
    border-right: 1px solid #363;
    background-color: #474;
    padding-top: 8px;
    }

.column-center {
    padding-left: 10px;
    margin-left: 10px;
    padding-right: 10px;
    margin-right: 10px;
    }

.column-right {
    border-left: 1px solid #9c9;
    }

.pathway-frame {
    background-color: #696;
    border-top: 2px solid black;
    padding: 3px;
    }

.pathway {
    font-size: 10px;
    font-weight: normal;
    }

.pathway a:link, .pathway a:visited {
    color: black;
    text-decoration: none;
    }

.pathway a:hover {
    color: #360;
    text-decoration: none;
    }

table.contentpaneopen, table.contentpane {
    font-size: 13px;
    letter-spacing: 0.05em;
    line-height: 1.4em;
    }

.contentpaneopen a:link, .contentpaneopen a:visited, .contentpane a:link, .contentpane a:visited {
    color: #eee;
    font-weight: bold;
    text-decoration: none;
    }

.contentpaneopen a:hover, .contentpane a:hover {
    color: #eee;
    background-color: #363;
    font-weight: bold;
    text-decoration: none;
    }

.contentheading {
    font-size: 18px;
    font-weight: bold;
    }

.sectiontableheader {
    font-size: 12px;
    color: #000;
    padding: 4px;
    margin: auto;
    border-bottom: 1px dotted #696;
    }

.sectiontablelogin {
    font-size: 11px;
    font-weight: bold;
    padding: 5px;
    margin: 5px;
    color: #ccc;
    }

.pagenav {
    font-size: 10px;
    color: #000;
    }

.contenttoc {
    font-size: 10px;
    }

.small {
    font-size: 11px;
    }

.createdate {
    font-size: 11px;
    }

table.moduletable {
    margin: 0px 0px 0px 5px;
    width: 90%;
    margin: 0 5px 5px 10px;
    }

table.moduletable th {
    font-size: 11px;
    font-weight: bold;
    padding-bottom: 3px;
    border-bottom: 1px dotted #696;
    text-align: left;
    }

table.moduletable a:link, table.moduletable a:visited {
    text-decoration: none;
    color: #eee;
    }

table.moduletable a:hover {
    text-decoration: none;
    color: #eee;
    border-bottom: 2px solid #eee;
    }

table.moduletable td {
    font-size: 12px;
    padding: 0 5px 3px 5px;
    white-space: nowrap;
    }

.mainlevel {
    white-space: nowrap;
    }

a.mainlevel:link, a.mainlevel:visited {
    text-decoration: none;
    color: #666;
    }

a.mainlevel:hover {
    text-decoration: underline;
    color: red;
    }

input.button {
    background-color: white;
    border: 1px solid #060;
    font-size: 10px;
    color: #060;
    padding: 2px;
    height: 22px;
    }

input.button:hover {
    background-color: #9c9;
    border: 1px solid red;
    }

.contentpaneopen td {
    padding-right: 15px;
    }

.contentpagetitle {
    font-size: 14px;
    }

a.contentpagetitle:visited, a.contentpagetitle:link {
    text-decoration: none;
    color: white;
    }

a.contentpagetitle:hover {
    text-decoration: none;
    color: white;
    border-bottom: 1px dotted white;
    }

.sep {
   height: 0;
   margin: 0;
   padding: 5px;
   border-top: 1px solid #9c9;
   }
