







BODY
{font-family: verdana, tahoma, arial, sans-serif;
font-size: 10pt;
margin: 0px;
margin-left: 3px;
margin-right: 3px;
padding: 0px;}

P
{padding-top: 0px;
margin: 0px;}

H1
{font-size: 12pt;
font-weight: bold;
padding-top: 15px;
margin: 0;}

table.navbar{
/*main menu table when mouse hovers - modified for 12pt text*/
font-size: 12pt;
width: auto;
background-color: #88bbff;
font-weight: bold;}

table.menu{
/*first drop-down menu*/
width: auto;
border: 0px;
padding: 0px;
font-size: 10pt;
background-color: white;
font-weight: bold;}

td.menuNormal{
/*table heading - modified for white text*/
width: auto;
text-decoration: none;
font-weight: bold;
vertical-align: top;
color: black;
}

td.menuNormalbk{
/*table heading - modified for black text*/
width: auto;
text-decoration: none;
font-weight: bold;
vertical-align: top;
color: black;
}

td.menuHover
{
/*main menu*/
font-weight: bold;
color: blue;
}

div.menuNormal
{display: none;
width: auto;
position: static;
}

div.menuHover
{background-color: white;
border: 1px solid blue;
display: inline;
position: absolute;
/*table on-top priority*/
z-index:1010;}

a.menuitem:link
{text-decoration: none;
color: black;
background-color: white;
display: block;}

a.menuitem:visited
{text-decoration: none;
color: black;
background-color: white;
display: block;}

a.menuitem:hover
{text-decoration: underline;
color: blue;
display: block;}

a.menuitem:active
{text-decoration: none;
color: blue;
background-color: white;
display: block;}



a.singleitem:link
{text-decoration: none;
color: black;
background-color: #88bbff;
display: block;}

a.singleitem:visited{
/*normal page menu header with no sub-items*/
color: black;
text-decoration: none;
}

a.singleitem:hover{
/*hover over page menu header with no sub-items*/
color: blue;
text-decoration: underline;
}

a.singleitem:active
{text-decoration: none;
color: black;
background-color: #88bbff;
display: block;}
