﻿/* THE FOLLOWING CODE RESETS THE QUIRKY BEHAVIOR BETWEEN DIFFERENT BROWSERS. */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}ol,ul {list-style:none;}caption,th {text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;}q:before,q:after{content:'';}

body 
{
	background: white;
	font-size: 12pt;
	font-family: "Microsoft Sans Serif";
	float: none;
}

#mainwrapper, #main, #content, #contenttext, .contentbox
{
	width: auto; 
	margin: 0;
	padding: 0; 
	border: 0;
	float: none !important;
	color: black; 
	background: transparent;
	overflow: visible;
}

#header
{
	width: auto;
	float: none !important;
	margin: 0;
	padding: 0;
	left: 0;
	border-bottom: thin black solid; 
}

#sponsor, #tagline, #congregation 
{
	width: auto;
	float: none !important;
	margin: 0;
	padding: 0;
	left: 0;
}

div 
{
	float: none !important;
}

#menu, #footer
{
   display: none;
}
   
a:link, a:visited 
{
	color: #520;
	background: transparent;
	font-weight: bold;
	text-decoration: underline;
}

#content a:link:after, #content a:visited:after {
   content: " (" attr(href) ") ";
   font-size: 90%;
   }

