@font-face {
	font-family: rb;
	src: url(../../images/rockybilly.ttf);
}
@font-face {
	font-family: ar;
	src: url(../../images/arial.ttf);
}
@font-face {
	font-family: ase;
	src: url(../../images/ArgentumSans-ExtraLight.otf);
}
@font-face {
	font-family: peg;
	src: url(../../images/pegasus.ttf);
}




body {
	background-image: url("../../images/chancel_01e.jpg");
	background-attachment: fixed;
	background-size: auto 100vh;
	background-position: top center;
	margin: 0px;
}
a:link {
	color: #fff;
	text-decoration: none;
}
a:visited {
	color: #fcc;
	text-decoration: none;
}
a:hover {
	color: #fff;
	text-decoration: underline;
}





.siteheader,
.main .contentblock {
	background-color: #2E2E2E;
}
.main .contentblock {
	padding: 10px 3vw;
}
.siteheader img {
	width: 100%;
	max-width: 650px;
}
.siteheader a {
	font-family: peg;
	font-size: 18px;
	display: inline-block;
	color: #fff;
	border: 1px solid #fff;
	padding: 7px;
	margin: 8px;
	text-transform: uppercase;
	background: #555;
}
.siteheader a:hover {
	background: #33708A;
}



.footer, 
.footer p {
	background-color: #183A4E;
	font-size: 16px;
	text-align: center;
	line-height: 2;
}
.footer div {
	padding: 30px;
}
.footer hr {
	width: 75%;
}
.footer img {
	width: 100%;
	max-width: 450px;
}
div.associationlogos {
	display: inline-block;
}
.associationlogos img {
	width: 300px;
	text-align: center;
}



.pageheader {
	padding: 50px 5px;
}
.siteheader, 
.pageheader h1,
.pageheader h2,
.pageheader h3,
.pageheader h4,
.pageheader h5,
.pageheader h6,
.contentblock h1,
.contentblock h2,
.contentblock h5 {
	text-align: center;
}
h1 {
	font-size: 52pt;
	color: #aaa;
	font-family: ar;
	cursor: default;
	text-shadow: 9px 9px 9px rgba(1, 1, 1, 1);
	text-transform: uppercase;
}
h2 {
	font-size: 24pt;
	font-family: ase;
	color: #33708A;
}
h3 {
	color: #aaa;
	font-family: ase;
	font-size: 16pt;
	font-weight: bold;
}
h4 {
	color: #aaa;
	font-family: ase;
	font-size: 16pt;
	font-style: italic;
	font-weight: normal;
}
h5 {
	color: #aaa;
	font-family: rb;
	font-size: 46px;
	font-weight: normal;
	margin: 0px 0px -30px 0px;
}


p,
th,
td,
ul li,
ol li {
	font-family: ase;
	color: #aaa;
	text-align: left;
	font-size: 16pt; 
}
p {
text-indent: 40px;
}
table {
	border: 1px solid white;
	border-spacing: 0px;
/*	background-color: #fff3; */
}
th,
td {
	padding: 0;
}






