#results-side-box {
	display: block;
	width: 100%;
	padding: 2px;
	margin-top: -40px;
	background-color: #1a5c5c;
	text-align: left;
	border: solid 0px #dddddd; 
}

#results-side-box h1 {
	font-size: 1.4em; 
	font-weight: normal; 
	line-height: .5em;
	color: #000000; 
}

#results-side-box h2 {
	font-size: 1.4em; 
	font-weight: normal; 
	line-height: .5em;
	color: #000000; 
	margin-bottom: 40px;
}

#results-box {
	position: relative;
	display: block;
	padding-bottom: 20px;
	margin: 0 auto;
	width: 100%;
	vertical-align: top;
	text-align: center;
	border: solid 0px #dddddd; 
}

#answers-box {
	padding: 20px;
	margin-bottom: 20px;
	width: 100%;
	border-radius: 4px;
	background-color: #ffffff;
	border: solid 0px #dddddd; 
}

#answers-box h1 {
	font-size: 1.8em; 
	font-weight: bold; 
	padding-left: 37px;
	line-height: 1.2em;
	text-indent: -25px;
	color: #1a5c5c; 
}

#answers-box h2 {
	font-size: 1.6em;
	font-weight: bold; 
	text-align: left;
	padding-left: 38px;
	text-indent: -9px;	
	color: #333333;
}

#answers-box h3 {
	font-size: 1.4em;
	padding-left: 38px;
	text-indent: 0px;
	line-height: 1.2em;
	text-align: left;
	color: #cccccc;
}

#answers-box h4 {
	font-size: 1.4em;
	text-align: left;
	padding-left: 38px;	
	color: #ce1f22;
}

#results-box h5 {
	font-size: 2.4em;
	text-align: center;
	line-height: 1.2em;
	color: #ffffff;
}

#answers-box a {
	font-size: 1em; 
	font-weight: normal; 
	text-decoration: underline;
	color: #3291b9;
}