/* print CSS */

@import url(print_003_draft.css);

@media all
{
  .metanav {display:none;}
  #header { margin-bottom: 25px; }
  #nav {display:none !important;}
  #col1, 
  #col1_content {
	display:none !important;
  }
  #col3 {
	margin-left: 0 !important;
  }
  
  body * {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000 !important;
	border-color: #000000 !important;
  }
  body {
	background: #FFFFFF !important;
  }
  body h1 { font-size: 150%; }
  body .contenttable { width: 100% !important; }
  a[href]:after {display:none;}

  div.box {
	width: 100% !important;
	float: none !important;
	height: none !important;
	color: #000000 !important;
	border: 0px !important;
  }
  a,
  a:focus,
  a:hover,
  a:active {
	text-decoration: underline !important;
  }
  div.box h1 {
	font-size: 150% !important;
  }
  
  #teaser {
    /*float: none;*/
	width: 48%;
  }
  #teaserRight {
    /*position: relative;*/
	width: 48%;
  }
  
  #teaser .csc-header h1,
  #teaserRight .csc-header h1 {
	padding: 0px;
  }
  
  #teaser .box .bodytext,
  #teaserRight .box .bodytext  {
	border-left: 0px;
	border-right: 0px;
	padding: 0px;
  }
  #col3_content,
  #col3_content .box, 
  #teaser .box,
  #teaserRight .box,
  div.csc-header,
  div.csc-header h1 {
    background: #FFFFFF !important;
  }
  #teaser .box,
  #teaserRight .box {
    margin-left: 0px !important;
	overflow: visible !important;
	height: auto;
  }
  #teaser .box .bodytext,
  #teaserRight .box .bodytext  {
	height: auto !important;
  }
  div.csc-header {
    height: 40px !important;
  }
  #col3_content .csc-header h1 {
    padding-left: 0px !important;
  }
  #col3_content .bodytext {
    padding-left: 0px !important;
  }
  .contenttable,
  .contenttable td {
	border-color: #000000 !important;
  }
  .link_img {
	display: none;
  }
  #col3_content li {
	line-height: 1.2em;
  }
  .csc-searchResultInfo {
	margin-left: 0;
  }
  .csc-searchResultHeader {
	padding-left: 0;
  }
  .csc-searchResult {
	padding-left: 0;
  }
  .csc-noSearchResultMsg {
	padding-left: 0;
  }
}