/* Print Style Sheet */

	.container,
	.page,
	.content {
		width: 100%;
		}

/* Disable the following */

	.topLinks,
	.pageCnrRight,
	.searchForm,
	#mainNav,
	.lower .col1,
	.lower .col3,
	.featureImage,
	.contentFooter,
	.homeFooter,
	.closeWindow {
		display: none;
		}
	
	.content {
		padding: 0;
		}		
	.lower .col2 {
		width: 660px;
		padding: 0;
		}
	.home .col4 {
		padding: 0;
		width: 100%;
		clear: both;
		}
	.home .col5 {
		padding: 0;
		width: 100%;
		clear: both;
		}
	.home .col5 h3 {
		padding-top: 20px;
		}						
	.printHeader	{
		display: block;
		margin-bottom: 10px;
		}	
	.featureImageTfn {
		width: 660px;
		}		
	.mainLogo {
		width: auto;
		height: auto;
		text-indent: 0;
		font-size: 1.5em;
		font-weight: bold;
		background: none;
		}
	.footer {
		padding: 0;
		margin: 0;
		}
	.footer ul {
		display: none;
		}
		
	ul {
		margin: 1em 1em 1em 2em;
		list-style-type: disc;
		}			
	.lower .col2 li,
	.col5 li {
		padding: 0 0 .7em 0;
		background: none;
		color: #333;
		}
		
	table.formbuilder {
		width: 100%
		}
		
	input,
	select,
	textarea {
		border: solid 1px #666;
		}
		
	input.formButton {
		border: solid 1px #fff;
		}						
		
	input.radiobutton {
		border: solid 1px #fff;
		}		
						
		