#large-title h1{
	font-size: 20px;
	font-weight: 700;
}

/* formatting for registration price tables */
div.price-table {
	margin-left: 218px;
	width: 560px;
	min-height: 200px;
	overflow: hidden;
	clear: both;
	float: left;
}

div.price-title{
	height: 30px;
	background-color: MidnightBlue;
	padding-top: 4px;
	color: White;
	font: 16px 'Open Sans', sans-serif; 
	font-weight: 700;
	text-align: center;
}

div.price-content{
	min-height: 100px;
	overflow: hidden;
	border: 2px solid MidnightBlue;
	text-align: Left;
	padding: 10px;
	padding-top: 20px;
	margin-bottom: 40px;
	font: 14px 'Open Sans', sans-serif; 
	font-weight: 700;
	line-height: 1.5;
}

.link-content h1{
	font: 14px 'Open Sans', sans-serif; 
	font-weight: 700;
	color: #6D98AB;
	padding-bottom: 10px;
	padding: 0;
	line-height: 1.75;
}

	
div.left-obj{
	width: 400px;
	text-align: Left;
	line-height: 1.75;
	float: left;
	clear: left;
}

div.right-obj{
	width: 86px;
	text-align: left;
	line-height: 1.75;
	float: left;
	clear: right;
	margin-left: 50px;
}


/* formatting for register 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;
}