/* Establish menu colors */

a.sitemenulink
	{
	color: #0033bb;
	font-size: 12px;
	text-decoration: none;
	}

a:hover.sitemenulink
	{
	color: #4066cc;
	text-decoration: none;
	}

a.sitemenulinkact
	{
	color: #0033bb;
	font-size: 12px;
	text-decoration: none;
	}

a:hover.sitemenulinkact
	{
	color: #4066cc;
	text-decoration: none;
	}



/* Override standard colors for other items */

.heading
	{
	color: #0033bb;
	font-weight: bold;
	font-style: normal;
	font-size: large;
	font-family: Verdana, "Helvetica Neue", Arial, Geneva, Helvetica, sans-serif
	}

.subheading
	{
	color: #4066cc;
	font-weight: bold;
	font-style: normal;
	font-size: medium;
	font-family: Verdana, "Helvetica Neue", Arial, Geneva, Helvetica, sans-serif
	}

.info-message
	{
	color: #4066cc; 
	font-weight: 600
	}

.subtle-text
	{
	color: #999;
	}

a.subtle-text
	{
	color: #7f99dd;
	}

a:hover.subtle-text
	{
	color: #999;
	}
	
a
	{
	color: #0033bb;
	text-decoration: underline
	}

a:hover
	{
	color: #4066cc;
	text-decoration: underline
	}

.eventsubtitle {
	color: #4066cc;
	font-style: normal;
	font-weight: normal;
	font-size: medium;
	font-family: Verdana, "Helvetica Neue", Arial, Geneva, Helvetica, sans-serif
	}

/* Add styles specific to site layouts */
.sidebar {
	background-color: #e8effa;
}
