@charset "us-ascii";
.fake { }
body {
    background-color:white;
}

a.titlenav:link     { color: white; text-decoration:none; }
a.titlenav:visited     { color: white; text-decoration:none;}
a.titlenav:active     { color: white; }
a.titlenav:hover     { color: black; background-color:white; }
a.titlenav:focus    { color:black; background-color:white; }
.titleholder
{
    background: #006400;
    color: white;
    width: 100%;
    text-align: center;
}
.titlemain
{
    vertical-align: top;
    font-size: large;
}

.titleholder a
{
    color:white;
    text-decoration: none;
    font-size: small;
}
.titlenav
{
    text-align:right;
    font-size:small;
}

.navholder {
    background:white;
    position: relative;
    left: 0;
    width:auto;
    display: inline;
    padding-top: 30px;
}

td.navcell a, td.eventnavcell a
{
    /* Settings for nav cell, including most recently clicked link */
    display: inline;
    border-top: none;
    margin: 0;
    padding: 0;
}

.navcell, .eventnavcell
{
    text-align:left;
      border:2px;
      margin: 0px;
      border-color:gray;
      border-style:solid none solid none;
}

.navcell
{
      background-color: #006400;
}

.eventnavcell
{
    background: blue;
}

table.nav
{
    width:100%;
}

td.navcell > ul {
    margin-left: 15px;
    margin-top:0;
    margin-bottom:0;
    padding:0;
    list-style: none;
    white-space: nowrap;
    text-align: left;
    text-decoration: none;
    }

td.navcell li {
    list-style:none;
    text-align: left;
    text-decoration: none;
    border-bottom: none;
    } 

td.navcell li a
{
    font-size: small;
}

h1 {
    font-size: 16pt;
}
h2 {
    font-size: 12pt;
}

.contentmain h3 {
    /* Content right column header */
    text-align: left;
    background: white;
    color: black;
}

