/* Establish menu colors */

a.sitemenulink
	{
	color: #006;
	font-size: 12px;
	text-decoration: none;
	}

a:hover.sitemenulink
	{
	color: #7f7fcc;
	text-decoration: none;
	}

a.sitemenulinkact
	{
	color: #006;
	font-size: 12px;
	text-decoration: none;
	}

a:hover.sitemenulinkact
	{
	color: #006;
	text-decoration: none;
	}

/* Adjust fonts */
.heading
	{
	font-family: Tahoma, Arial, "Helvetica Neue", Helvetica, sans-serif;
	}

.subheading
	{
	font-family: Tahoma, Arial, "Helvetica Neue", Helvetica, sans-serif;
	}

.eventsubtitle
	{
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
	}

body, .error-title, .error-message, .data-entry-error, .normal-text, .eventdate, .eventsponsor
	{
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
	}
	
/* Add styles specific to site layouts */
.sidebar {
	background-color: #e8e9f4;
}
