.capitalize {
	text-transform: capitalize;
}
.center {
display: block;
margin-left:auto;
margin-right:auto;
margin-bottom:10px;
}
.left {
float:left;
margin-top: 1px;
margin-right:10px;
margin-bottom:5px;
}
.right {
float:right;
margin-top: 1px;
margin-left:10px;
margin-bottom:5px;
}
.centerWithBorder {
	display: block;
	margin-left: auto;
	margin-right: auto;
	border-width: 1px;
	border-style: solid;
	border-color: #000000;
	margin-bottom: 10px;
}
.leftWithBorder {
 float: left;
 margin-top: 1px;
 margin-right: 10px;
 margin-bottom: 5px;
 border-width:1px;
 border-style:solid;
 border-color:#000000;
}
.rightWithBorder {
 float: right;
 margin-top: 1px;
 margin-left: 10px;
 margin-bottom: 5px;
 border-width:1px;
 border-style:solid;
 border-color:#000000;
}
.clear {
	clear: both;
}
.featureBox {
	border-top-width: 6px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #b90a14;
	border-right-color: #b90a14;
	border-bottom-color: #b90a14;
	border-left-color: #b90a14;
	background-color:#ffffff;
	margin-bottom:15px;
	margin-left:15px;
	float: right;
	width: 180px;
}
.featureBoxSidebar1 {
	border-top-width: 6px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #3f6375;
	border-right-color: #3f6375;
	border-bottom-color: #3f6375;
	border-left-color: #3f6375;
	background-color:#ffffff;
	margin-bottom: 10px;
	width: 100%;
}
.featureBoxSidebar2 {
	border-top-width: 6px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #3f6375;
	border-right-color: #3f6375;
	border-bottom-color: #3f6375;
	border-left-color: #3f6375;
	background-color:#ffffff;
	margin-bottom: 15px;
	margin-left:7px;
	margin-right:7px;
	width: 100%;
}
#sidebarRight .featureBoxSidebar2 {
	border-top-width: 6px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #3f6375;
	border-right-color: #3f6375;
	border-bottom-color: #3f6375;
	border-left-color: #3f6375;
	background-color:#ffffff;
	margin-bottom: 15px;
	margin-left:7px;
	margin-right:7px;
	width: 228px;
}
.featureBox * td {
	padding-top: 10px;
	padding-right: 5px;
	padding-left: 10px;
	padding-bottom: 10px;
}
.featureBoxSidebar1 * td {
	padding-top: 10px;
	padding-right: 15px;
	padding-left: 5px;
	padding-bottom: 5px;
}
.featureBoxSidebar2 * td {
	padding-top: 10px;
	padding-right: 5px;
	padding-left: 10px;
	padding-bottom: 15px;
}
.featureHeader, .featureBox * h1  {
	font-size: 11px;
	line-height: 13px;
	margin-bottom: 5px;
	font-weight:bold;
}
.featureSubHeader, .featureBox * h2 {
	font-size: 10px;
	line-height: 12px;
	margin-bottom: 2px;
	text-transform:uppercase;
}
.featureText, .featureBox * p {
	font-size: 11px;
	line-height: 13px;
	margin-bottom: 8px;
}
.featureBox * ul  {
	margin-bottom: 8px;
	list-style:none;
}
.featureBox * ul li {
	font-size: 11px;
	line-height: 13px;
	background-image:url(/images/bullets/dotBlack.gif);
	background-position:0 0.5em;
	background-repeat:no-repeat;
}
.featureBox * ol {
	margin-bottom: 8px;
}
.featureBox * ol li {
	font-size: 11px;
	line-height: 13px;
}
.featureSidebar1Header, .featureBoxSidebar1 * h1 {
	font-size: 11px;
	line-height: 13px;
	margin-bottom: 2px;
	text-transform:uppercase;
	color:#b90a14;
	font-weight:bold;
}
.featureSidebar1SubHeader, .featureBoxSidebar1 * h2 {
	font-size: 11px;
	line-height: 13px;
	margin-bottom: 5px;
	text-transform:capitalize;
	color:#000000;
	font-weight:bold;
}
.featureSidebar1Text, .featureBoxSidebar1 * p {
	font-size: 10px;
	line-height: 12px;
	margin-bottom: 8px;
	color:#3f6375;
}
.featureBoxSidebar1 * ul {
	margin-bottom: 8px;
}
.featureBoxSidebar1 * ul li {
	font-size: 10px;
	line-height: 12px;
	padding-bottom:4px;
	color:#3f6375;
	background-image:url(/images/icons/blueArrow.gif);
	background-position:0 0.3em;
	background-repeat:no-repeat;
}
.featureBoxSidebar1 * ol {
	margin-bottom: 8px;
}
.featureBoxSidebar1 * ol li {
	font-size: 10px;
	line-height: 12px;
	color:#3f6375;
}
.featureSidebar2Header, .featureBoxSidebar2 * h1 {
	font-size: 11px;
	line-height: 13px;
	margin-bottom: 5px;
	font-weight:bold;
}
.featureSidebar2SubHeader, .featureBoxSidebar2 * h2 {
	font-size: 10px;
	line-height: 12px;
	margin-bottom: 2px;
	text-transform:uppercase;
}
.featureSidebar2Text, .featureBoxSidebar2 * p {
	font-size: 11px;
	line-height: 13px;
	margin-bottom: 8px;
}

.featureBoxSidebar2 * ul  {
	margin-bottom: 8px;
}
.featureBoxSidebar2 * ul li {
	font-size: 11px;
	line-height: 13px;
	background-image:url(/images/bullets/dotBlack.gif);
	background-position:0 0.5em;
	background-repeat:no-repeat;
}
.featureBoxSidebar2 * ol {
	margin-bottom: 8px;
}
.featureBoxSidebar2 * ol li {
	font-size: 11px;
	line-height: 13px;
}

.fontRed {
	color: #b90a14;
}
.fontYellow {
	color: #dfc20a;
}
.fontBlue {
	color: #3f6375;
}
.fontGreen {
	color: #216e37;
}
.fontOrange {
	color: #ee8417;
}
.fontPurple {
	color: #231e53;
}
.fontBrown {
	color: #6e461f;
}
.fontGray {
	color: #666666;
}
.fontWhite {
	color: #FFFFFF;
}
.fontBlack {
	color: #000000;
}
.fontSmall {
font-size:10px;
line-height:12px;
}
.leadText {
font-size:12px;
line-height:16px;
}
.uppercase {
	text-transform: uppercase;
}
