@charset "UTF-8";

h1 {
	font-family: Arial;
	font-weight: bold;
	font-size: 35px;
	text-transform: lowercase;
	margin-bottom: 15px;
	margin-left: 10px;
	margin-right: 20px;
	margin-top: -1px;
	
}
h4 {
	margin: 8px;
        color: #009446;
}
hr {
	width: 80%;
	height: 1px;
	border: none;
}

div#middle p {
	font-size: 16px;
	line-height: 20px;
	margin-left: 10px;
	margin-right: 20px;
	}

div#content div#left {
	background-color: #aaeed7;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	height: 462px;
}
div#content div#left h4 {
	margin-bottom: 4px;
	text-align: center;
}
div#content div#left .event_box_info {
	font-size: 12px;
	text-align: center;
	}
div#content div#left li {
	font-size: 14px;
	line-height: 16px;
}
div#content div#left hr {
	color: gray;
	background-color: gray;
	margin-bottom: 20px;
}
div#content div#left ul {
	list-style: none;
	padding-left: 1em;
	margin: 4px;
}
div#content div#right div#donate {
	padding: 0;
	margin-top: 0;
	margin-bottom: 20px;
	text-align: center;
}
#donateBtn {
	font-size: x-large;
}
div#content div#right #highlight {
	border: none;
}

div#footer div#facebook {
	float: left;
	width: 400px;
}
div#footer div#newsletter {
	float: right;
	padding: 10px;
}
div#footer div#newsletter #enlistBtn {
	background-color: #009446;
	color: white;
	font-weight: bold;
	font-family: 'arial';
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}
div#footer #msg {
	display: none;
	float: right;
	margin-top: 4px;
}

