body
{
	font-family: "Times New Roman", Times, serif;
	font-size: medium;
	background-color: #EBECB0;
}

h1
{
	color: #009966;
	font-size: large;
	font-weight: bold;
}

/* For link tags */

a:link
{
	text-decoration: none;
	color: #0000EE;
}

a:visited
{
	text-decoration: none;
	color: #551A8B;
}

a:hover
{
	text-decoration: underline;
	color: #0000EE;
}

a:active
{
	text-decoration: none;
	color: #0000EE;
} 

/* All that follow for menu bar */

table.navbar
{
	font-size: 12pt;
	margin: 0px;
	padding: 0px;
	border: 0px none;
	font-weight: bold;
	line-height: 25px;
	text-indent: 10pt;
}

table.menu
{
	font-size: 12pt;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
}

td.menuNormal
{
	padding: 0px;
	vertical-align: top;
	background-color: #CCCC99;
}

td.menuHover
{
	padding: 0px;
	vertical-align: top;
	/*remove the following line for drop-down menu with images*/
	background-color: #CCCC99;}

div.menuNormal
{
	display: none;
	position: static;
}

div.menuHover
{
	border: 1px solid #CCFFCC;
	display: inline;
	position: absolute;
	background-color: #CCFFCC;
}

a.menuitem:link
{
	text-decoration: none;
	color: #009966;
	display: block;
}

a.menuitem:visited
{
	text-decoration: none;
	color: #009966;
	display: block;
}

a.menuitem:hover
{
	text-decoration: none;
	color: #009966;
	background-color: #CCFFCC;
	display: block;
}

a.menuitem:active
{
	text-decoration: none;
	color: #009966;
	background-color: #CCFFCC;
	display: block;
} 