a{color: maroon;text-decoration: underline; padding-right:1px;}
a:link{color: maroon;text-decoration: underline;}
a:visited{color: maroon;text-decoration: underline;}
a:hover{background-color:maroon;color: white;text-decoration:none;}
a:active{background-color:maroon;color: white;text-decoration:none;}

a.menu:link {color: White; text-decoration:none;}
a.menu:visited {color: White; text-decoration:none;}
a.menu:hover {color: orange; background-color: DimGray; text-decoration:underline;}
a.menu:active {color:White; text-decoration:none;}

a.footermenu {font-family:Arial;}



.goldentable
{
	BORDER-TOP: goldenrod 3px solid; 
	BORDER-LEFT: goldenrod 3px solid; 
	BORDER-RIGHT: goldenrod 3px solid; 
	BORDER-BOTTOM: goldenrod 3px solid; 
	background-color:oldlace;
}

.darkgoldentable
{
	BORDER-RIGHT: Darkgoldenrod 3px solid; 
	BORDER-TOP: Darkgoldenrod 3px solid; 
	BORDER-LEFT: Darkgoldenrod 3px solid; 
	BORDER-BOTTOM: Darkgoldenrod 3px solid; 
	font-family: Arial Narrow;
	font-size:small;
	padding:10;
	background-color:white;
}


.heading2
{
	position:relative;
	left:20;
	color:Maroon;
	font-family: Bookman;
	font-weight:bold;
	font-size:medium;
	font-style:italic;
}

.heading1
{
	background-color:Darkgoldenrod;
	color:Black;
	font-family:Bookman;
	font-size:large;
	font-weight:bold;
	font-variant:small-caps;
	padding:3;
}


.footer
{
	font-size:smaller;
}

p
{
	font-family:Arial;
}



li
{
	font-family:Arial Narrow;
	margin-left: 40;
}

.indent
{
	margin-left:40;
	margin-right:40;
}

.menubar
{
	background-image: url(images/bg_hor.gif);
	background-color:Dimgray;
	font-family:Arial;	
}

.sitetitle
{
	FONT-SIZE: 38px; 
	FILTER: progid: DXImageTransform.Microsoft.dropShadow(Color=black,offX=1,offY=2,positive=true); 
	BORDER-BOTTOM-COLOR: goldenrod; 
	COLOR: white; 
	BORDER-TOP-STYLE: solid; 
	BORDER-TOP-COLOR: goldenrod; 
	FONT-FAMILY: arial; 
	BORDER-RIGHT-STYLE: none;
	BORDER-LEFT-STYLE: none; 
	BORDER-BOTTOM-STYLE: none; 
	HEIGHT: 50px; 
	BACKGROUND-COLOR: maroon; 
	TEXT-ALIGN: center;
}

.pagetitle
{
	FONT-SIZE:30px; 
	COLOR:goldenrod; 
	FONT-FAMILY:arial; 
	BACKGROUND-COLOR:black; 
	TEXT-ALIGN:center;
}