@charset "UTF-8";
/* CSS Document */

#districtInfo {
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -9em;
	width: 18em;
	padding: .5em;
	border: solid 2px orange;
	background: white;
	visibility: hidden;
}
.closeButton {
	margin-top: .5em;
	text-align: right;
	text-transform: lowercase;
	font-size: 80%;
}
#uxNewsletters>img {
	float: left;
	margin: 0 16px 3em 0;
}
#uxNewsletters h2 {
	margin-bottom: 1em;
}
#uxNewsletterInfo {
	overflow: auto;
}
h6 {
	margin-top: 1em;
}
#announcements {
	background-color: rgb(255,245,232);
	height: 300px;
	padding: 10px;
	overflow: auto;
}
#announcements h3 {
	margin-top: .5em;
	border-top: solid 1px black;
	padding-top: .5em;
}
#announcements h3:first-child {
	margin-top: 0;
	border-top: none;
	padding-top: 0;
}
h2 .membersOnly {
	text-transform: uppercase;
	color: yellow;
}