@charset "utf-8";
/* CSS Document */


.separator {
	clear: both;
	height: 1px;
	line-height: 4px;
	background-repeat: repeat-x;
	margin-top: 5px;
	margin-bottom: 5px;
	width: 475px;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #A6987B;
	margin-left: 25px;
		}
#rightContent table {
	margin-left: 40px;
	color: #000000;
}

#rightContent table th {
	color: #FFF;
	background-color: #253149;
	padding-top: 5px;
	padding-right: 4px;
	padding-bottom: 5px;
	padding-left: 5px;
	text-align: center;
	font-size: 13px;
	font-weight: bold;
	text-align: left;
}
#rightContent table td {
	font-size: 12px;
	vertical-align: top;
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 5px;
}
#rightContent .tableIndent {padding-left: 15px;}
#rightContent .tableOddRow {
	background-color: #e1dcd1;
}
#rightContent .tableEvenRow {
	background-color: #E2E2E2;
}
#rightContent .tableNoBorders {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#rightContent table p {
	text-align: left !important;
}
#rightContent .floatImageRight {
	float: right;
	padding-left: 10px;
	padding-bottom: 10px;
}
#rightContent .floatImageLeft {
	float: left;
	padding-bottom: 10px;
	padding-right: 10px;
	margin-right: 10px;
}
#rightContent .pullQuoteLeft {
	float: left;
	margin-right: 10px;
}


.redText {
	color: #b02b25 !important;
}
.blueText {
	color: #253149 !important;
}
.redBox {
	background-color: #b02b25;
	color: #FFFFFF;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
}


#rightContent ul, ol {
	padding-left: 60px;
	padding-bottom: 10px;
	padding-right: 50px;
}

h1, h2, h3, h4, h5 {
	width: 525px;
}

h1, h2 {
	padding-left: 30px;
	padding-top: 10px;
	padding-bottom: 10px;
}

h1 {
	font-size: 18px;
	font-weight: bold;
	color: #333333;
}
h2 {
	font-size: 14px;
	font-weight: bold;
	color: #4E4E4D;
	padding-left: 30px;
}
h3 {
	font-size: 14px;
	color: #4E4E4D;
	font-weight: bold;
	padding-top: 9px;
	padding-left: 30px;
}
h4 {
	padding-left: 30px;
	font-size: 12px;
	color: #253149;
}
h5 {
	font-size: 16px;
	color: #253149;
	font-weight: bold;
	padding-top: 9px;
	padding-left: 30px;
}
.ten {font-size: 10px !important;}
.eleven {font-size: 11px !important;}
.twelve {font-size: 12px !important;}
.thirteen {font-size: 13px !important;}