@charset "utf-8";
/* Styling for home page */

h1 {
	font-size: 1.8em;
	font-weight: normal;
	border-bottom: 1px dotted #BBBBBB;
}

h2 {
	font-size: 1.4em;
}

#map {
	border: 1px solid black;
	float: right;
	padding: 5px;
	margin: 0 0 10px 10px;
}

#large_right_col {
	width: 700px;
	margin: 0 20px;
	float: left;
}

#related_article {
	width: 175px;
	float: right;
	border: 2px solid #9C2528;
	margin: 0 0 10px 10px;
	padding: 1em;
}

#related_article h3 {
	margin: 0 0 1em 0;
}

#related_article p {
	margin: 0;
}

#related_article a {
	text-decoration: none;
}