﻿BODY
/* Body/Page Control - Dubke */
{font-family: verdana, tahoma, arial, sans-serif;
font-size: 10pt;
margin: 0px;
margin-left: 20px;
margin-right: 3px;
padding: 0px;
}

P
/* Paragraph Control - Dubke */
{padding-top: 7px;
padding-bottom: 7px;
margin: 0px;}

H1
/* Header Control - Dubke */
{font-size: 8pt;
font-weight: normal;
padding-top: 0px;
margin: 0;}

table.navbar
{
	font-size: 7pt;
	margin: 0px;
	padding: 0px;
	border: 0px;
	font-weight: bold;
	clear: both;
}

table.menu
{font-size: 8pt;
/* margin around the dropdown menu */
margin: 0px;
padding: 0px;
font-weight: bold;}

td.menuNormal
/* Keep padding 0px to prevent size changes */
{padding: 0px;
line-height: 200%;
color: white;
font-weight: bold;
vertical-align: top;
background-color: #080000;}

td.menuHover
{padding: 0px;
color: black;
line-height: 200%;
font-weight: bold;
vertical-align: top;
/*remove the following line for drop-down menu with images*/
background-color: lightblue;}

div.menuNormal
{display: none;
position: static;}

div.menuHover
{border: 1px solid white;
/* all colors, now #800000 were #ab1a1a */
background-color: #080000;
display: inline;
position: absolute;}

a.menuitem:link
{text-decoration: none;
line-height: 200%;
color: white;
background-color: #080000;
display: block;}

a.menuitem:visited
{text-decoration: none;
color: white;
background-color: #080000;
display: block;}

a.menuitem:hover
{text-decoration: none;
color: black;
background-color: lightblue;
display: block;}

a.menuitem:active
{text-decoration: none;
color: black;
background-color: lightblue;
display: block;}