.capitalize {
	text-transform: capitalize;
}
.center {
display: block;
margin-left:auto;
margin-right:auto;
margin-bottom:10px;
}
.left {
float:left;
margin-top: 1px;
margin-right:15px;
margin-bottom:10px;
}
.right {
float:right;
margin-top: 1px;
margin-left:15px;
margin-bottom:10px;
}
.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: 15px;
 margin-bottom: 10px;
 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: 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:#FFFFFF;
	width:208px;
	float:left;
	margin-left:-10px;
	margin-right: 15px;
	margin-bottom: 20px;
}
.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: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	background-color:#FFFFFF;
	margin-bottom: 10px;
	float: left;
	margin-right: 20px;
	margin-bottom: 10px;
}
.featureBoxSidebar2 {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	background-color:#FFFFFF;
	margin-bottom: 0px;
	padding-top: 10px;
	padding-left: 0px
	width: 212px;
}
.featureBox * td {
	padding-top: 15px;
	padding-right: 15px;
	padding-left: 15px;
	padding-bottom: 10px;
}
.featureBoxSidebar1 * td {
	padding: 0px;
	padding-top: 10px;
	padding-bottom: 15px;
}
.featureBoxSidebar2 * td {
	padding-top: 10px;
	padding-bottom: 15px;
}
.featureHeader, .featureBox * h1 {
	font-size: 14px;
	line-height: 18px;
	font-weight: normal;
	text-transform: none;
	color:#333333;
	margin-bottom: 4px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.featureSubHeader, .featureBox * h2 { 
	font-size: 11px;
	line-height: 13px;
	font-weight: normal;
	text-transform: none;
	color:#000000;
	margin-bottom: 2px;
}
.featureText, .featureBox * p {
	font-size: 11px;
	line-height: 13px;
	margin-bottom: 8px;
	margin-right: 13px;
	margin-left: 11px;
	color: #1a5ac6;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
}
.featureBox * ul  {
	margin-bottom: 8px;
}
.featureBox * ul li {
	font-size: 11px;
	line-height: 13px;
}
.featureBox * ol {
	margin-bottom: 8px;
}
.featureBox * ol li {
	font-size: 11px;
	line-height: 13px;
}
.featureBox * img {
	margin:0px;
	display:block;
}
.featureSidebar1Header, .featureBoxSidebar1 * h1 {
	font-size: 16px;
	line-height: 18px;
	font-weight: normal;
	text-transform: none;
	color:#b00e0e;
	margin-bottom: 3px;
	font-family: "Trebuchet MS";
	margin-left: 10px;
}
.featureSidebar1SubHeader, .featureBoxSidebar1 * h2 {
	font-size: 12px;
	line-height: 13px;
	font-weight: bold;
	text-transform: uppercase;
	color:#000000;
	margin-bottom: 5px;
	margin-left: 10px;
	margin-right: 3px;
	margin-top: 5px;
	font-family: "Trebuchet MS";
}
.featureSidebar1Text, .featureBoxSidebar1 * p {
	font-size: 11px;
	color:#1a5ac6;
	line-height: 13px;
	margin-bottom: 8px;
	margin-left:10px;
}
.featureBoxSidebar1 * ul {
	margin-bottom: 8px;
	margin-top: -1px;
	margin-left: -3px;
}
.featureBoxSidebar1 * ul li {
font-size:11px;
color:#1a5ac6;
margin:0px;
padding:0px;
margin-bottom:2px;
margin-left:15px;
margin-right: 5px;
background-image:url(/images/bullets/dotBlue2A4A93.gif);
background-repeat:no-repeat;
background-position:0 0.5em;
padding-left:10px;
list-style:none;
}
.featureBoxSidebar1 * ol {
	margin-bottom: 8px;
	margin-top: -1px;
	margin-left: -3px;
}
.featureBoxSidebar1 * ol li {
font-size:11px;
color:#1a5ac6;
margin:0px;
padding:0px;
margin-bottom:2px;
margin-left:1px;
margin-right: 5px;
background-image:url(/images/bullets/dotBlue2A4A93.gif);
background-repeat:no-repeat;
background-position:0 0.5em;
padding-left:10px;
list-style:none;
}
.featureBoxSidebar1 * img {
	margin:0px;
	display:block;
	margin-bottom: 10px;
}
.featureSidebar2Header, .featureBoxSidebar2 * h1 {
	font-size: 12px;
	line-height: 14px;
	font-weight: bold;
	text-transform: none;
	color:#000000;
	margin-bottom: 2px;
	margin-right: 13px;
	margin-left: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.featureSidebar2SubHeader, .featureBoxSidebar2 * h2 {
	font-size: 11px;
	line-height: 13px;
	font-weight: bold;
	text-transform: none;
	color:#b00e0e;
	margin-bottom: 3px;
	margin-right: 13px;
	margin-left: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.featureSidebar2Text, .featureBoxSidebar2 * p {
	font-size: 11px;
	line-height: 13px;
	margin-bottom: 8px;
	margin-right: 13px;
	margin-left: 11px;
	color: 000000;
}
.featureBoxSidebar2 * ul {
	margin-bottom: 8px;
	margin-right: 13px;
	margin-left: 11px;
}
.featureBoxSidebar2 * ul li {
font-size:11px;
margin:0px;
padding:0px;
margin-bottom:2px;
margin-left:1px;
background-image:url(/images/bullets/dotBlack.gif);
background-repeat:no-repeat;
background-position:0 0.5em;
padding-left:10px;
list-style:none;
}
.featureBoxSidebar2 * img {
	margin:0px;
	margin-left:11px;
	display:block;
}
.featureBoxSidebar2 a img {
	margin:0px;
}

.featureBoxSidebar2 * ol {
	margin-bottom: 8px;
	margin-right: 13px;
	margin-left: 11px;
}
.featureBoxSidebar2 * ol li {
font-size:11px;
margin:0px;
padding:0px;
margin-bottom:2px;
margin-left:1px;
background-image:url(/images/bullets/dotBlack.gif);
background-repeat:no-repeat;
background-position:0 0.5em;
padding-left:10px;
list-style:none;
}
.fontRed {
	color: #b00e0e;
}
.fontYellow {
	color: #f2d055;
}
.fontBlue {
	color: #1a5ac6;
}
.fontGreen {
	color: #669933;
}
.fontOrange {
	color: #f29c57;
}
.fontPurple {
	color: #6d00a0;
}
.fontBrown {
	color: #72251c;
}
.fontGray {
	color: #666666;
}
.fontWhite {
	color: #FFFFFF;
}
.fontBlack {
	color: #000000;
}
.fontSmall {
font-size:10px;
line-height:12px;
}
.leadText {
font-size:12px;
line-height:15px;
}
.uppercase {
	text-transform: uppercase;
}
