body, basefont, table {
	font-family: Verdana, Tahoma, Helvetica;
	font-size: 10pt;
	line-height: 13pt;
	color: black;
	text-align: left;
}

td {
	text-align: left;
}

td.eventitem {
	border: dotted 1px #d70802;
	padding: 0.5em;
}

.liontint {
	background-image: url(common/lionhead_outline_redtint.gif);
	background-repeat: no-repeat;
	background-position: 400px 20px;
	text-align: left;
}

.navheader {
	font-family: Century Gothic, Verdana, Tahoma, Helvetica;
	color: #d70802;
}

.caption {
	font-size: 8pt;
	line-height: 10pt;
}

.black {
	color: #000000;
	}

.dred {
	color: #7b0003;
}

.lred {
	color: #d70802;
}

.white {
	color: #ffffff;
}

.lgrey {
	color: #cccccc;
}

.gold {
	color: #deb932;
}

a:link, a:visited, a:active {
	text-decoration: none;
	font-weight: bold;
	color: #d70802;
}

a:hover {
	text-decoration: underline;
}

a:visited {
	text-decoration: none;
	font-weight: bold;
}

h1 {
	font-family: Century Gothic, Humanst, Helvetica, Verdana, Tahoma;
	font-size: 18pt;
	line-height: 24pt;
	font-weight: normal;
}




#nav, #nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
	font-family: Century Gothic, Verdana, Tahoma, Helvetica, Arial;
	color: #d70802;
	background-color: #000000;
	}

#nav a {
	display: block;
	color: #d70802;
	}

#nav li ul a {
	width: 10em;
	padding: 4px;
	text-align: left;
	background-color: #000000;
	color: #d70802;
	border-top: 1px dotted #d70802;
	}
	
#nav li ul a:hover {
	background-color: #d70802;
	color: #ffffff;
	text-decoration: none;
	}

#nav li {
	float: left;
	}

#nav li ul {
	position: absolute;
	width: 80px;
	left: -999em;
	}

#nav li:hover ul, #nav li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul {
	left: auto;
	}

#nav li ul ul {
	margin: -1em 0 0 10em;
	}

#nav li:hover ul ul, #nav li.sfhover ul ul {
	left: -999em;
	}

.hrow {
	color: white;
	background-color: black;
	font-weight: bold;
	}

.rowtint {
	background-color: #DDDDDD;
	}