/*Print Styles */

	a:link:after,
	a:visited:after {
		content: " (" attr(href) ") ";
		font-size: 90%;
		}
	html.noted a:link:after,
	html.noted a:visited:after {
		content: "";
		}

	body {
		background: none;
		border-top: none;	
		}

	#c1 {
		height: auto !important;
		width: 650px !important;
		}
			
	#col1, #col2 {
		border-right: none;
		height: auto !important;
		margin: 0;
		padding: 0 20px 0 0;
		width: 300px;
		}
		
	.content li {
		background: none;
		line-height: 125%;
		margin: 0 0 5px;
		padding: 0 !important;
		}
			
	.content ul {
		list-style: disc;
		margin-left: 30px !important;
		}	
		
	h1.icon {
		background: none !important;
		padding-left: 0 !important;
		}
		
	.layout21 #c1 h2 {
		background: none;		
		padding-left: 0;
		}
	
	#header {
		background: none;
		height: 130px !important;
		margin: 0 !important;
		z-index: 0;
		}
		#header #logo {
			display: inline;
			background: none;
			height: auto;
			width: auto;
			}
			#header #logo img {
				border: 0;
				display: block;
				}	
	.inner {
		background: none;
		}
	
	#page {
		border: none !important;
		padding: 0 !important;
		margin: 0 !important;
		}
		#page span.tl, #page span.tr, #page span.bl, #page span.br {
			display: none;
			}
		
	.printOnly {
		display: inline;
		}
		h2.printOnly, ol.printOnly {
			clear: left;
			display: block;
			}
	
	/* Hidden items */
	#c2, 
	#c3,
	#finder, 
	#footer,
	#navPrimary,
	#navUser,
	#search {
		display: none;
		}