/* This is the main style sheet for APL coded by ASL with help from or copied from Internet examples*/
/* A number of useful tips or examples or actual code were sourced thru w3schools.com */
/* This style sheet was copied from the Microsoft site */

BODY
{font-family: verdana, tahoma, arial, sans-serif;
font-size: 10pt;
margin: 0px;
margin-left: 3px;
margin-right: 3px;
padding: 0px;}

P
{padding-top: 2px;
margin: 0px;
}

H1
{font-size: 12pt;
font-weight: bold;
padding-top: 15px;
margin: 0;}

table.navbar
{font-size: 8pt;
margin: 0px;
padding: 10px; 
border: 0px; 
font-weight: bold;
text-decoration: none;
}

table.menu
{font-size: 12pt;
margin: 0px;
padding: 0px;
font-weight: bold;}

td.menuNormal
{padding: 1px;
color: white;
font-weight: bold;
vertical-align: middle;
background-color: #005959;}

td.menuHover
{padding: 1px;
color: White;
font-weight: bold;
vertical-align: middle;
/*remove the following line for drop-down menu with images*/
background-color: #66FFFF;}

div.menuNormal
{display: none;
position: static;}

div.menuHover
{border: 1px solid gray;
display: inline;
background-color: red;
position: absolute;}

a.menuNormal
{text-decoration: none;
color: white;
font: "MS Sans Serif";
font-size: 12;
font-weight: 400;
background-color: #005959;
display: block;}

a.link
{text-decoration: none;
color: black;
background-color: white;
display: block;}

a.visited
{text-decoration: none;
color: black;
background-color: white;
display: block;}

a.menuHover
{text-decoration: none;
color: black;
font: "MS Sans Serif";
font-size: 12;
font-weight: 400;
display: block;}

a.active
{text-decoration: none;
color: black;
background-color: #C0C0C0;
display: block;}

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: none;
color: black;
background-color: #FFFFFF;
display: block;}

a.menuitem:active
{text-decoration: none;
color: black;
background-color: #C0C0C0;
display: block;}