#content {
	float:left;
	width:692px;
	}
#sidebar {
	float:left;
	width:240px;
	height:630px; /* PB: added to force new long graphic to display properly */
	background:url(../../img/template/bg_sidebar2.jpg) no-repeat top;
	background-color:#e0e0e0;
	margin-top:-116px;
	padding-top:75px; /* PB: vertical positioning of sidebar text */
	padding-bottom:0px;
	}
	/*#sidebar .fadeout {
		margin-top:200px;
		background:url(../../img/template/bg_sidebar_fadeout.jpg) no-repeat bottom;
		height:365px;
	}*/
	#sidebar h2 {
		font-size:1.25em; /* PB: reduce size from 1.4em */
		font-weight:bold;
		padding:0px 25px;
		margin:0px 0px;
		font-weight:normal;
	}
	#sidebar ul {
		padding:0px 25px;
		margin:0px 0px 10px 0px;
	}
	#sidebar ul li {
		padding:0px;
		margin:0px;
		line-height:1.8em;
		list-style:none;
	}
	#sidebar hr {
		display:block;
		margin:5px 25px;
		border-top:1px #777; /* PB: changed to solid line */
		/* border-top:1px dashed #777; */
		border-bottom:0px;
		border-right:0px;
		border-left:0px;
		color:#e0e0e0;
		height:2px;
		background:url(../img/divider_h.gif) repeat-x;

		}
	#sidebar li.active {
		font-weight:bold;
		padding-left:20px;
		position:relative;
		left:-20px;
		background:url(../../img/template/bg_breadcrumb.gif) left no-repeat;
	}
	#sidebar .signup {
		padding:0px 25px; 
		margin-bottom:20px;
		}
	#sidebar .quote {
		padding:0px 25px; 
		margin:20px 0px;
		margin-bottom:20px;
	}
	#sidebar .quote p {
		font-style:italic;
		margin:0px;
		padding:0px;
	}	
	#sidebar .quote .name {
		color:#999;
		font-size:.8em;
	}
	#sidebar .date {
		text-transform:uppercase;
		font-size:.85em;
	}			

	/* PB: Added to format EPC calendar */
	#sidebar .eventlistings {
		text-align: center;  /* PB: was wrong -- horizontal-align didn't exist */
		width:180px;
		border: none;
		margin: 0px;
		/* padding: 21px;  PB: Indent from left hand side of sidebar */
	}			

	/* PB: Added to format EPC calendar */
	#sidebar .eventdate {
		/* text-transform:uppercase; PB - Removed */
		font-size:.88em; /* PB: was 0.9em */
		text-align: left;
		vertical-align: top;
		padding-top: 3px;
		padding-left: 0px;
		padding-bottom: 3px;
		line-height: 130%;	
	}			

	/* PB: Added to format EPC calendar */
	#sidebar .eventbody {
		font-size:.88em; /* PB: was 0.9em */
		text-align: left;
		vertical-align: top;
		padding-top: 3px;
		padding-left: 5px;
		padding-bottom: 3px;
		line-height: 130%;	
	}			

	/* PB: Added to format video */
	#sidebar .video {
		/* text-align: center; */
		width:200px;
		border:none;
		margin-top: 35px;
		padding: 21px;  /* PB: Indent from left hand side of sidebar */
	}			

	/* PB: Added to format forum */
	#sidebar .forum {
		/* text-align: center; */
		width:200px;
		border:none;
		margin-top: -3px;
		margin-left: 25px;
	}			


@media print {
	#content {padding:0px;width:auto;float:none;}
	#sidebar {display:none;}
}

