/* ------------------------------------------------------------------
	PRINT STYLESHEET
	
	
	Project: The Township of Wellington North
------------------------------------------------------------------- */

body,
.BodyStyle { 
	background: #FFF url(none);
	color: #000;
	width:640px;
	}
	
#PrintHeader { display: block; }

.Container { 
	width:640px;
	overflow:visible;
	}
	
#Intro, #Intro .Container {		
	margin: 0;
	background: url(none) !important;
	height:auto;
	}	
	.IntroText {
		width:640px;
		float:none;
		margin:0;
		}
		
.HomeBottomText {
	margin:20px 0 0 0;
	width:640px;
	float:none;
	}	

#Content {
	width:640px;
	margin-top:0;
	float:none;
	}
	
.BoardBio .Text {
	width:450px;
	}

.WorkshopTable {
	width:640px;	
	}
						
textarea, input {
	border: 1px solid #555;
	}	

#Footer { 
	clear:both;
	background:url(none);
	width:640px;
	margin-top:0;
	height:auto;
	}
	#Footer .Contact {
		color:#000;
		float:none;
		}			
		#Footer .Contact p, #Footer .Contact p a {
			color:#000;
			}
		
#Header, .IntroTabs, #BreadCrumbs, #SideBar, #HomeLinksNoticesCol, .ProductLocatorCallout, .MembershipBuyOntarioCol, #Footer .Affiliates, #Footer .Contact .ImageFloatRight, .NoPrint { 
	display: none; 
	}