body {
	background-image: url(images/Background.jpg);
	text-align: center;
	margin: 8px 0px 36px 0px;
	font-family: Arial, Helvetica, sans-serif;
}

a {
	color: #46764f;
	font-weight: bold;
}

img {
	border: none;
}

div#Paper {
	width: 740px;
	margin: 0px auto;
	background-color: #FFFFFF;
	background-image: url(images/PaperBackground.gif);
	border: solid 2px #5e725f;
	text-align: left;
}

div#Banner {
	width: 740px;
	height: 105px;
	background-color: #f2e8cf;
	background-image: url(images/BannerBackground.gif);
	border-bottom: solid 1px #e7c999;
}


/* Wider styles for Calendar page */
div#CalendarPaper {
	width: 965px;
	margin: 0px auto;
	background-color: #FFFFFF;
	background-image: url(images/PaperBackground.gif);
	border: solid 2px #5e725f;
	text-align: left;
}

div#CalendarBanner {
	width: 965px;
	height: 105px;
	background-color: #f2e8cf;
	background-image: url(images/BannerBackground.gif);
	border-bottom: solid 1px #e7c999;
}

#CalendarBanner img.Left {
	float: left;
}
#CalendarBanner img.Right {
	float: right;
	border-left: solid 1px #e7c999;
}


div#CalendarContents {
	width: 420px;
	float: left;
	padding: 18px 24px 18px 24px;
	font-size: 13px;
}
/* END Wider styles for Calendar page */

#Banner img.Left {
	float: left;
}
#Banner img.Right {
	float: right;
	border-left: solid 1px #e7c999;
}

div#Contents {
	width: 557px;
	float: left;
	padding: 18px 24px 18px 24px;
	font-size: 13px;
}
#Contents p.Heading {
	font-size: 20px;
	font-weight: bold;
	letter-spacing: 1px;
	color: #942841;
	margin: 12px 0px 12px 0px;
}
#Contents p.Heading2 {
	font-size: 14px;
	color: #942841;
	font-weight: bold;
}
#Contents p.Heading3 {
	font-weight: bold;
}
#Contents p.Red {
	color: #942841;
}
#Contents li {
	margin-bottom: 9px;
}
#Contents img.Right {
	float: right;
	margin: 0px 0px 12px 24px;
}
#Contents img.Left {
	float: left;
	margin: 0px 24px 24px 0px;
}
#Contents img.Inline {
	vertical-align: middle;
}
#Contents .ClearBoth {
	clear: both;
}

#Contents p span.LeftBar {
	width: 120px;
	float: left;
}

#Contents div.HomeArray img {
	margin: 18px 18px 0px 0px;
}

#Contents div#PictureWall {
	float: left;
}
#PictureWall img {
	display: block;
	margin: 0px 18px 12px 0px;
}

#Contents div#HomeBox {
	width: 360px;
	border: solid 1px #e7c999;
	padding: 12px;
	text-align: center;
	background-color: #f6ecd8;
	margin-left: 55px;
}
#HomeBox p {
	margin: 0px 0px 9px 0px;
}

div#SideBar {
	width: 134px;
	float: right;
	margin-bottom: 24px;
	border-left: solid 1px #E7C999;
}

div#Menu {
	padding: 9px 0px 30px 0px;
}
#Menu a {
	display: block;
	font-size: 15px;
	letter-spacing: 1px;
	font-weight: bold;
	text-decoration: none;
	background-image: url(images/SquareBullet.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 6px 0px 6px 9px;
	padding-left: 14px;
}
#Menu a:hover {
	text-decoration: underline;
}

div#SideNote {
	font-size: 12px;	
	border-top: solid 1px #e7c999;
	border-bottom: solid 1px #e7c999;
	background-color: #f6ecd8;
}
#SideNote p {
	margin: 9px 0px 9px 6px;
}

div#Calendar {
	text-align:center;
	margin: 24px 2px 0px 0px;
}

div#UCCLogo {
	text-align: center;
	margin: 24px 2px 0px 0px;
}

#Contents p#StillSpeaking {
	margin-top: 36px;
}

img#GodIsSpeaking {
	margin: 0px 18px 0px 0px;
	position: relative;
	top: 9px;
}

div#Footer {
	clear: both;
}

p#Copyright {
	font-size: 11px;
	color: #bf862d;
	margin-top: 6px;
}
#Copyright a {
	color: #bf862d;
}
#Copyright a:hover {
	color: #46764f;
}

#tblPassage { text-align:center }#Paper #Contents #div #tblPassage em {
	color: #990000;
}

.donateLeft{ width:30%; float:left; }
.donateRight{ width:70%; float:right; }
.donateRow{ width:100%; }
.textBoxHeight{
	margin-bottom: 15px;
	padding-bottom: 20px;
	line-height: 20px;
}

/************************************************************************************************************
*	DHTML modal dialog box	(CSS for the DHTMLSuite_modalMessage class)
*
*	Created:						August, 26th, 2006
*	@class Purpose of class:		Display a modal dialog box on the screen.
*			
*	Css files used by this script:	modal-message.css
*
* 	Update log:
*
************************************************************************************************************/

.modalDialog_transparentDivs{	
	filter:alpha(opacity=40);	/* Transparency */
	opacity:0.4;	/* Transparency */
	background-color:#AAA;
	z-index:1;
	position:absolute; /* Always needed	*/
}
.modalDialog_contentDiv{
	border:3px solid #000;	
	padding:2px;
	z-index:100;/* Always needed	*/
	position:absolute;	/* Always needed	*/
	background-color:#FFF;	/* White background color for the message */
}
.modalDialog_contentDiv_shadow{
	z-index:90;/* Always needed	- to make it appear below the message */
	position:absolute;	/* Always needed	*/
	background-color:#555;
	filter:alpha(opacity=30);	/* Transparency */
	opacity:0.3;	/* Transparency */	
}



/* CSS For Lightbox control   */
#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(images/lightbox/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(images/lightbox/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }

