ul#menu {
  width: 380px;
  list-style-type: none;
  border-top: solid 1px #b9a894;
  margin: 0;
  padding: 0;
}

ul#menu ol {
  display: none;
  text-align: left;
  list-style-type: none;
  margin: 0;
  padding: 5px;
}

ul#menu li, ul#menu a {
  font-family: verdana, sans-serif;
  font-size: 11px;
  color: #785a3c;
}

ul#menu li {
  border-bottom: solid 1px #b9a894;
  line-height: 15px;
}

ul#menu ol li {
  border-bottom: none;
}

ul#menu ol li:before {
  content: "- ";
}

ul#menu a {
  text-decoration: none;
  outline: none;
}

ul#menu a:hover {
  color: #539dbc;
}

ul#menu a.active {
  color: #be5028;
}
body /* The font style for the body text */
	{
		font-family: Arial, Helvetica, sans-serif;
		font-size: 11px;
		color: #000000; /* black */				
	}

td
{
font-family: Arial;
font-size: 12px;
color: #000000;

}
hr
{
noshade;
height:1px;
    width:90%;
    background:#dedede;
    margin: 0px 15px 0px 15px; 
}

p 
{ 
margin:0px 0px 10px 10px;
font-family: arial; 
font-size:9pt; 
color:#505050;  
}

.whitey /* The white text bold style */
	{
		color: #ffffff; /*white*/
		font-weight: bold;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		text-decoration: none;
	}
	
.menu /* The white text bold style */
	{
		color: #c9c9c9; /*white*/
		font-weight: normal;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 9px;
		text-decoration: none;
		}
.bluetext /* The blue body text style */
	{
		color: #00508C; /*white*/
		font-family: Arial, Helvetica, sans-serif;
		font-size: 14px;
		text-decoration: none;
	}

A /* The link style for white bg's */
	{
		color: #00508C; /*blue*/
		font-weight: bold;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		text-decoration: none;
	}

A:hover /* The hover link style */
	{
		color: #c9c9c9; /*gray*/
		font-weight: bold;
		text-decoration: none;
		color:black ;
		{
A:hover {color:#520C9A}

	}
a:name
{font-color:#ffffff
}