/* print styles */

body {
   	background: white;
   	font-size: 12px;
   	font-family: arial,verdana,sans-serif;
	line-height:1.4;   
}

h1 {
	font-size: 14px;
}

#rcol {
	display: none;
}

#contentwrap, #colwrap {
   	width: auto;
   	margin: 0 2%;
   	padding: 0;
   	border: 0;
   	float: none !important;
   	color: black;
   	background: transparent none;
}

img {
	float: left;
	margin:  5px;
}

div#colwrap {
   	margin-left: 10%;
   	padding-top: 1em;
   	border-top: 1px solid #930;
}


a:link, a:visited {
   	color: #520;
   	background: transparent;
   	font-weight: bold;
   	text-decoration: underline;
}

a:link:after, a:visited:after {
   	content: " (" attr(href) ") ";
   	font-size: 90%;
}

.pub {	
	font-size: 10px;
	float: left;	
	border: 1px solid #000;	
	margin: 4px;
}

.pub p {
	clear: both;
	text-align: center;
	color: #000;
}

.pub h4{
	font-size: 10px;
	text-align: center;
	margin: 0;
	padding: 0;
	color: #666;	
	font-weight: normal;	
}