/************************ CMS STYLES ***********************************/

h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 33px;
	font-weight: normal;
	color: #6D1E19;
	margin: 0px;
	padding-bottom: 10px;
	}

H2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 17px;
	font-weight: normal;
	color: #6D1E19;
	margin: 0px;
	padding-bottom: 10px;
	}

P {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #333333;
	margin: 0px;
	padding-bottom: 15px;
	line-height: 18px;
	}

UL {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #333333;
	line-height: 18px;
	margin-top: 0px;
	margin-bottom: 0px;
	}

OL {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #333333;
	line-height: 18px;
	margin-top: 0px;
	margin-bottom: 0px;
	}

/************************ NON CMS STYLES *******************************/
p.footerNav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #8A532A;
	margin: 0px;
	padding-bottom: 4px;
	line-height: 12px;
	}
	
	.footerNav a, .footerNav a:hover, .footerNav a:visited {
		color: #8A532A;
		text-decoration: none;
		}

p.footerText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #673204;
	margin: 0px;
	}

	.footerText a, .footerText a:hover, .footerText a:visited {
		color: #673204;
		text-decoration: none;
		}
		
p.homepage {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #C1A584;
	margin: 0px;
	padding-top: 10px;
	line-height: 15px;
	}
	
	.homepage a, .homepage a:active, .homepage a:hover, .homepage a:visited {
		color: #990000;
		text-decoration: none;
		}