* {
	margin: 0;
	padding: 0;
}
body {
	margin: 0;
	padding: 0;
	background-color: #405336;
	background-image: url(images/body_bg.jpg);
	background-repeat: repeat;
	font: small Verdana, Arial, Helvetica, sans-serif;
}
body#popup {
	background-color: white;
}
div#popup {
	background-color: white;
	padding: 15px;
}
a {
	color: #2d34b5;
}
a:hover {
	text-decoration: none;
}
pre {
	font: small Verdana, Arial, sans-serif;
	white-space: pre;
	margin-bottom: 10px;
	line-height: 14px;
}	
pre h3 {
	margin-bottom: -13px !important;
}
p {
	line-height: 14px;
	margin-bottom: 14px;
}
h2 {
	font: 170% Georgia, Verdana, sans-serif;
	color: #922338;
}
h3 {
	font: 130% Georgia, Verdana, sans-serif;
	color: #034703;
}
h4 {
	font: 90% Georgia, Verdana, sans-serif;
	font-weight: bold;	
	color: #3F3F3F;	
}
sup {
	font-size: 70%;
}
#outerwrapper {	
	background-image: url(images/top_bg.jpg);
	background-repeat: no-repeat;
	width: 996px;
	margin: 0 auto;
	color: black;
	padding: 0;
}
#innerwrapper {
	background: transparent url(images/dropshadow.jpg) repeat-y scroll 0px 189px;
	width: 878px;
	padding: 0 14px;
	margin: 0 64px;
	}
#main {
	width: 515px;
	position: relative;	
	float: left;
	border-left: 176px solid #5c604d; /*width and color of leftmenu */	
	border-right: 170px solid #d1d4c5; /*width and color of sidebar */
}
#header	{
	background-image: url(images/header_bg.jpg);
	background-repeat: no-repeat;
	width: 861px;
	height: 157px;
	margin: 0 78px;
}
	#header #left {
		float: left;
		margin: 0;
	}
	#header #right {
	}
#header_bottom {
	background-color: #45583b;
	background-image: url(images/header_bottom_bg.jpg);
	background-repeat: no-repeat;
	border-bottom: 1px solid white;
	height: 28px;
	text-align: right;
	margin: 0;
	padding: 0;
	width: 861px;
}
	#header_bottom p {
		color: white;
		font-size: 90%;
		padding: 6px 13px 3px;
		margin: 0;
	}
#leftmenu {
	background: transparent url(images/leftmenu_bg.jpg) no-repeat;
	color: #2f3127;
	font: 90% Georgia, Verdana, sans-serif;
	font-weight: bold;
	position: relative;
	float: left;
	margin-left: -176px;
	width: 176px;
	padding-top: 5px;
	margin-top: -1px;
}
	#leftmenu a {
		color: #cdccc0;
		text-decoration: none;
	}
	#leftmenu a:hover {
		color: white;
	}
	#leftmenu ul {
		padding: 17px 15px 10px 8px;
		list-style-type: none;
		list-style-position: outside;
	}		
	#leftmenu ul li {
		margin-bottom: 11px;
		padding-left: 18px;
	}
	#leftmenu ul li#current {
		background: url('images/leftmenu_marker.gif') no-repeat;
	}
	#leftmenu ul li#current a {
		color: white;
	}
#content {
	background-color: white;
	color: #181818;
	float: left;
	margin-right: -476px;
	width: 476px;
	padding: 15px 18px;
}
	#content ul, #content ol {
		margin: 2px 0 15px 20px;
	}
	#content li {
		margin-bottom: 3px;
	}
#submenu {
	background-color: #e3e7d5;
	height: 21px;
	margin: 0 0 8px 0; 
	padding: 4px 5px 1px;
}
	#submenu a.sel {
		font-weight: bold;
		text-decoration: none;
	}
div.indent	{
	margin: 5px 25px 5px 20px; 
	font-style: italic;
}
div.relatedDocs {
	margin: 0 0 10px 0px;
}
	.relatedDocs li {
		border: 1px solid white;
		margin: 0px !important;
		padding: 0px;
	}
table {
	margin-top: 7px;
}
/** navigation **/
#navMenu {
	margin: 10px 0 6px;
	background-color: #ECEFE0;
	line-height: 1em;
	height: 21px;
	padding: 2px 5px 0;
}
	#navMenu ul {
		list-style: none;
		font-size: 1em;
		padding: 1px 0px;
		/*margin-left: 2px;
		margin-right: 4px;*/
		margin-right: 0px;
		margin-left: 0px;
		margin-bottom: 2px;
	}
	#navMenu li	{
		list-style-image: none;
		list-style-position: outside;
		list-style-type: none;
		display: inline;
		margin: 0px 2px;
	}	
	#navMenu a	{
		color: #0914E5;
	}
	#navMenu li.divider	{
		border-right: 1px dotted black;
		padding-right: 7px;	
	}
/** end navigation **/
#savedQuery	{
	/*background-color: #cfdae3;*/
	background-color: #dedede;
	line-height: 1.5em;
	margin-bottom: 10px;
}
	#savedQuery ul {
		color: white;
		font-size: 0.9em;
		list-style-image: none;
		list-style-position: outside;
		list-style-type: none;
		margin-left: 4px;
		margin-right: 4px;
		padding: 1px 0;
	}
	#savedQuery li.divider {
		border-right: 1px dotted #334F67;
		padding-right: 7px;
	}
	#savedQuery li {
		display: inline;
		list-style-image: none;
		list-style-position: outside;
		list-style-type: none;
		margin: 0 2px;
	}
/** tables **/
.table	{
	border: 1px solid #c2c5b7;
	padding: 0px;
	margin: 0px;
	width: 100%;
	background-color: white;
	border-right: none;
	border-bottom: none;
}
	.table td	{
		border: 1px solid #c2c5b7;
		line-height: 1.1em;
		padding: 2px 4px;
		border-left: none;
		border-top: none;
		vertical-align: top;
		margin: 0px;
	}
tr.tableHeading	{
	vertical-align: middle;
	background-color: #6c7c64;
	color: white;
	font-weight: bold;
}
.table tr	{
	padding: 0px;
}		
.type	{
	/*font-style: italic;*/
}
.table pre	{
	line-height: 1.1em;
}
tr.alt	{
	background-color: #ecefe0;
}
td.indent	{
	text-indent: 10px;
}
.newsitem	{
	margin-bottom: 20px;
}
	.left	{
	 margin: 0px;
	 text-align: left;
	 float: left;
	 padding-left: 5px;
	}
	.right	{
	 margin: 0px;
	 width: auto;
	 text-align: right;
	 padding-right: 5px;
	 }
body#Parish_History table td, body#Social_Concerns table td {
	padding: 5px 0;
	border-bottom: 1px solid #e1dbdb;
}
#leftcolumn {
	width: 45%;
	float: left;
	margin: 0 10px 0 0;
}
#rightcolumn {
	float: right;
	width: 45%;
}
#sidebar {
	float: right;
	position: relative;
	margin-right: -177px;
	padding: 20px 15px 15px;
	width: 148px;	
	color: #4b4e3f;	
}
	#sidebar h3 {
		color: #922338;
		margin: 0 0 6px;
	}
	#sidebar h5 {
		font: 11px Verdana, Arial, sans-serif;
		font-weight: bold;
	}		
	#sidebar p {
		font: 11px Verdana, Arial, sans-serif;
	}		
#footer {
	border-top: 1px solid white;
	clear: both;
	background: #2f3127;
	color: #d1d4c5;
	font: 11px Verdana, Arial, sans-serif;
	width: 861px;
	text-align: center;
	padding-bottom: 5px;
}
	#footer a {
		color: #d1d4c5;
		text-decoration: none;	
	}
	#footer a:hover {
		text-decoration: underline;
	}
	#footer ul {
		padding: 20px 123px 10px;
		list-style-type: none;
	}
	#footer ul li {
		display: inline;
	}
#page_bottom {
	background: url(images/page_bottom.jpg) bottom left no-repeat;
	height: 22px;
	margin: -15px 0 0 63px;
}


#clearfix {
	clear: both;
	height: 1px;
}
	
