a img
{
	border: none;
}	

body  {
	background: #FFFFFF;
	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;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 76%;
}
label.screen-reader-text
{
	display: none;
}
#searchform
{
	margin-bottom: 20px;
}
.StPaul #container { 
	position: relative; /* adding position: relative allows you to position the two sidebars relative to this container */
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 

.StPaul #header {
	height: 99px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	background-color: #FFFFFF;
	background-image: url(http://www.stpaullcwc.com/images/headerbg.jpg);
	background-repeat: no-repeat;
	padding: 0 10px 0 0;
} 
.StPaul #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 */
}
.StPaul #header p {
	font-size: 12px;
	color:#666666;
	position: absolute;
	top: 20px;
	right: 20px;
	font-style: italic;
	}
.StPaul #header blockquote {
	position: absolute;
	right: 5px;
	top: 80px;
	margin: 0;
	padding: 0;
	}
.StPaul #sidebar1 {
	position: absolute;
	top: 99px;
	left: 0;
	width: 190px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	/*background: #EBEBEB;*/
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 0px;
}

.StPaul #sidebar1 h3 {
	background-color: #FFFFFF;
	border: thin ridge #FFFFFF;
	padding: 3px;
	font-size: 12px;
	margin: 0px 0px 3px 2px
}

.StPaul #sidebar1 p {
	margin: 1px 0px 3px 5px;
}
	
.StPaul #sidebar2 {
	position: absolute;
	top: 99px;
	right: 0;
	width: 190px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #EBEBEB; /* padding keeps the content of the div away from the edges */
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 5px;
	}
.StPaul #sidebar2 cat {
	padding-left: 3px;
	}
.StPaul #sidebar2.item {
	padding-left: 5px;
	}
.StPaul #sidebar2 p {
	margin: 3px 0px 2px 0px;
	font-size: 9pt;
	}
.StPaul #sidebar2 h3 {
	margin: 4px 0px 0px 0px;
	font-size: 10pt;
	}
.StPaul #mainContent {
	margin: 0 200px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. */
	padding: 70px 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	min-height: 300px;
}
.StPaul #mainContent h1 {
	margin: 3px 0px 2px 0px;
	padding: 0;
	font-size: 16px;
	color: #336699;
	/*background-color: #336699;*/
	border-bottom: thin ridge #336699;
	}
.StPaul #mainContent p {
	margin: 1px 0px 10px 7px;
	}
.StPaul #mainContent h3 {
	background-color: #FFFFFF;
	border: none;
	padding: 2px;
	font-size: 13px;
	margin: 1px 0px 1px 5px;
	}
.StPaul #mainContent h2 {
	border: thin groove #CC3300;

	padding: 2px;
	font-size: 12px;	
	}
.StPaul #mainContent h2 a {
	text-decoration: none;
	color: #CC3300;
	}
.StPaul #maincontent h2 b {
	font-weight: bolder;
	}
.StPaul #mainContent h2 p {
	font-weight: lighter;
	}
.StPaul #footer { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD;
	clear: left;
	} 
.StPaul #footer p {
	font-size: 8pt;
	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; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
	}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
	}
.red {
	color: #CC0000;
	}
label {
	font-weight: bold;
	}
.StPaul h2 {
	padding-left: 7px;
	}
.StPaul blockquote {
	font-style: italic;
	clear: both;
	margin: 5px 0px 9px 8px;
	color: #666666;
	}

#sidebar2 ul, #sidebar2 ul li
{
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#s
{
	width: 100px;
}
