/* CSS print stylesheet:	United Methodist Union 
	Created:        1 November 2007
	Last updated:   2 November 2007
	Colors used:	#496684 - medium blue (background)
	                #f2f2f2 - light gray (content background)
					#e9eaeb - navigation
					#326ea1,  - bright blue (used in links, mailing list subscribe button)
these styles are only applied for printing */


body {
	background: #ffffff;
	font: 12pt/1.1em "Times New Roman", georgia, serif;
	color: #000000;
	text-align: left;
}
#logo {
	width: 6in;
}
#logo img,
#orgname {
	display: none;
}
#logo span {
	font-size: 24px;
	left: 5000px;
}
#address,
#phone {
	list-style: none;
	margin: 0;
	padding: .1in 0;
} 
#wrapper { 
	background: #ffffff;
	border: none;
	margin: .2in 0;
	width: 7.25in; 
} 
#utility,
#nav,
#offset,
#footer,
#sidebar1 {
	display: none;
}
#sidebar1 {
	position: static;
}
h1, h2, h3, h4 {
	color: #000000;
	letter-spacing: normal;
	font-family: "Times New Roman", Times, serif;
}
h1 {
	font-size: 16pt;
}
h2 {
	font-size: 14pt;
}
h3 {
	font-size: 12pt;
} 


/* main content div */
#content-wrapper {
	width: 6.75in;
	float: none;
}
#main-content {
	float: none;
	width: 6.5in;
}
#content {
	width: 6.3in;
}
#sidebar2 {
	/*display: none;
	 width: 1.75in;
	border: 1px solid blue;
	font-size: 9pt; */
}
.inner-content {
	margin: 0;
	padding: 0px;
}
#sidebar2 .inner-content {
	padding: 0;
} 
