/* CSS print styles */


body 				{ background: white;
					  font-size: 12pt; }
					
a:link, a:visited 	{ color: #0033ff;
					  background: transparent;
					  font-weight: bold;
					  text-decoration: underline; }

/*#sidebar	{ float: right; width: 160px; font-size: 9px;}*/
#sidebar span	{ letter-spacing: -1px;}
#sidebar .pad	{ padding: 20px 0px 20px 20px;}
#sidebar strong	{ border-bottom: 1px dashed #aaa; display: block;}
#sidebar ul		{ list-style: square; color: #416199; margin: 5px 0px 0px 15px; }

#bread		{ font-size: 11px; color: #666; margin-bottom: 7px;  }
					  
h1, h2, h3, #content, #footer {display: block;}

#nav, #global, #subnav, #skip, #footer, #sidebar	{display: none;}


					



