  /* Your local CSS styles should be put in here so they will be included across your entire site */
main .text h3 {
	margin-top: 2em;
	font-size: 1.7rem;
	font-weight: normal;
	text-transform: uppercase;
}
section section {
	margin-bottom: 10px;
/*	margin-top: 10px;*/
}
h4 {
	margin-top: 10px;
}
section.announcements {
	margin-bottom: 2em;
}
section.news {
	clear: none;
}
section.news a:hover {
	text-decoration: none;
}
section.news article:hover {
	background: white;
}
section.news h3 a, section.text h3 a {
	display: inline;
	font-size: inherit;
	font-weight: inherit;
}
section.news article {
	clear: right;
}
section.news img {
	float: right;
	margin: 0 0 10px 10px;
	width: 100px;
	background: white;
	padding: 2px;
	border: 1px solid #d9d9d9;
}
main li {
	line-height: 20px;
	margin-bottom: .5em;
}
#content main section.text h1, #content main section.text h2 {
	font-weight: normal;
}
#content main section.text h2 {
	font-size: 3.4rem;
}

.feedbackform form {
	margin: 100px 0 100px 0;
}
.feedbackform label {
	display: block;
	font-size: 18px;
}
.feedbackform textarea {
	display: block;
	width: 100%;
	height: 150px;
	margin: 1em 0 2em 0;
}
.feedbackform input {
	font-size: 22px;
	border-radius: 0;
	padding: 8px;
}

