body {
font-family: verdana, arial, times-new-roman, sans-serif;
font-size: 10pt;
color: #000000;
}


div#navbar2 
{
height: 30px;
width: 675px;
background-color: #180700;
}
div#navbar2 ul 
{
margin: 0px;
padding : 0px;
font-family: Arial, Helvetica, sans-serif;
font-size: medium;
color: #b59f66;
list-style-type:none;
line-height:18px;
}
div#navbar2 li 
{
padding:5px 0;
text-align:center;
width:80px;
float:left;
}

div#navbar2 li.larger_link
{
width:130px;
}

div#navbar2 li a,div#navbar2 li a:visited
{
text-decoration: none;
color: #b59f66;
}
div#navbar2 ul li a:hover,div#navbar2 li a:active 
{
font-weight: bold;
}

div#navbar2 li a:active 
{
color: #ffffff;
}

a:link {color: #b59f66}     /* unvisited link */
a:visited {color: #b59f66}  /* visited link */
a:hover {color: #b59f66; font-weight: bold;}   /* mouse over link */
a:active {color: #ffffff}   /* selected link */

a {text-decoration: none;
}



#footer { 
float : left;
width : 500px;
height : 15px;

} 

#footer p { 
text-align : left;
font-size : 9pt;
color : #180700;
} 

#footer a { 
color : #180700;
}







