@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #333333;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;

}
.oneColFixCtrHdr #container {
	width: 900px;
	margin: 0 auto;
	text-align: left;
	background-color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}
.oneColFixCtrHdr #outer {
	background-image: url(../Images/ppba_edges.png);
	background-repeat: repeat-y;
	width: 924px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

.oneColFixCtrHdr #header {
	background: #FFFFFF;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
}
.oneColFixCtrHdr #topmast {
	background-image: url(../Images/ppba_top_logo.gif);
	background-repeat: no-repeat;
	background-position: left;
	height: 60px;
	width: auto;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}
.oneColFixCtrHdr #pagetopmast {
	background-image: url(../Images/ppba_page_hdr.jpg);
	background-repeat: no-repeat;
	background-position: left;
	height: 114px;
	width: auto;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}
.oneColFixCtrHdr #toppic {
	background-image: url(../Images/ppba_main_pic.jpg);
	background-repeat: no-repeat;
	height: 290px;
	width: auto;
	margin-top: 2px;
}

.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #mainContent {
	background: #FFFFFF;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
}
.oneColFixCtrHdr #footer {
	background-color: #FFFFFF;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-image: url(../Images/ppba_footer_pic.jpg);
	background-repeat: no-repeat;
	padding-top: 38px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.oneColFixCtrHdr #menubar {
	height: 34px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	background-color: #EEE;
}
.oneColFixCtrHdr #toplinks {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	padding-top: 42px;
	padding-left: 688px;

}
.oneColFixCtrHdr #toplinks a{
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	text-decoration: none;
	font-size: 10px;
	font-weight: bold;
}
.oneColFixCtrHdr #toplinks a:hover{
	color: #999999;
	text-decoration: underline;
}
.oneColFixCtrHdr #pagetoplinks {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	padding-top: 20px;
	padding-left: 688px;
}
.oneColFixCtrHdr #pagetoplinks a{
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	text-decoration: none;
	font-size: 10px;
	font-weight: bold;
}
.oneColFixCtrHdr #pagetoplinks a:hover{
	color: #999999;
	text-decoration: underline;
}
.oneColFixCtrHdr #leftcontent {
	background-image: url(../Images/ppba_welcome_caption.gif);
	background-repeat: no-repeat;
	width: 412px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
	padding-top: 50px;
	padding-right: 20px;
	padding-bottom: 2px;
	padding-left: 8px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	text-align: justify;
	color: #333333;
}
.oneColFixCtrHdr #pageleftcontent {
	width: 590px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
	padding-top: 12px;
	padding-right: 20px;
	padding-bottom: 2px;
	padding-left: 12px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	text-align: justify;
	color: #333333;
}
.oneColFixCtrHdr #pageleftcontent h1{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
}

.oneColFixCtrHdr #rightcontent {
	background-image: url(../Images/ppba_news_caption.gif);
	background-repeat: no-repeat;
	float: right;
	width: 400px;
	padding-top: 50px;
	padding-right: 18px;
	padding-left: 14px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #333333;
	text-align: justify;
}
.oneColFixCtrHdr #pagerightcontent {
	float: right;
	width: 220px;
	padding-top: 12px;
	padding-right: 18px;
	padding-left: 14px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #333333;
	text-align: left;
}
.oneColFixCtrHdr #pagerightcontent h1{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
}
.NewsTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #993300;
	text-decoration: underline;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
	height:0px;
	font-size: 1px;
	line-height: 0px;
	margin: 0px;
	padding: 0px;
}
.siteLink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #993300;
	text-decoration: underline;
}
.rowHeader {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #333333;
}
.rowHighlight {
	background-color: #DDDDDD;
}
#loginouter {

	text-align: left;
	height: 294px;
	width: 400px;
	margin-left: 50%;
	position: absolute;
	left: -200px;
	top: 20px;
	overflow: visible;
	background-color: #FFFFFF;
}
#logintopedge {

	background-repeat: no-repeat;
	background-position: right top;
	height: 10px;
	position: absolute;
	width: 400px;
	top: 0px;
	background-image: url(../Images/Layout/edge_top_right.png);
	overflow: hidden;
}
#loginbottomedge {
	background-image: url(../Images/Layout/edge_bot.png);
	height: 14px;
	position: absolute;
	top: 296px;
	background-repeat: no-repeat;
	width: 400px;
	background-position: right;
}
#logincontent {
	height: 260px;
	width: 364px;
	border: 2px solid #993300;
	margin: 10px;
	padding: 6px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#login {
	padding-top: 0px;
	padding-bottom: 2px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	margin-top: 4px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
.oneColFixCtrHdr #admincontent {
	width: 856px;
	padding-top: 12px;
	padding-right: 12px;
	padding-bottom: 2px;
	padding-left: 12px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	text-align: justify;
	color: #333333;
}
.oneColFixCtrHdr #admincontent h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
}
.oneColFixCtrHdr #admintopmast {
	background-image: url(../Images/ppba_admin_hdr.jpg);
	background-repeat: no-repeat;
	background-position: left;
	height: 114px;
	width: auto;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}
.deleteLink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #990000;
	text-decoration: underline;
}
.newChurchLink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #006600;
}
.adminNavLink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #666666;
}
.adminCaption {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
}


.rsNavLink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #0033CC;
	text-decoration: underline;
}
.oneColFixCtrHdr #pagesinglecontent {
	width: 840px;
	padding-top: 12px;
	padding-right: 12px;
	padding-bottom: 2px;
	padding-left: 12px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	text-align: justify;
	color: #333333;
}
.oneColFixCtrHdr #pagesinglecontent h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
}
