.LFCTextStyle
{
	font-size:	48pt;
	font-family:	"Baskerville Old Face";
	color:		#990000;
}
body
{
	margin:		10px 10px 10px 10px;
	padding:	10px;
	background-color:	#FFFFFF;
	font:		normal 11px arial;
}
.maintext
{
	background-color:	white;
	color:			#981B1E;
	font:			bold 20px Verdana;
	margin:			5 5 5 5 ;
}
.eventtext
{
	background-color:	white;
	color:			#254D88;
	font:			bold 20px Verdana;
	margin:			10px 10px 10px 10px;
}
.normaltd
{
	color:			#254D88;
	font:			normal 16px Verdana;
	margin:			0 30 0 30;
	background-color:	white;
	text-align:		left;
	padding-right:		50;
}
.normaltext
{
	color:			#254D88;
	font:			normal 14px Verdana;
	margin:			0 30 0 30;
	background-color:	white;
}

.title          
{ 
	COLOR: #0033FF; 
	FONT: 12px arial, sans-serif; 
	font-weight: bold; 
}
h1
{	
	COLOR:	#981B1E;
}


.menuHolder {
	position:	absolute; 
	top: 		0px; 
	left:		75px; 
	z-index:	100000; 
/*
	font:		normal 16px/25px Arial Narrow, sans-serif;
	margin-left:	-315px; 
*/
	width:		910px;
	background:	#5D7CAA;
}

#nav, #nav ul {
	padding: 	0;
	margin: 	0;
	width: 		900 ;
	list-style: 	none;
}

/* Setup for the general color of an item on the menu */
#nav a {
	color:		white;
	width: 		150;
	height:		25;
	display: 	block;
	text-decoration:none;
	background:	#5D7CAA;
	border:		0;
	font:		normal 12px verdana;
}

/* Setup for hovering over a link on the menu */
#nav .menulink:hover {
	width:		150;
	height:		25;
	background:	#981B1E;
	display: 	block;
	color:		white;
	text-decoration:none;
	text-align:	center;
	font:		bold 12px verdana;
}
#nav .menulink2:hover {
	width:		150;
	height:		25;
	background:	#981B1E;
	display: 	block;
	color:		white;
	text-decoration:none;
	text-align:	center;
	font:		bold 12px verdana;
}
#nav .stafflink:hover {
	width:		150;
	height:		45;
	margin:		15 0 15 0;
	background:	#981B1E;
	display: 	block;
	color:		white;
	text-decoration:none;
	text-align:	center;
	font:		bold 12px verdana;
}
#nav .medialink:hover {
	width:		150;
	height:		45;
	background:	#981B1E;
	margin:		5 0 5 0;
	display: 	block;
	color:		white;
	text-decoration:none;
	text-align:	center;
	font:		bold 12px verdana;
}

#nav .menulink {
	width:		150;
	height:		25;
	background:	#5D7CAA;
	color:		white;
	border:		0;
	text-decoration:none;
	text-align:	center;
	font:		normal 12px verdana;
}
#nav .stafflink {
	width:		150;
	height:		45;
	margin:		15 0 15 0;
	background:	#5D7CAA;
	color:		white;
	border:		0;
	text-decoration:none;
	text-align:	center;
	font:		normal 12px verdana;
}
#nav .medialink {
	width:		150;
	height:		45;
	background:	#5D7CAA;
	margin:		5 0 5 0;
	color:		white;
	border:		0;
	text-decoration:none;
	text-align:	center;
	font:		normal 12px verdana;
}
/* Need this for keeping the Contacts menu even with the end of the web banner */
#nav .menulink2 {
	width:		160;
	height:		25;
	background:	#5D7CAA;
	color:		white;
	border:		0;
	text-decoration:none;
	text-align:	center;
	font:		normal 12px verdana;
}

/* Setup for the top menu bar look and feel */
#nav .top {
	height:		25;
	width:		150;
	background:	#5D7CAA;
	vertical-align:	middle;
	color:		white;
	padding:	5;
	text-decoration:none;
	text-align:	center;
	font:		bold 12px verdana;
}

#nav li {
	float: 		left;
	width: 		150;
	height: 	25;
	background:	#5D7CAA;
}

#nav li ul {
	position: 	absolute;
	width: 		150;
	height: 	25;
	left: 		-999em;
	background:	#5D7CAA;
}

#nav li ul li {
	float:		none;
	background:	#5D7CAA;
	display:	block;
	width: 		150;
	height: 	25;
}

#nav li:hover ul, #nav li.sfhover ul {
	width:		150;
	height:		25;
	background:	#5D7CAA;
	color:		white;
	text-decoration:none;
	text-align:	center;
	font:		normal 12px verdana;
	left: 		auto;
}

 
