h1 {
	font-size: 35px;
	font-weight: normal;
	color: #c52e3a;
	font-family: "Times New Roman", Times, serif;
	letter-spacing: -0.5px;
	margin: 0px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

h3 {
	margin-bottom: 0px;
	padding-bottom: 0px;
}

p {
	font-weight: normal;
	
	margin: 0px;
	padding: 0px;
}

a {
	font-weight: normal;
	color: #c52e3a;
	margin: 0px;
	padding: 0px;
}




ul {
	list-style-image: url(images/bullet.gif);
}

#menu {
	height: 73px;
	background-color: #fff;
	
}


html {
 overflow-y: scroll !important;
}






img /* Stops borders from displaying on linked images */
{  border-style: none;

}

.map {
	border: 3px solid #c52e3a;
	text-align: center;	
	
}

.footnote { font-size: 11px;}


