﻿BODY
{
	font-family: verdana, tahoma, arial, sans-serif;
	font-size: 11pt;
	margin: 0px;
	margin-left: 3px;
	margin-right: 3px;
	padding: 0px;
}

p
{
	padding-top: 10px;
	margin: 0px;
	text-align: center;
	vertical-align: middle;
	margin-bottom: 7px;
}

H1
{
	font-size: 12pt;
	font-weight: bold;
	padding-top: 15px;
	margin: 0;
}

table.navbar
{
	font-size: 8pt;
	margin: 0px;
	padding: 0px;
	border: 0px;
	font-weight: bold;
}

table.menu
{
	font-size: 8pt;
	margin: 0px;
	padding: 0px;
	font-weight: bold;
	text-align: left;
}

td.menuNormal
{
	padding: 2px 0px 2px 0px;
	color: black;
	font-weight: bold;
	vertical-align: middle;
	background-color: white;
	text-align: left;/*changed from left;*/
}

td.menuHover
{
	padding: 2px 0px 2px 0px;
	color: black;
	font-weight: bold;
	vertical-align: middle; /*remove the following line for drop-down menu with images
	background-color: lightblue;*/
}


div.menuNormal
{
	display: none;
	float: left;
	margin-left: 6px;
	padding: 0px 0px 0px 6px;
	position: static; /*changed from static;*/
}

div.menuHover
{
	border: 1px solid lightblue;
	background-color: white;
	float: left;
	display: inline;
	margin-left: 6px;
	position: absolute;    /*changed from absolute;*/
	padding: 0px 0px 0px 6px;
}

a.menuitem:link
{
	text-decoration: none;
	color: black;
	background-color: white;
	display: block;
	padding: 0px 0px 0px 0px;
	border-bottom:0px solid Gray;
}

a.menuitem:visited
{
	text-decoration: none;
	color: black;
	background-color: white;
	display: block;
	border-bottom:0px solid Gray;
}

a.menuitem:hover
{
	text-decoration: none;
	color: black;
	background-color: lightblue;
	display: block;
	border-bottom:0px solid Gray;
}

a.menuitem:active
{
	text-decoration: none;
	color: black;
	background-color: lightblue;
	display: block;
	padding: 0px 0px 0px 0px;
	border-bottom:0px solid Gray;
}

a.menu:link
{
	text-decoration: none;
	color: black;
	display: block;
}

a.menu:visited
{
	text-decoration: none;
	color: black;
	display: block;
}

a.menu:hover
{
	text-decoration: none;
	color: black;
	display: block;
}

a.menu:active
{
	text-decoration: none;
	color: black;
	display: block;
}

.ContHeader
{
	font-weight: bold;
	color: #1b9abb;
}

.PageContent p
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: Black;
	text-align: justify;
	padding-right: 30px;
}

