body { font-family: Arial, Helvetica, Geneva, sans-serif; background-color: #FFFFFF; 
		font-size:10pt;
		background:url(graphics/LeftBackGd.gif) repeat-y;
		margin:0;}

div#header { width:100%; height:77px; 
			position:relative; top:0px; left:0px;
			background:url(graphics/TopBackGd.gif) repeat-x;
			margin:0px; padding:0px;}

div#cross {position: absolute; top:0px; left:0px; 
			width:131px; height:201px;
			background:url(graphics/cross.gif) no-repeat;}

div#banner { position:absolute; top:5px; left:150px;			
			width:513px; height:44px;
			/* 
			moved to separate style sheet
			background:url(graphics/transChurch.gif) no-repeat; */ }

div#header h1 { position:relative; top:0px; left:0px; margin:0px; padding:0px; visibility:hidden;}

h2#pageTitle { position:relative; text-align:center; color:#000099; padding:0px; margin:10px; }

div#content { position:relative; margin:0px 20px 0px 100px; /* border: 1px dashed black; */}

div#footer { position:relative; margin:20px 100px 0px 100px; /* border: 1px dashed red; */
			border-top:2px solid #000099;
				padding:20px; text-align:center;}

div#footer2 { position:relative; margin:20px 100px 0px 100px; /* border: 1px dashed red; */
			font-size:8pt;
			border-top:1px dashed #000099;
				padding:20px; text-align:center;}

a.menuitem { font-weight: bold; font-size: 8pt; 
		color: #ffff00; margin: 0px 0px 5px 0px; }

a.menuitem:visited { color: #FFFFCC;}

a.menuitem:active { color: #FFFFFF;}

.bold { font-weight:bold;}

.boldRed {font-weight:bold; color:red;}

.center { text-align:center; }

.underline { text-decoration:underline; }