/********************************************
path: "/_assets/css/print.css"

This style sheet inludes:
- Print styles for the site

******************************************/

/******************************************
 - all font colors black
 - page background white
 - correct content layout for printed page
******************************************/	
body
	{
		margin:0;
		background:#ffffff;
		font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
		font-size:12pt;
		color:#000000;
	}
* 
	{
		color:#000000;
		border-color:#000000;
	}
div#content
	{
		 padding-top:83px;
	}	
/******************************************
- hide design elements and navigation
- keep the logo
******************************************/

ul#navigation_utility, 
div#navigation-main,
div.date,
div#right-column,
div#quick-links,
div.back-to-top,
div#font-size,
th.team a,
div#footer span
	{
		display:none;
	}
a,
a:hover
	{
		text-decoration:none !important;
	}
div#logo img
	{
		position:absolute;
		top:0;
		display:block;
		border:none;
	}
h1
	{
		font-size:14pt;
	}	
h2,
h2 div
	{	
		font-size:13pt;
	}
h3,
h4
	{
		font-size:12pt;
	}	
table
	{	
		margin:9px 0 12px 0;
	}
table th
	{	
		text-align:left;
		font-weight:bold;
	}	
table td
	{	
		border:1px solid black;
		padding:6px;
	}
img
	{	
		margin:10px;
	}
img.right,
table.right
	{
		clear:both;
		float:right;
		margin: 0 0 10px 10px;
	}	
/******************************************
- control page breaks while printing 
- IE only
******************************************/	
.print-break-before
	{
		page-break-before:always;
	}