/* CSS Document */
<style type="text/css" media="screen">
<!--
div#navbar2 {
height: 30px;
width: 100%;
border-top: solid #000 1px;
border-bottom: solid #000 1px;
background-color: #99cc99;
}
div#navbar2 ul {
margin: 0px;
padding: 0px;
font-family: Georgia, "Times New Roman", Times, serif;
font-size:14px;
color: #FFF;
line-height: 30px;
white-space: nowrap;
}

div#navbar2 li {
list-style-type: none;
display: inline;
}
div#navbar2 li a {
text-decoration: none;
padding: 7px 10px;
color: #FFF;
text-decoration: underline;
}
div#navbar2 li a:link {
color: #006600;
text-decoration: underline;
}
div#navbar2 li a:visited {
color: #006600;
}
div#navbar2 li a:hover {
color:#FFFFFF;
background-color: #C7E2C7;
text-decoration: none;

}
div#footer {
font-family:Georgia, "Times New Roman", Times, serif;
height: 80px;
font-size:12px;
width: 100%;
border-top: solid #000 1px;
border-bottom: solid #000 1px;
background-color: #99cc99;
}
div#footer a {
font-family:Georgia, "Times New Roman", Times, serif;
text-decoration: underline;
padding: 7px 10px;
color: #FFF;
}
div#footer a:link {
font-family:Georgia, "Times New Roman", Times, serif;
color: #006600;
text-decoration: underline;
}
div#footer a:visited {
color: #006600;
}
div#footer a:hover {
color:#FFFFFF;
text-decoration: none;
}

-->
</style>

