@import url(template.css);

/*
Right Hand Margin page styles

Content is in a narrower column, and additional right-hand margin lists feature items
*/

/*
Content Box on section intro pages
*/

#ContentSection { margin-left: 14em; }

#ContentSectionPad
{
	padding-left: 2.6em;
	padding-right: 3em;
	padding-top: 1.2em;
}

/*
Column on section intro pages
*/

p.section_intro
{
	width: 63%;
	margin-bottom: 1.8em;
}

p.section_intro strong
{
	font-weight: normal;
	color: #0a1f49;
	line-height: 1.4em;
	font-size: 1.4em;
}

div.section_group1
{
	float: left;
	width: 49%;
}

div.section_group2
{
	clear: right;
	float: right;
	width: 49%;
}
