
h1 {
	font-size: 20px; /* 20px */
	line-height: 1.5em;
	color: #29547E;
	font-weight: normal;
	margin: .3em 0 .45em 0;
}
h2 {
	font-size: 17px;
	line-height: 1em;
	color: #29547E;
	font-weight: normal;
	margin: .9em 0 .25em 0;
}
h3 {
	font-size: 14px;  /* was 12px */
	text-transform:uppercase;
	color: #29547E;
	font-weight: normal;
	margin: .9em 0 .444em 0;	/* 18px 0 8px 0 */ /* was .818em 0 .444em 0; */
	line-height: 1em;
	padding-bottom:3px;
}
h4 {
	color: #263d47;
	font-size: 12px;
	margin: 1.3em 0 .444em; /* 24px 0 8px 0*/
	line-height: 1.2em;
	border-bottom:1px solid #E0C177;
}
h5 {
	font-size:13px;
	line-height: 1em;
	margin: 1.375em 0 .125em 0;
	font-weight: bold;
}
p {
	margin: .75em 0;/*padding: .5em 0;*/
	}
.callout {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 1.2em;
	margin: .5556em 0 .5556em 0;
	color: #777777;
	clear: both;
	line-height: 1.2em;
}
.caption {
	font-style: italic;
	font-size: 11px;
	color: #565656;
}
.blockquote {
	display: block;
	clear: both;
	padding: 0 30px 0 30px;
	margin: 1em 0;
	line-height: 2em;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1em; /* 12px */
	color: #565656;
}
.small-text {
	font-size: 10px;
}
.image-border {
	border:1px solid #ccc;
	padding:4px;
	background:#fff;
}
.alignLeft {
	display: block;
	float: left;
	margin-right: 14px;
}
.alignRight {
	display: block;
	float: right;
	margin-left: 14px;
}
/* blocks */

.block-right-1-2 {
	width: 47.50%;
	float: right;
	padding: 2.5% 0 2.5% 2.5%;
}
.block-right-1-3 {
	width: 30%;
	float: right;
	padding: 2.5% 0 2.5% 2.5%;
}
.block-right-1-4 {
	width: 22.50%;
	float: right;
	padding: 2.5% 0 2.5% 2.5%;
}
.block-left-1-2 {
	width: 47.50%;
	float: left;
	padding: 2.5% 2.5% 2.5% 0;
}
.block-left-1-3 {
	width: 30.5%;
	float: left;
	padding: 2.5% 2.5% 2.5% 0;
}
.block-left-1-4 {
	width: 22.50%;
	float: left;
	padding: 2.5% 2.5% 2.5% 0;
}
/* table styles */
table.datatable {
	border-spacing: 0;
	margin-bottom:15px;
}
table.datatable th {
	/* background-image: url(/cms/images/layout/data_table.gif);*/
    background-repeat: repeat-x;
	background-color: #29547E;
	border:1px #e2d8c5 solid;
	text-align:left;
	padding:6px 15px;
	font:normal 16px Georgia;
	color:#ffffff;
}
table.datatable td {
	vertical-align:top;
	padding:5px 10px;
	border: 1px #dbd0bb solid;
}
/* this is a style to right align columns;  usually those with money in the cells */
.moneycell {
	vertical-align: top;
	text-align: right;
}
/*table.datatable th a, table.datatable th a:link, table.datatable th a:visited {color:#908a77;}*/
table.datatable tr:hover {
	background-color: #8AB1D9;
}
table.datatable tr.odd td {
	background-color: #e2d8c5;
}
table.pagelayouttable {
	border-spacing: 10;
	border-padding: 10;
	margin-bottom:15px;
}
table.pagelayouttable th {
	background-repeat: repeat-x;
	background-color: #29547E;
	border:1px #e2d8c5 solid;
	text-align:left;
	padding:6px 15px;
	font:normal 16px Georgia;
	color:#ffffff;
}
table.pagelayouttable td {
	vertical-align:top;
	padding:5px 10px;
	border: 0px
}

/* error style */
.error {
	color:#ac002b;
}
.warning {
	color:#ac002b;
	font-weight: bold;
}

.solidheading {
	background-color: #29547E;
	border:1px #e2d8c5 solid;
	text-align:left;
	padding:6px 15px;
	font:normal 16px Georgia;
	color:#ffffff;
}
.notes {
	font-size: 11px;
	font-style: italic;
	font-family: Verdana, Geneva, sans-serif;
}
/* images */
.imgCenter {
display: block;
margin-left: auto;
margin-right: auto
}

.imgLeft {
	float: left;
	margin: 5px 5px 5px 5px;
}
.imgRight {
	float: Right;
	margin: 5px 5px 5px 5px;
}

/* List no bullets */

.listnb {
	list-style-type: none;
}