﻿.generic {
	width: 100%;
	float: left;
	margin-bottom: 15px;
	text-align: left;
}
.genericNoBottomMargin {
	width: 100%;
	float: left;
}
.genericCentered {
	width: 100%;
	float: left;
	margin-bottom: 15px;
	text-align: center;
}
.featureTitle {
	width: 440px;
	float: left;
	margin-bottom: 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-large;
	font-weight: bold;
	color: #34628E;
}
.featureContent {
	width: 460px;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #333333;
}
.parpgraphHead_nospace {
	width: 100%;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: bold;
	color: #000000;
}
.parpgraphHead_with_space {
	width: 100%;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-large;
	font-weight: bold;
	color: #34628E;
	margin-bottom: 15px;
}
.DividerLine {
	width: 100%;
	float: left;
	margin-top: 20px;
	margin-bottom: 20px;
	height: 1px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #C0C0C0;
}
.quote {
	width: 540px;
	float: left;
	margin-left: 40px;
	margin-bottom: 15px;
}
.HeaderTemplate {
	width: 214px;
	float: left;
	margin-bottom: 5px;
	background-color: #000080;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	color: #FFFFFF;
}
.search {
	width: 100%;
	float: left;
	margin-bottom: 15px;
}

