#content h1{
	margin:0 0 10px;
	font-size:2.1em;
	color:#6c6c6c;
}

#content h2{
	margin:0 0 10px;
	font-size:2.1em;
	color:#6c6c6c;
	font-weight:normal;
}
#content h2.headerquestion{
	margin:0 0 -12px;
	font-size:2.1em;
	color:#6c6c6c;
	font-weight:normal;
}
#content h3{
	margin:0 0 11px;
	font-size:1.9em;
	color:#6c6c6c;
}
#content h4{
	margin:0 0 16px;
	font-size:1.9em;
	color:#6c6c6c;
	font-weight:normal;
}
#content h5{
	margin:0 0 16px;
	font-size:1.5em;
	color:#6c6c6c;
	font-weight:bold;
}
.sectionheader{
	caption: Section Header;
	margin:0 0 -5px;
	font-size:1.5em;
	color:#6c6c6c;
	font-weight:bold;
}
#content h6{
	margin:0 0 20px;
	font-size:1.4em;
	color:#6c6c6c;
	font-weight:normal;
}

/* Call to Action box */
.cta-wrapper {
	width: 250px;
	height: 125px;
	background: #aeca23;
	background: -moz-linear-gradient(center top , #c3e228, #a3bd21) repeat scroll 0 0 transparent;
	background: -webkit-gradient(linear, left top, left bottom, from(#c3e228), to(#a3bd21));
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c3e228', endColorstr='#a3bd21');
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    border-radius: 10px;
	margin: 25px auto;
}
.cta-right {
  float: right;
  margin-left: 10px;
}
.cta-left {
  float: left;
  margin-right: 10px;
}
.cta-wrapper .cta-content {
	width: 100%;
	text-align: center;
}
.cta-wrapper .cta-content a {
	text-decoration: none;
}
.cta-wrapper .cta-content a:hover {
	text-decoration: none;
	color: #5c387e;
}
.cta-wrapper .cta-content .two-line {
	padding: 29px 0 0 0;
}
.cta-wrapper .cta-content .three-line {
	padding: 16px 0 0 0;
}
.cta-wrapper .cta-content .two-line .line1 {
	font: 28px/34px Arial, sans-serif;
	color: #5c387e;
	font-weight: bold;
	display: block;
}
.cta-wrapper .cta-content .two-line .line2 {
	font: 27px/28px Arial, sans-serif;
	color: #5c387e;
	font-style: italic;
}
.cta-wrapper .cta-content .three-line .line1 {
	font: 22px/38px Arial, sans-serif;
	color: #5c387e;
	font-weight: bold;
	display: block;
}
.cta-wrapper .cta-content .three-line .line2 {
	font: 18px/22px Arial, sans-serif;
	color: #5c387e;
}
/* end call to action */

