/* * * * * * * * * * * * * * * * * * * * * * 
 TEXT STYLES 
* * * * * * * * * * * * * * * * * * * * * */
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 26px;
	font-weight: normal;
	color: #B27410;
	margin: 0 0 20px 0;
	font-variant: small-caps;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #5B5541;
	margin: 0 0 10px 0;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #043C5E;
	margin: 0 0 10px 0;
}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;;
	color: #4F9CBD;
	margin: 0 0 10px 0;
}
h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #4F9CBD;
	margin: 0 0 5px 0;
}
h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #4F9CBD;
	margin: 0 0 5px 0;
}

div.centerColumn p {
	padding: 7px 0 7px 0;
	margin: 0;
	line-height: 14px;
}
div.homePageContent h1 {
	padding: 0 30px 0 30px;
}
div.homePageContent p {
	padding: 0 30px 0 30px;
}
div.learnMore p {
	float: left;
	padding: 13px 0 0 10px;
	margin: 0;
	color: #913E00;
}