/* content.css are the styles for the content, typography, forms, etc. within the 
container DIVs that are defined in structure.css and this style sheet should only 
contain typographic or content-related styles for a site. The styles within this css 
file should be the only ones necessary to be edited for better integration with iCreate */

/* ----- comment styles well for better reference later! ----- */

/* STYLE REQUIRED BY iCreate -- DO NOT DELETE */
.None {/*an empty style always required for sites using iCreate*/
}
.newseventsheading {
	color:#0092c0;
	font-size: 15px;
}
.imageborderright {
	border: 3px solid #d6d6d6;
	float: right;
	margin-left: 15px;
}
.imageborderleft {
	border: 3px solid #d6d6d6;
	float: left;
	margin-right: 15px;
}
.underlineheading {
    font-size: 2em !important;
    font-family: Georgia, "Times New Roman", Times, serif !important;
    border-bottom: solid 1px #999 !important;
}


