@charset "utf-8";
/* CSS Document */

.contentSep {
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #406B8B;
	line-height: 1px;
	height: 1px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.floatRight {float: right; margin-bottom: 15px; margin-left: 15px;}
.floatLeft {float: left; margin-right: 15px; margin-bottom: 15px;}

.separator {
	clear: both;
	height: 11;}

.tableIndent {
	padding-left: 15px;
}
.tableOddRow {
	background-color: #FAFAF1;
}
.tableEvenRow {
	background-color: #DCDCCD;
} 
.tableNoBorders {
	border-style: none !important; 
}
.styledtable {margin-top: 10px; border: 3px solid #e3e7c4;}
.styledtable td {padding: 4px;}
.styledtable th {background: #e3e7c4; text-align: left; padding: 7px 4px;}
.tableOddRow{background: #FAFAF1;}

h1 {
	font: normal 21px Georgia, "Times New Roman", Times, serif;
	margin-bottom: 8px;
	color: #545a4f;
	text-transform: capitalize;
}
h2 {
	font-size: 14px;
	margin-bottom: 8px;
	color: #939393;
	text-transform: capitalize;
} 
h3 {
	font-size: 14px;
	color: #545A4F;
	margin-bottom: 4px;
}

h4 {
	color: #696c2a;
	font-size: 12px;
	padding-bottom: 6px;
}

#content ul {
	list-style-type: disc;
	padding-left:18px;
	list-style-position: outside;
	margin-bottom: 12px;
}
#content ul ul{
	list-style-image: none;
}
#content li {
	padding-top: 3px;
}

#content ol {
	list-style-type: decimal;
	margin-bottom: 12px;
	padding-left: 24px;
	}

.here {font-size: 21px;}
.bulletheading {margin-bottom: 3px;}
.h1subhead {margin-bottom: 2px;}

.small {font-size: 10px;}
.elevenPt {font-size: 11px;}
.twelvePt {font-size: 12px;}
.thirteenPt {font-size: 13px;}
.red {color: #FF0000;}

.padRight {padding: 0 30px 15px 0;}