/* CSS Style sheet 01 */

body {
 font-family: Arial, Helvetica, sans-serif;
 font-size: .75em;
 font-weight: bold;
 text-align: center;
}

/* Navigation Bars */


#nav {
 padding: 0;
 width: 50em;  /* 60 for all menus */
 line-height: 1;
 list-style: none;
 margin: 0 auto 0 auto;
}

#nav ul {
 padding: 0;
 margin: 0;
 line-height: 1;
 list-style: none;
}

#nav a {
 display: block;
 width: 10em;
}

#nav li {
 float: left;
}

#nav li ul {
 position: absolute;
 left: -999em;
 top: auto;
 width: 10em;
 border-bottom: 0;
 background: #cdcdcd;
}

#nav li ul ul {
 margin: -2.42em 0 0 11.67em;
}

#nav li:hover ul ul, #nav li.sfhover ul ul {
 left: -999em;
}

#nav li:hover ul, #nav li.sfhover ul {
 left: auto;
}

#nav li li:hover ul, #nav li li.sfhover ul {
 left: auto;
}

#nav a:link, #nav a:visited {
 display: block;
 width: 10em;
 border-bottom: 0;
 padding: 6px 8px 6px 8px;
 color: #FFFFFF;
 background-color: #aaaaaa; /* #000066; */
 text-decoration: none;
 border-top: 2px solid #DCDCDC;
 border-left: 2px solid #DCDCDC;
 border-bottom: 2px solid #646464;
 border-right: 2px solid #646464;
}

#nav li a:hover, #nav li a.sfhover {
 background-color: #cdcdcd; /* #000066; */
 text-decoration: none;
 color: #000000;
 border-top: 2px solid #646464;
 border-left: 2px solid #646464;
 border-bottom: 2px solid #dcdcdc;
 border-right: 2px solid #dcdcdc;
}

/* Bottom Border Text */

#footer {top: 10em;
    height: 78px;
    width: 100%;
    margin: 10em 0 0;
    font-size: 8pt;
    line-height: 120%;
    background-color: transparent;
}

a.stilltext:link {
    color: #0000FF;
}

a.stilltext:visited {
    color: #0000FF;
    text-decoration: none;
}

a.stilltext:hover {
    color: #00FF00;
}
