/*

Project:	November 5th Web Solutions
Title:		Print Style Sheet
Created:	Spring 2005 by Jon Gibbins
Modified:	21 July 2006 by Jon Gibbins

Design by November 5th Web Solutions
http://www.november5th.net/

*/



/* --- outer layout elements ---
*/

html,body{
	font-size:10pt;
}



/* --- remove unwanted elements ---
*/

div#header,
#location,
#utilities,
#sidebar,
#navigation,
#legal-info h2,
#legal-info ul,
#standards-info{
	display:none;
}

a img{
	border:0;
}

.panel-left,
.panel-right{
	border-top:1px solid #CCC;
	padding-bottom:1em;
}

.panel-bottom{
	color:#000;
	font-weight:bold;
	text-decoration:none;
}

.panel-bottom img{
	float:left;

	padding-right:10px;
}
