/* ------------------------------------------------------------------
	PRINT STYLESHEET
	
	
	Project: The Township of Wellington North
------------------------------------------------------------------- */

body,
.BodyStyle { 
	background: #FFF url(none);
	color: #000;
	width:640px;
	}
	
#PrintHeader { display: block; }

#Wrapper { 
	margin: 0;
	width: 640px;
	padding-top:0;
	background-image: url(none) !important;
	}
	
#Content {
	width:640px;
	margin-top:20px;
	}
	
#ContentHome {
	background-image: url(none) !important;
	}
	#ContentHomeBottom {
	background-image: url(none) !important;
	}		
	.HomeText {
		width:640px;
		}
		
textarea, input {
	border: 1px solid #555;
	}	

#Footer { 
	background:url(none);
	width:640px;
	}
	.Copyright {
		color:#000;
		text-align:left;
		font-size:10px;
		}
		
#Header, #TopNav, #SideNav, #HomeLinksNoticesCol, .NoPrint { 
	display: none; 
	}
