BODY
{font-family: verdana, tahoma, arial, sans-serif;
font-size: 12pt;
margin: 0px;
margin-left: 3px;
margin-right: 3px;
padding: 0px;}

P
{
	padding-top: 10px;
	margin: 0px;
	text-align: left;
}

H1
{font-size: 12pt;
font-weight: bold;
padding-top: 15px;
margin: 0;}

table.navbar
{font-size: 12pt;
margin: 0px;
padding: 0px; 
border: 0px; 
font-weight: bold;}

table.menu
{font-size: 12pt;
margin: 0px;
padding: 0px;
font-weight: bold;}

td.menuNormal
{
	padding: 0px;
	color: #FFFFFF;
	font-weight: bold;
	vertical-align: top;
	background-color: #895A3B;
	font-size: 12px;
}

a.menuNormal:link
{
	padding:0px;
	text-decoration: none;
	color: white;
	background-color: #895A3B;
	display: compact;
	vertical-align:top;
	font-size: 12px;
}

a.menuHover:link
{
	padding: 0px;
	color: black;
	font-weight: bold;
	vertical-align: top;
	/*remove the following line for drop-down menu with images*/
background-color: #C1A07C;
	font-size: 12px;
}

td.menuHover
{
	padding: 0px;
	color: black;
	font-weight: bold;
	vertical-align: top;
	/*remove the following line for drop-down menu with images*/
background-color: #C1A07C;
	font-size: 12px;
}

div.menuNormal
{display: none;
position: relative;}

div.menuHover
{border: medium ridge #D3DCE6;
background-color: #895A3B;
display: inline;
position: absolute;}

a.menuitem:link
{text-decoration: none;
color: white;
background-color: #895A3B;
display: block;}

a.menuitem:visited
{text-decoration: none;
color: white;
background-color: #895A3B;
display: block;}

a.menuitem:hover
{text-decoration: none;
color: black;
background-color: white;
display: block;}

a.menuitem:active
{text-decoration: none;
color: black;
background-color: lightblue;
display: compact;}

