@charset "UTF-8";
.eventGallerySpace {
	border: 2px solid #FFF;
	margin-top: 5px;
	margin-right: 16px;
}
.pastEvent {
	background-color: #39A1F8;
	padding: 5px;
	width: 230px;
	border: 1px dashed #8CC3E4;
}
/* CSS Document */

/*=============== FRONT PAGE ==============*/

.floatRight { 
	float: right;
	margin-left: 8px;
}
.floatLeft { 
	float: left;
	margin-right: 8px;
}

.imageBorder {
	border: 2px solid #FFF;
}

.Bold {
	font-weight: bold;
}
.underline {
	text-decoration:underline;
}

.ComicSansGreen {
	color: #185950;
	font-family: "Comic Sans MS", cursive;
}

.italicGreen {
	font-style:italic;
	color:#18594f;
}

.italicGreen14 {
	font-style:italic;
	color:#18594f;
	font-size:14px;
	font-family:"Comic Sans MS", cursive;
}
.green {
	color: #18594f;
	font-size: 12px;
	text-decoration: underline;
}
.date {
	font-size: 12px;
	font-weight: bold;
	color: #18594f;
	line-height: 1.5em;
}
.grey {
	font-size: 12px;
	color: #666;
}

.red {
	color: #9C2D2B;
	font-family: "Comic Sans MS", cursive;
	font-size: 18px;
	font-weight: bold;
}

.red14 {
	color: #9C2D2B;
}

.italicRed16 {
	font-style:italic;
	color:#9C2D2B;
	font-size:16px;
	font-family:"Comic Sans MS", cursive;
}

p, h1, h2, h3, h4, h5, h6 li {
	margin: 2ex 0 .25ex 0;
}

p  {
	font-size: 14px;
	line-height:1.4em;
	color:#333;
	margin: 1ex 0;
}
h1 {
	font-size: 18px;
	font-weight: normal;
	margin-bottom: 20px;
	color:#333;
}

h2 {
	font-size: 16px;
	font-weight: normal;
	color: #18594f;
	margin-bottom: 10px;
	line-height: 1.3em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	text-transform: uppercase;
}
h3 {
	font-size: 16px;
	font-weight: normal;
	color:#333;
}
h4 {
	font-size: 15px;
	font-weight: normal;
	color: #18594f;	
}

h5 {
	font-size: 14px;
	font-weight: normal;
	color:#333;
}

h6 {
	font-size: 12px;
	font-weight: normal;
	color:#333;
}
.title {
	line-height: 1.5em;
	font-size: 16px;
	color: #000;
}
.subTitle {
	font-style: italic;
	color: #333;
	font-size: 20px;
	margin-bottom: 20px;
	line-height: 1.8em;
}
.subTitle2 {
	font-size: 16px;
	color: #333;
	font-style: italic;
	line-height: 1.2em;
}
.textImg {
	line-height: 1.8em;
	font-size: 14px;
	color: #666;
	font-style: italic;
}
