body { 
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 0.8em; color: navy;
margin: 1em 6em;
} 

h1 { 
font-size: 1.75em; 
/* border-bottom: medium solid navy; */
} 

h2 { 
font-size: 1.5em;
border-top: 1px solid navy;
} 

h3 {
font-size: 1.25em;
font-weight: bold;
}

h4 {
font-size: 1.0em;
font-weight: bold;
}

h5 {
font-size: 0.8em;
font-weight: bold;
}

div.footer {
clear: both;
margin: 1em 0em;
}

img.rightpic {
float: right;
margin: 1em 0em 1em 1em;
}

img.leftpic {
float: left;
margin: 1em 1em 1em 0em;
}

span.new {
color: #f00; 
font-style: italic; 
font-weight: bold;
text-transform: uppercase; 
}


a, a:link {
color: #009;
text-decoration: underline;
}


a:visited {
color: #80f;
text-decoration: underline;
}

a:hover {
text-decoration: none;
background-color: #ccc;
}

a:active {
color: #666;
text-decoration: none;
}

#navcontainer
{
margin: 0;
padding: 1em;
height: 3em;
width: 100%;
border-top: 3px solid blue;
border-bottom: 3px solid blue;
list-style-type: none;
background: #fff;
font-weight: bold;
font-size: 1.1em;
}

#navlist li
{
float: left;
padding: 0;
margin: 0;
width: auto;
display: block;
}

#navlist li a, #navlist li a:link
{
line-height: 1.25em;background: #fff;
text-decoration: none;
padding: 0.25em 0.25em 0.25em 0.25em;
display: block;
}

#navlist li a:hover
{
color: #039;
border-bottom: 0.25em solid #bbb;
cursor: pointer;
background: #eee;
}

#navlist li a#current, #navlist li a#current:link
{
color: #000;
cursor: default;
font-weight: bold;
border-bottom: 0.25em solid #999;
}

#navlist li a#current:hover
{
border-bottom: 0.25em solid #f90;
background: #eee;
}
