





/* ####################################### */
/* ############ SITE DEFAULTS ############ */
/* ####################################### */

/* Provide font family and font color values for site. Also provide line-height (default is 150%) if required. 
body {
	font-family		:	;
	color			:	;
	line-height		:	;
}
*/


/* HEADERS
------------------------------------------------*/

/*
h1,h2,h3,h4,h5,h6 {
}
*/


/* Colors for individual header sizes*/
h1 { color: #49176d}
h2 { color: #49176d}
h3 { color: #49176d}
h4 { color: #49176d}
h5 { color: #49176d}
h6 { color: #49176d}



/* SITE LOGO
------------------------------------------------*/

/*Dimensions & Position of logo
h1#site-logo,
img#site-img-logo {
	width:	;
	height:	;
	position: ;
	margin: 0;
	padding: 0;
}*/





/* ####################################### */
/* ################ =LINKS ############### */
/* ####################################### */

/* GLOBAL LINK STYLES
------------------------------------------------*/


a:link,
a:visited {
	color			:	#2CAFE3 ;
}

a:hover,
a:focus {
	color			:	#2CAFE3 ;
}



ul.activities-list a {
	color: #fff;
	text-decoration: underline;
}


/* HIGHLIGHTS / LOWLIGHTS
------------------------------------------------*/
/* Color for elements which are not links but you want to emphasise 
.highlight {	
	color			:	;
}
*/

/* Color for elements which you want to have a faded effect
.fade {	
	color			:	;
}
*/


/* SECTION LINKS
------------------------------------------------*/

/* HEAD PRE 
.e-head-pre a:link,
.e-head-pre a:visited {
}

.e-head-pre a:hover,
.e-head-pre a:focus {
}
*/


/* HEAD 
.e-head a:link,
.e-head a:visited {
}

.e-head a:hover,
.e-head a:focus {
}
*/


/* INNER FOOT
.e-inner-foot a:link,
.e-inner-foot a:visited {
}

.e-inner-foot a:hover,
.e-inner-foot a:focus {
}
*/


/* FOOT
.e-foot a:link,
.e-foot a:visited {
}

.e-foot a:hover,
.e-foot a:focus {
}
*/



.f1 p a {
	color: #00f !important;
}