﻿.sectionContainer
{
	border: solid 1px;
	margin: 2px;
}
.sectionHeader
{
	font-weight:bold;
	font-size: large;
	padding-left: 5px;
	padding-top: 5px;
}
.sectionSubHeader
{
	background-color: #82a1c1;
	color: White;
	font-weight:bold;
	font-size: 10pt;
	text-align:center;
}
.widthRuler
{
	width: 80%;
}

