div#map{
	margin-left:148px;
}

#large-title h1{
	font-size: 20px;
	font-weight: 700;
}


/* formatting for program button */

div.register-table {
	margin-left: 298px;
	width: 400px;
	min-height: 60px;
	background-color: Midnightblue;
	margin-bottom: 40px;
	overflow: hidden;
	clear: both;
	float: left;
}


div.register-content{
	min-height: 60px;
	overflow: hidden;
	border: 2px solid MidnightBlue;
	text-align: center;
	padding: 20px;
	font: 20px 'Open Sans', sans-serif;
	font-weight: 700;
	line-height: 1.5;
}