/* print styles */

* {
	margin: 0;
	padding: 0;
}

body{
   background: white;
   font-size: 10pt;
}

h2 {
	font-size: 14pt;
	font-weight: bold;
}
   
#mainnav, #site_search, #nav, #header, #footer, hr, .form_container fieldset div.help, .right, .menu1nav, #content .front_page img, #content img.or, #content .columns img, select, input, h6, #content .w3c img, p.results_bar, #upgrade_container, #delta_info, #deltanav, .hide_print, p.centre  {
   display: none;
}
   
#content, #left, #right, .front_page, .columns {
   width: 100%;
   border: 0;
   float: none !important;
   color: black;
   background: transparent none;
   padding: 0;
   margin: 0;
}

.margin_content {
	margin: 0;
	padding: 0;
}

img{
	width: auto;
}
   
a:link, a:visited{
   background: transparent;
   font-weight: bold;
   text-decoration: none;
}

 
#content .hidden{
	border: 0;
}

#content table {
	width: auto;
	margin: 20px 10px;
	clear: left;
}

#content table.data_table{
	width: 100%;
	margin: 0 1.5% 1em 1.5%;
	border-collapse: collapse;
}

#content table.data_table th, #content table.data_table td{
	padding: 0.25em;
	border: solid 1px #000;
}

#content table.data_table th{
	font-weight: bold;
}

.float_resources {
	margin: 0;
	padding: 0;
}

.floatnews p, .floatnews h3 {
	padding: 5px 0;
}

.delta_slim_container, .form_container {
	border: none;
}