<!--
	/* - - - - - - - - - -  GENERAL RE-STYLING   - - - - - - - - - -  */

	h1 span, h1 {
		color: #000000;
		font-weight: normal;
	}

	h2, th {
		color: #000000;
	}
	
	h3 {
		color: #000000;
	}
	
	h4 {
		color: #000000;
	}
	
	h5 {
		color: #000000;
	}
	
	h6 {
		color: #000000;
	}
	
	a:link {
		color: #E14B13;
	}
	
	a:visited {
		color: #E14B13;
	}
	
	a:active, a:hover {
		color: #E14B13;
   }
	
	/* - - - - - - - - - -  FORM RE-STYLING   - - - - - - - - - -  */

	input.button {
		border-color: #861B2F;
		background-color: #F3F2F2;
	}

	input.text, select, textarea {
		/* border-color: #861B2F; */
	}
	
	span.mandatoryInput {
		color: #861B2F;
		background-color: transparent;
	}
	
	/* - - - - - - - - - -  SIDE MENU RE-STYLING   - - - - - - - - - -  */

	li.menuSection {
		color: #e14b13;
	}
	
	li.menuSubsection {
		color: #000000;
	}

	a.menuSection:active, a.menuSection:hover, a.menuSection:link, a.menuSection:visited {
		color: #e14b13;
	}
	
	a.menuSubsection:active, a.menuSubsection:hover, a.menuSubsection:link, a.menuSubsection:visited {
		color: #000000;
	}

	a.menuSectionCurr:active, a.menuSectionCurr:hover, a.menuSectionCurr:link, a.menuSectionCurr:visited {
		color: #e14b13;
	}
	
	a.menuSubsectionCurr:active, a.menuSubsectionCurr:hover, a.menuSubsectionCurr:link, a.menuSubsectionCurr:visited {
		color: #000000;
	}


	/* - - - - - - - - - -  CALENDAR RE-STYLING   - - - - - - - - - -  */
	td.calMonth {
		color:#861B2F;
	}
		
	a.calMonth:active, a.calMonth:link, a.calMonth:visited {
		color:#861B2F;
	}

	a.calMonth:hover {
		color:#861B2F;
	}

	.eventDatesCell p {
		margin: 0px;
	}

	/* - - - - - - - - - -     - - - - - - - - - -  */

	.eventImage {
		display: inline;
		float: left;
		margin: 0 10px 0 0;
		width: 180px; 
	}

	.eventImage img,
	.eventImage small {
		display: inline;
		float: left;
	}
	.eventImage small {
		margin: 3px 0 5px 5px;
	}

	.eventQuote,
	.eventAwards {
		padding: 0 0 0.75em 0;
	}

	.eventQuote p,
	.eventDatesCell p,
	.eventAwards p {
		margin: 0;
	}
-->
