/* Presentation Stylesheet */ 

h3, p {
 margin:0;
 padding:15px;
 }

h4 {
 margin:0; 
 padding: 5px 0;
 }


.header_text {
 display: none;
 }

h1, h2, h3, h4, h5, h6 {
 font-family: verdana, arial, sans-serif;
 font-size: 16px;
 }

h2 {font-weight: bolder;}

#footer {
 font-family: times, serif;
 font-size: 9px;
 text-align: center;
 color: #a0a0a0;
 }

.footer a:link { color: #606060; text-decoration: none; }
.footer a:visited { color: #606060; text-decoration: none; }
.footer a:hover {background-color: #cc3366; color: white;}

/* Navigation Lists */

.activelink { color: #FF0033; }
.navlist
{
font-family: verdana, arial, sans-serif;
font-size: 11px;
font-weight: bold;
padding-left: 0;
margin-left: 0;
border-bottom: 1px solid #848EA7;
width: 190px;
}

.navlist li
{
list-style: none;
margin: 0;
padding: 0.25em;
border-top: 1px solid #848EA7;
}

.navlist li a:link { color: #000; text-decoration: none; }
.navlist li a:visited { color: #000; text-decoration: none; }
.navlist li a:hover
{
text-decoration: none;
font-weight: bolder;
color: #9FABC5;
}