/* CSS Document */

#footer {
	width: 98%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	padding: 8px 8px 8px 4px;
	margin: 0px 12px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #999999;
	border-bottom-color: #999999;
}
#footer a:link
{
color: #3366CC;
text-decoration: none;
}

#footer a:hover
{
color: #CC9933;
text-decoration: underline;
}
#footerlogos {
	width: 98%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	padding: 8px;
}
#pressfooter {
	width: 98%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	font-weight: bold;
	padding: 8px 8px 8px 4px;
	margin: 0px 12px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
}
#eventsfooter {
	width: 98%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	color:#006666;
	font-weight: bold;
	padding: 8px 8px 8px 4px;
	margin: 0px 12px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
}
#eventsfooter a:link {
	color: #3366CC;
	text-decoration: underline;
}

#eventsfooter a:hover {
	color: #CC9933;
	text-decoration: underline;
}

#eventsfooter a:active {
	color: #3366CC;
	text-decoration: underline;
}

#eventsfooter a:visited {
	color: #3366CC;
	text-decoration: underline;
}