h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 28px;
	color: #00637b;
	font-weight: normal;
	margin: 0;
	padding: 8px 0 6px 0;

}

h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 28px;
	color: #00637b;
	font-weight: normal;
	margin: 0;
	padding: 8px 0 6px 0;
}
h3 {
	font-size: 24px; 
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #002F65; 
	font-weight: normal; 
	margin-bottom: 6px; 
	border-bottom: 1px solid #ddd;
	text-shadow: 0 1px 0 #fcf9ee, 1px 2px 0 rgba(0,0,0,.15);
}
h4 {
	color: #A27E24;
	text-transform:uppercase;
	font-size: 16px;
	margin: 14px 0 8px 0;
}

h5 {
    color: #002F65;
    font-family: Arial, Sans-Serif;
    font-weight: bold;
    font-size: 16pt;
    margin: 14px 0 8px 0;
}

.callout { font-family: Georgia, "Times New Roman", Times, serif; font-style: italic; font-size: 17px; color: #666; clear: both; line-height: 1.3;}
.caption { font-style: italic; font-size: 11px; color: #666;}

.blockquote { display: block; clear: both; padding: 3px 15px 3px 30px; margin: 15px 0;line-height: 1.5; font-family: Georgia, "Times New Roman", Times, serif; font-size: 12px; border-left: 1px solid #ddd; color: #555;}

.small-text { font-size: 10px;}

.alignLeft { display: block; float: left; padding: 5px 10px 5px 0;}

.alignRight { display: block; float: right; padding: 5px 0 5px 10px;}

.textBlockRight { width: 210px; float: right; padding: 10px 0 10px 10px;}
.textBlockLeft { width: 210px; float: left; padding: 10px 10px 10px 0;}

.titleImage { margin-top: 20px;}

.imagePadding { padding: 6px 12px;}

.alert {
	color: #b60000;
	background: #fdfbd4;
	border: 4px double #b60000;
	padding: 8px;
	margin: 12px 0;
	clear: both;	
}

