

/* Page Content - Headings */
h1.pageContentHeading{
	margin-bottom: 15px;
}

h2.pageContentHeading{
	color: #CC0000;
}

h3.pageContentSubHeading{
	color: #CC0000;
}

h4.pageContentSubHeading{
	text-decoration: underline;
}

h4.specFeatureHeading{
	margin-top: 15px;
	color: #CC6600;
}

/* Page Content - Paragraphs */
p.pageContentText{
	padding: 10px;
}

p.pageContentText em{
	color: #FFFF00;
}

em.pageContentQuote{
}

/* Lists */
ul.specList{
	clear: both;
}

ul.specListLeft, ul.specListRight{
	width: 43%;
	margin-left: 1.3em;
	padding-left: 1.5em;
}

ul.specListLeft{
	float: left;
}

ul.specListRight{
	float: right;
}