
/* CONTENT */
h1 {
	margin: 0px;
	margin-bottom: 1em;
	font-size: 2em;
	line-height: 1.2em;
	font-weight: normal;
}
h2 {
	font-size: 1.4em;
	margin: 1.3em 0em 0.5em 0em;
	font-weight: normal;
	color: #C22126;
}
h3 {
	font-weight: normal;
	font-size: 1.2em;
	margin: 1em 0em 0.3em 0em;
}
h3 a {
	color: #F36D21;
}

.quote_white_on_red_outer {
	background-image: url(images/quote_left_white-on-red.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.quote_white_on_red_inner {
	background-image: url(images/quote_right_white-on-red.gif);
	background-repeat: no-repeat;
	background-position: right top;
	padding: 5px 20px;
	text-align: center;
	margin: 20px 0px;
	font-size: 1.2em;
}
.arrow_white_on_red {
	background-image: url(images/arrow-in-circle_white-on-red.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	padding: 0px 0px 45px 0px;
	display: block;
	color: White;
}

ul li {
	margin: 3px 0px;
}