#print-banner {
	display: block;
	margin: 0px auto;
	margin-top: 18px;
}

body {
	padding: 0;
	font: 14px Times New Roman, serif;
	line-height:20px;
}
 
#maincontainer {
	width: 100%;
	border: none;
}

#print-footer {
	display: block;
	text-align:left;
}

#footer, #social, #extras1, #headercontainer, #contactform {
	display: none;
}

#leftcontainer {
	display: none;
	width:0px;
	float:none;
}

#leftcontainer {
	display: none;
	width:0px;
	float:none;
}

#leftcontent {
	margin: 0px;
	width: 0px;
}

#rightcontainer {
	float: none;
	width: 100%;
	margin: 0px;
}	
	
#rightcontent {
	margin: 0px;
	width: 100%;
}

.dyntable a:link,.dyntable a:visited,.dyntable a:active{
	font-weight: bold;
	text-decoration: underline;
}

.dyntable a:link:after, .dyntable a:visited:after {
   content: " (" attr(href) ") ";
   font-size: 90%;
	text-decoration: none;
}

.dyntable a[href^="/"]:after {
   content: " (http://www.plannedsites.com" attr(href) ") ";
	text-decoration: none;
 }

