/* Typography Stylesheet */ 

a:visited {
text-decoration: none;
color: #16278A;
}

a {
text-decoration: none;
color: #378A16
}

a:hover {
text-decoration: underline;
color: #485082;
}

h3 {
 font-family: verdana,arial, sans-serif;
 margin:0;
 font-size: 15px;
 padding-top: 9px;
 color: #435B90; 
}

h4 {
 font-family: arial, sans-serif;
 font-size: 12px;
 margin:0; 
 padding: 5px 0;
 }
 
p {
 font-family: verdana, arial, sans-serif;
 font-size: .79em; 
 line-height: 1.16em;
 font-weight: normal;
 color: #494C47;
 }

ol {
 font-family: arial, sans-serif;
 font-size: 80%; 
 font-weight: normal;
 }

ul {
 font-family: arial, sans-serif;
 font-size: 12px; 
 font-weight: normal;

}

li {
 font-family: verdana, arial, sans-serif;
 font-size: 1em; 
 color: #494C47;
 font-weight: normal;
 line-height: 1.4em;

}





/* Navigation */ 


ul#navlist {
margin-top: -2px;
margin-left: 0;
padding-left: 0;
white-space: nowrap;
}

#active li {
font-weight: bold;
color: #fff;
height: 43px;
background-color: #333;
text-decoration: none;
font-family: arial, sans-serif;
}


#navlist li {
 font-family: arial, sans-serif;
 display: inline;
 list-style-type: none;
}

#navlist a { padding: 11px 9px 9px 9px; }

#navlist a:link, #navlist a:visited {
font-family: arial, sans-serif;
font-weight: bold;
color: #fff;
height: 43px;
background-color: #0075B4;
text-decoration: none;
}

#navlist a:hover {
font-family: arial, sans-serif;
font-weight: bold;
color: #fff;
height: 43px;
background-color: #036;
text-decoration: none;
}