<style type="text/css">
h4 {font-family:"Verdana"; color:#4B67A1; font-size: 20px}
h1 {font-family:"Verdana"; color:#3B5998; font-size: 22px; font-weight:bold;text-align:center}
h2 {font-family:"Verdana"; color:#4B67A1; font-size: 18px; font-weight:normal;}
h3 {font-family:"Verdana"; color:#4B67A1; font-size: 16px; font-weight:normal;}
p {font-family:"Verdana";font-weight:normal; font-size: 14px; color:#666666;}
body {background-color: #e7ebf2;}
a:link {color:#6f011e; text-decoration:none;}
a:visited {color: #6f011e; text-decoration:none}
a:hover, a:active{ 
color: #3B5998; text-decoration:none
}
hr {border:0; height: 1px; align:center; background-color:#3B5998; color:#3B5998; noshade}
/*Credits for menu: Dynamic Drive CSS Library -http://www.dynamicdrive.com/style/ Color, font and style adapted by Catherine Dutton*/
#underlinemenu{
margin: 0;
padding: 0;
}
table{
background-color:#ffffff;	
}

#underlinemenu ul{
margin: 0;
margin-bottom: 1em;
padding-left: 0;
float: left;
font-weight: bold;
font-family:"Verdana";
width: 100%;
border: 1px solid #DFDFDF;
border-width: 1px 0;
}

* html #underlinemenu ul{ 
margin-bottom: 0;
}

#underlinemenu ul li{
display: inline;
}


#underlinemenu ul li a{
float: left;
color: gray;
font-weight: bold;
padding: 2px 6px 4px 6px;
text-decoration: none;
background: white url(media/menudivide.gif) top right repeat-y;
}

#underlinemenu ul li a:hover{
color: #3B5998;
background-color: #F3F3F3;
border-bottom: 4px solid #3B5998;
padding-bottom: 0;
}

</style>