/****************************
Print.css
****************************/
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .7em;
	margin-left: 0;
	margin-right: 0;
	text-align: left;
}
p {
	line-height: 2em;
}
h2 {
	color: #8fa317;
	border-bottom: 1px solid #91b011;
	padding-bottom: 4px;
	
}
#wrapper {
	margin: 0;
	text-align: left;
	padding: 0;
}
#nav, #leftnav, .cssbox, #search, .returnTop, #breadcrumb, .cssbox_head, cssbox_body{
	display: none;
}
#header .logo {
	margin: 0 0 10px 5px;
	padding: 0;
	border: 0;
}
#left-content {
	display: none;
}

.print-friendly {
	display: none;
}
#header-img {
	display: none;
}

/****************************
	Footer
****************************/
#footer{
	clear: both;
	margin-top: 15px;
	text-align: center;
}

#footer {
	background-color: #fff;
	color: #666;
}

#footer a:link { color: #666; }
#footer a:visited { color: #666; }
#footer a:hover { color: #C86511; }
#footer  a:active { color: #C86511; text-decoration:underline; }