@media print {
	
	html {
		width: 100%;
	}
	
	body {
		width: 6.75in;
		background: white;
		border: 0;
		margin: 0;
		padding: 0; 
		color: black;
		font-size: 12pt !important;
		font-family: Arial, Helvetica;
		text-align: left;
		line-height: 150%;
	}
	
	#header	{
		display: none;
	}
	
	#footer {
		display: none;
	}
	
	#leftColumn {
		display: none;
	}
	
	#rightColumn {
		display: none;
	}
	
	.left {
		float: left;
	}
	
	.right {
		float: right;
	}
	
	.left img {
		margin-right: 10px;
	}
	
	.right img {
		margin-left: 10px;
	}
	
	p {
		margin-top: 0;
		margin-bottom: 1em;
		padding: normal;
		font-size: 12pt !important;
	}
	
	a {
		font-weight: bold;
	}
	
	a img {
		border: none;
	}
	
	.nabic a, .nabic .newsArticle h1 {
		color: #f00;
	}
	
	.brownall a, .brownall .newsArticle h1 {
		color: #349AB3;
	}
	
	.wade a, .wade .newsArticle h1 {
		color: #00789D;
	}
	
	.sperryn a, .sperryn .newsArticle h1 {
		color: #3398CC;
	}
	
	.rhodes a, .rhodes .newsArticle h1 {
		color: #6781CB;
	}
	
	h1, h2, h3, h4, h5, h6	{
		font-family: Arial;
		font-weight: bold;
		letter-spacing: 1pt;
		margin-bottom: 1em;
	}
	
	#content {
		width: auto;
		margin: 0;
		padding: 0;
		border: 0;
		border-top: 0;
		float: none !important;
		color: black;
		background: transparent none;
	}
	
	strong {
		font-weight: bold;
	}
	
	em {
		font-style: italic;
	}
	
	#content dl {
		padding: 1em;
		background-color: #fff;
	}
	
	#content dt {
		margin: 0.2em 0 0.4em 0;
		font-weight: bold;
	}
	
	#content dd {
		margin: 0.2em 0 1em 0;
	}
	
	#content table {
		width: 6.75in;
		background-color: #fff;
		border: 1px solid #000;
		border-top: 2px solid #000;
		border-left: 2px solid #000;
		margin-bottom: 1em;
	}
	
	#content #orderCodeTable {
		width: auto;
	}
	
	#content #addressTable {
		width: auto;
	}
	
	#content thead {
	}
	
	#content table .heading {
		border-right: 2px solid #000;
	}
	
	#content th {
		padding: 3px 6px;
		background: #eee;
		border-right: 1px solid #000;
		border-bottom: 2px solid #000;
		font-size: 1.2em;
		text-align: center;
	}
	
	#content td {
		vertical-align: top;
		padding: 0.2em 0.5em;
		border-right: 1px solid #000;
		border-bottom: 1px solid #000;
		vertical-align: top;
	}
	
	#content tr.totals td {
		font-weight: bold;
		font-size: 1.2em;
		border-top: 1px solid #000;
	}
}