/* this file modifies the page's appearance for printing suitability */

/* remove all non-content elements */

ul#global-navigation, 
	ul#primary-navigation, 
	div#local-navigation,
	div#footer, 
	img.no-print, 
	h6#home-link {
	display: none;
}

/* display page title */

h1#page-title {
	border-bottom: 2px solid #ccc;
	display: block;
}

div#page:after {
	content: "http://www.etcc.com";
	display: block;
	font-size: 0.8em;
}

/* display URLs for links in content area */

div#content a:after {
   content: " (" attr(href) ") ";
   font-size: 90%;
   }
 
/* improve appearance of text */

body {
	font-family: "Trebuchet MS", "Lucida Sans", "Times New Roman", Times, serif;
	font-size: 11pt;
}

h1 {
	font-size: 1.4em;
}

h2 {
	font-size: 1.3em;
}

h3 {
	font-size: 1.2em;
}

h4 {
	font-size: 1.1em;
}


/* reset absolutely-positioned elements */

div.spotlight {
	background: none;
	color: #000;
	left: auto;
	min-height: none;
	position: relative;
	top: auto;
}

div.spotlight p {
	background: none;
	color: #000;
	font-weight: bold;
	padding-bottom: 0;
}

div.spotlight h2 span
{
	display: none;
}
