.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;
border: 1px solid #707070;
}


.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:#545454;
}
.rightWithBorder {
 float: right;
 margin-top: 1px;
 margin-left: 10px;
 margin-bottom: 5px;
 border-width:1px;
 border-style:solid;
 border-color:#545454;
}
.clear {
	clear: both;
}
.featureBox {
	border-top-width: 1px;
	border-right-width: 1px;
	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: #003663;
	border-right-color: #003663;
	border-bottom-color: #003663;
	border-left-color: #003663;
	background-color:#FFFFFF;
	float:right;
	width:50%;
	margin-bottom:5px;
	background-image:url(/incoming/cornerGraphicfeatures.jpg);
	background-position:0% 0%;
	background-repeat:no-repeat;
}
.featureBoxSidebar1 {
	border-top-width: 1px;
	border-right-width: 1px;
	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: #003663;
	border-right-color: #003663;
	border-bottom-color: #003663;
	border-left-color: #003663;
	background-color:#ffffff;
	margin-bottom: 10px;
	width: 100%;
}
.featureBoxSidebar2 {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #7BA24A;
	border-bottom-color: #7BA24A;
	background-color:#ffffff;
	margin-bottom: 5px;
margin-top: 12px;
	width: 274;
}
.featureBox * td {
	padding-top: 15px;
	padding-right: 15px;
	padding-left: 15px;
	padding-bottom: 10px;
}
.featureBoxSidebar1 * td {
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 5px;
}
.featureBoxSidebar2 * td {
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
}
.featureHeader, .featureBox * h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	color: #b11116;
	font-size: 16px;
	line-height: 18px;
	margin-bottom: 4px;
}
.featureSubHeader, .featureBox * h2 {
	color: #6c8fb4;
	font-weight:bold;
	font-size: 11px;
	line-height: 13px;
	margin-bottom: 2px;
}
.featureText, .featureBox * p {
	font-size: 10px;
	line-height: 13px;
	margin-bottom: 8px;
}
.featureSidebar1Header, .featureBoxSidebar1 * h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	color: #b11116;
	font-size: 16px;
	line-height: 18px;
	margin-bottom: 4px;
}
.featureSidebar1SubHeader, .featureBoxSidebar1 * h2 {
	color: #6c8fb4;
	font-weight:bold;
	font-size: 11px;
	line-height: 13px;
	margin-bottom: 2px;
}
.featureSidebar1Text, .featureBoxSidebar1 * p {
	font-size: 10px;
	line-height: 13px;
	margin-bottom: 8px;
}
.featureSidebar2Header, .featureBoxSidebar2 * h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 13px;
	font-weight: normal;
	text-transform:uppercase;
	color: #792806;
	margin-bottom: 5px;
}
.featureSidebar2SubHeader, .featureBoxSidebar2 * h2 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 12px;
	font-weight:normal;
	color: #000000;
	margin-bottom: 6px;
}
.featureSidebar2Text, .featureBoxSidebar2 * p {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 13px;
	font-style:normal;
	color: #000000;
	margin-bottom: 6px;
}
.fontRed {
	color: #792806;
}
.fontYellow {
	color: #eba71e;
}
.fontBlue {
	color: #003663;
}
.fontGreen {
	color: #197a30;
}
.fontOrange {
	color: #f15a22;
}
.fontPurple {
	color: #662d91;
}
.fontBrown {
	color: #754c24;
}
.fontGray {
	color: #666666;
}
.fontWhite {
	color: #FFFFFF;
}
.fontBlack {
	color: #000000;
}
.fontSmall {
font-size:10px;
line-height:12px;
}
.leadText {
font-size:13px;
line-height:18px;
}
.uppercase {
	text-transform: uppercase;
}
