/* 2014-12-18 */
@media print
 { 
body, div#main-content p {
	background: none;
	color: black;
	font-size:20px;
	line-height: 26px;
	font-family:Arial, Helvetica, sans-serif;
}

a, a:link, a:visited {
	color: #000!important;
	}
	
.logo {
	float: left;
	background: none;
	width: 100%!important;
	height: auto!important;
	margin-left: 0!important;
}

.logo a:link, .logo a:visited {
	display: block;
	color: #000!important;
	padding: 0 0 30px;
	text-indent: 0!important;
	font-size: 45px!important;
	border-bottom: #000 5px  solid !important;
}

/* DISPLAY NONE */
.header-right-section, .nav_top, .breadcrumb, div#sidecol, div#navcol, .addthis, #voc_tool_container, .footer-wrapper, iframe, .expandlink .elink a{
	display: none;
	}
.expand .expanded {
	display: block!important;
}

div#main {
	padding: 10px 0px!important;
	width: 100%!important;
	display: block;
	margin-left: 0;
	margin-right: 0;
}

div#sidecolbg div#main{
	margin-right: 0;
	margin-bottom: 0;
	}
	
	

div#navcolbg div#main {
	margin-left: 0;
}

h1, h2, h3, h4, h5, h6 {
	color: #000;
	margin: 20px 0!important;
}

h1{
	font-size:32px;
	}
	
h2{
	font-size:26px;
	}
	
h3{
	font-size:22px;
	}

#recallList .item-date {
	font-size: 11px;
	color: #000;
}

div#main div#pgbodycontent {
	width: 100%;
	margin-right: 0;
	overflow: auto;
	position: inherit;
}

table td, table th{
	border-bottom: solid thin #000;
	}
	
.colorhead {
	font-size:18px;
	color: #000;
}

 }