.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-top-width:3px;
 border-top-style:solid;
 border-top-color:#33ADEB;
 border-bottom-width:3px;
 border-bottom-style:solid;
 border-bottom-color:#33ADEB;
	margin-bottom: 10px;
}
.leftWithBorder {
 float: left;
 margin-top: 1px;
 margin-right: 10px;
 margin-bottom: 5px;
 border-top-width:3px;
 border-top-style:solid;
 border-top-color:#33ADEB;
 border-bottom-width:3px;
 border-bottom-style:solid;
 border-bottom-color:#33ADEB;
}
.rightWithBorder {
 float: right;
 margin-top: 1px;
 margin-left: 10px;
 margin-bottom: 5px;
 border-top-width:3px;
 border-top-style:solid;
 border-top-color:#33ADEB;
 border-bottom-width:3px;
 border-bottom-style:solid;
 border-bottom-color:#33ADEB;
}
.clear {
	clear: both;
}
.featureBox {
	border-top-width: 6px;
	border-bottom-width: 6px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color:  #33adeb;
	border-bottom-color:  #33adeb;
	background-color:#FFFFFF;
	width: 203px;
	float: right;
	margin-left: 10px;
	margin-bottom: 5px;
}
.featureBoxSidebar1 {
	margin-bottom: 20px;
	width: 100%;
	background-color: FFFFFF;
	background-image: url(/images/backgrounds/gradientWhiteOrangeHoriz.gif);
	background-repeat: repeat-y;
	background-position: right top;
}
.featureBoxSidebar2 {
	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: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	background-color:#E6E6E6;
	margin-bottom: 10px;
	width: 100%;
}
.featureBox * td {
	padding-top: 5px;
	padding-bottom: 5px;
}
.featureBoxSidebar1 * td {
	padding-top: 10px;
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 5px;
}
.featureBoxSidebar2 * td {
	padding-top: 10px;
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 5px;
}
.featureHeader {
	font-size: 16px;
	line-height: 18px;
	margin-bottom: 4px;
}
.featureSubHeader {
	font-size: 11px;
	line-height: 14px;
	margin-bottom: 2px;
	text-transform: uppercase;
	font-weight: bold;
	color: #0154A6;
}
.featureText {
	font-size: 11px;
	line-height: 15px;
	margin-bottom: 8px;
}
.featureSidebar1Header {
	font-size: 16px;
	line-height: 18px;
	margin-bottom: 4px;
	padding-right: 12px;
}
.featureSidebar1SubHeader {
	font-size: 12px;
	line-height: 15px;
	margin-bottom: 2px;
		padding-right: 12px;
}
.featureSidebar1Text {
	font-size: 11px;
	line-height: 14px;
	margin-bottom: 8px;
		padding-right: 12px;
}
.featureSidebar2Header {
	font-size: 16px;
	line-height: 18px;
	margin-bottom: 4px;
}
.featureSidebar2SubHeader {
	font-size: 11px;
	line-height: 13px;
	margin-bottom: 2px;
}
.featureSidebar2Text {
	font-size: 10px;
	line-height: 13px;
	margin-bottom: 8px;
}
.fontRed {
	color: #000000;
}
.fontYellow {
	color: #F7B25F;
}
.fontBlue {
	color: #0154A6;
}
.fontGreen {
	color: #96B752;
}
.fontOrange {
	color: #000000;
}
.fontPurple {
	color: #000000;
}
.fontBrown {
	color: #000000;
}
.fontGray {
	color: #4F4F4F;
}
.fontWhite {
	color: #FFFFFF;
}
.fontBlack {
	color: #000000;
}
.fontSmall {
font-size:11px;
line-height:12px;
font-style:italic;
color: #6C6C6C;
}
.leadText {
font-size:14px;
line-height:24px;
}
.uppercase {
	text-transform: uppercase;
}


