/************************ HEADINGS ************************/

h1.pageheading {
	font-family: 'Cinzel', serif;
	font-weight:400;
	margin:0 0 20px 0;
	text-transform:uppercase;
}

h2.subheading {
	font-weight:600;
	font-size:2em;
	margin: 10px 0 15px 0;
}

h1 {font-size:2.2em;}

h2 {font-size:1.8em;}

h1, h2, h3 {color:#222;}


/************************ CMS STYLES ************************/

img.left {margin:0 20px 20px 0;float:left;}
img.right {margin:0 0 20px 20px;float:right;}

h5 a:link, h5 a:visited, h6 a:link, h6 a:visited {
	color:#FFF;
	font-weight:700;
	background-color:#129e34;
	border:0;
	border-radius:3px;
	text-decoration:none;
	padding:8px 16px;
	line-height:30px;
	text-transform:uppercase;
	text-align:center;
}
	
h5 a:hover, h6 a:hover {
	background-color:#000;
}


/************************ CMS TABLES ************************/




