@charset "utf-8";
/* CSS Document */

div#header, div#navBar, div#navSection, div#toolbar, div#footer, div#login, #navLinks{
	display:none;
}

div#content {
	margin: 0;
	padding: 0; 
	border: 0;
        left:0; top:110px;
	width: auto;
	float: none;
	color: black; 
	background: white;
        background-image:none;

}

html, body {
	background: white;
        background-image:none;
	font-size: 12pt;

}

div#spacer5, div#spacer20 {
	background: white;
        background-image:none;
}
	
a:link, a:visited {
	color: #520;
	background: transparent;
	font-weight: bold;
	text-decoration: underline;
}
div#content a:link:after, #content a:visited:after {
   content: " (" attr(href) ") ";
   font-size: 90%;
 }

div#headerImage img{
	display:block;
       margin-left:0px;
}

div#contentText {
	width: auto;
	display:block;
}

div#infoSection, div#infoSection img.header, div#infoSection div#infoContent {
     width:1000px;
    border: none;
    margin:0;
     
}

div.sectionHeader {
    background: none;
    border:none;
}
div#flashSection, div#ministriesSection {
	width:100%;
}

div.topRightCorner, div.topLeftCorner, div.bottomLeftCorner, div.bottomRightCorner, div.sectionFooter {
	background: transparent;
        background-image:none;
}

div#ministriesSection, div#ministriesContent{
       border: none;
 }