div#navbar {font-family: georgia;
font-size: 10pt;
font-weight: bold;
position:relative;
hieght:45;
min-width:400px;
max-height:50px;
background-color: #ebe9b7;
border-top: double #6b6b6b medium;
border-bottom: double #6b6b6b medium;
font-weight: bold;
padding: 3px;}

#navbar a:link, #navbar a:visited {color: #212d72;
background-color: #e6ef83;
border: solid #000080 thin;
border-top: solid #000080 thin;
border-left: solid #000080 thin;
border-bottom: solid #000080 thin;
border-right: solid #000080 thin;
margin-left: 2px;
margin-bottom: 0px;
margin-top: 0px;
padding-top: .5px;
padding-left: 8px;
padding-bottom: .5px;
padding-right:8px;
display: inline;
}

#navbar a:hover {color: #000000;
background-color: #b1b6fa;
text-decoration: none;
border: solid #000000 1px;
border-top: solid #000000 1px;
border-left: solid #000000 1px;
border-bottom: solid #000000 1px;
border-right: solid #000000 1px;}

#navbar a.current {color: #2428b4;
background-color: #ffffff;
text-decoration: none;
}