/* ----------------------------------------------------------
title: TC (print style sheet)

created: 4/14/09
last updated: 4/16/09
---------------------------------------------------------- */
body {
	font-family: Arial, Verdana, sans-serif;
	font-size: 12pt;
	color: black;
	background: white;
	}
	
a:link, a:visited {
   color: #520;
   font-weight: bold;
   text-decoration: underline;
   background: transparent;
   }

hr,
#accessibility,
.util-nav,
#feature-controls,
#feature .search,
#content .search,
.primary-nav,
#crumbs,
.sectionTitle,
.breadcrumb-nav,
.secondary-nav,
.footer-nav,
#embraceWater {display: none;}


#feature {
	float: none;
	position: relative;
	overflow: visible;
	clear: both;
	width: 100%;
	height: 500px;
	}

#content-main,
#content-sub {
float:none;
clear: both;
}


#header {
	width:100%;
	margin: 0 0 2em 0; 
	}

#identity {
	font-size: 153.9%;
	}

#content {
   width: auto;
   margin: 0 5%;
   padding: 0;
   border: 0;
   background: transparent none;
   }
   
#footer {
	margin:2em 0 0 0;
	font-size:85%;
	}

/* print URLs after link text */
#content a:link:after, #content a:visited:after {
	content: " (" attr(href) ") ";
	font-size: 85%;
	}