@charset "utf-8";
/* CSS Document */

html {
	background-image: url(graphics/bckg_gradientjpg);
	background-color: #3d5f5f;
	background-repeat: repeat;
	overflow-y: scroll;
	margin-top: 0px;
	padding-top: 0px;
}
body{
	margin: 0px;
	padding-top: 0px;
}
h2 {
	margin-top: -4px;
	margin-bottom: 0px;
	color: #7E8A13;
}

h3 {
	margin-top: 0px;
	margin-bottom: 0px;
}

#hd {
	background-color: #FFFFFF;
}

#bd {
	background-color: #FFFFFF;
	padding-bottom: 30px;
}

#ft {
	text-align: center;
	vertical-align: top;
	padding-top: 15px;
}
.crossBckgnd{
	background-image: url(graphics/bckg_chapel1.jpg);
	background-repeat: no-repeat;
	min-height:650px;
}	
.copy {
	font-size: 100%;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	text-align: justify;
}

.copy_NoAlign {
	font-size: 100%;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
}

.copy2 {
	font-size: 85%;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	text-align: justify;
}

.copy2_NoAlign {
	font-size: 85%;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	right: 10px;
}
.borderL {
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #666666
}
.borderR {
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #666666;
}
.borderB {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
}
