  #content_nopadding { width: 794px; padding: 3px; background: url('../images/body_bkgd.png') }
  #content { width: 760px; padding: 20px; background: url('../images/body_bkgd.png') }
  #header  { background: url('../images/header.png') }
  
	#NewsletterHeader { font-weight:bold; font-variant: small-caps; position: relative; border-bottom: 5px double; border-top: 5px double; height: 150px; width: 100%}
	#edition { position: absolute; top:0px; left: 0px }
  #vol     { position: absolute;text-align:center; height: 25px; top: 125px; width: 720px; padding: 0px 20px;  border-top: 1px solid}
	
	li h3 { margin-bottom: 0px }

	.article { border: 2px solid; width: auto; margin-bottom:20px }
    .article_head  { border-bottom: 1px solid; position: relative; background: none }
	.article_head h2 { position: relative; top:5px; margin:0px 0px 0px 48px; color: black; font-weight:bold; font-size:20px; line-height: 22px;}
	.article_head h3 { position: relative; margin:5px 0px 0px 48px; color: black; font-weight: bold; font-size:16px; line-height: 18px; }
	  .plus          { position: absolute; top: 17px; left: 5px; cursor:pointer; background: url(../images/plus.png); width:15px; height: 15px }
	  .minus         { position: absolute; top:17px; left: 5px; cursor:pointer; background: url(../images/minus.png); width:15px; height: 15px }
	.article_content { positon: relative; padding: 0px 7px; overflow:hidden;}
	.article_content * { position: relative; }
	.article_foot    { height: 27px; background: none }
	.article_foot a  { color: blue;}
	.article_foot a:hover  { color: blue;}
	.pathAndTags { display:none }

@media print {
	.article {page-break-after: always; border: 0px; padding-bottom: 10px; border-bottom: 4px solid }	
	.article_foot { display: none }
	.article_head h2, .article_head h3 { margin-left: 10px }
	.article_head { page-break-after: avoid; margin-bottom: 15px }
	.article_head h2, .article_head h3 { page-break-after: avoid }
	.plus, .minus { display: none }
	.article_content { padding: 0px 20px }
	.hidden_content  {display: block !important }
}

