@charset "utf-8";

/* Print Specials */

* {
	border: 0;
}

.green, .blue, .orange, .grey, .white {
	border: 0;
}

DIV#logo-print {
	display: block;
	position:absolute;
	width:250px;
	height:62px;
	left:10px;
	top:10px;
}
	
DIV#main-container {
	position: absolute;
	left:10px;
	top:90px;
	padding: 0;
}

DIV#logo-print {
	display:block;
}

DIV.con-l {
	margin:0 0 10px 0;
	width: 99%;
}

DIV.con-m {
	margin:0 0 10px 0;
	width: 99%;
}

#metasearch, #header, #topmenu, #footer, #main-left-column, #main-right-column {
	display: none;
}