.BGHome {
	background-image: url(images/BG-Home.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
.bannerMAIN {
	background-image: url(images/Banner-main.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.bannerHOME {
	background-image: url(images/Banner-home.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.BGsacredHeart {
	background-color: #FFFFFF;
	background-image: url(images/BG-SacredHeart.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
}
.BGrosary {
	background-image: url(images/BG-Rosary.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #cacac9;

}
.BGFaithLight {
	background-color: #FFFFFF;
	background-image: url(images/BG-FaithLight.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
}
.BGpope {
	background-color: #782564;
	background-image: url(images/BG-pope.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
.BGadolescents {
	background-color: #FC5D02;
	background-image: url(images/BG-Adolescents.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
.BGLadiesGroup {
	background-color: #FFFFFF;
	background-image: url(images/BG-LadiesGroup.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
}
.morph {
	background-image: url(images/Morph.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.wheatSepia {
	background-image: url(images/sepia.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}

#thumbBox{ /*Outermost DIV for thumbnail viewer*/
position: absolute;
left: 0;
top: 0;
width: auto;
padding: 10px;
padding-bottom: 0;
background: #313131;
visibility: hidden;
z-index: 10;
cursor: hand;
cursor: pointer;
}

#thumbBox .footerbar{ /*Footer DIV of thumbbox that contains "close" link */
font: bold 16px Tahoma;
letter-spacing: 5px;
line-height: 1.1em;
color: white;
padding: 5px 0;
text-align: right;
}


#thumbBox #thumbImage{ /*DIV within thumbbox that holds the enlarged image */
background-color: white;
}

#thumbLoading{ /*DIV for showing "loading" status while thumbbox is being generated*/
position: absolute;
visibility: hidden;
border: 1px solid black;
background-color: #EFEFEF;
padding: 5px;
z-index: 5;
}