﻿/* Print style sheet used when printing     */

#HeaderRegion,
#NavigationBlock,
#ContextBlock,
#SpotBlock,
#FooterRegion
{
  display:none;
  width:0px;
  height:0px;
  overflow:hidden;
}

/* Resize content block */
#ContentBlock
{
  padding:0px;
  width:470pt;
  font-size:150%;
  overflow:visible;
}

/* Contact pages speciality */
#ContentBlock .contactProfile .image
{
  clear:both;

}

/* Contact pages speciality */
#ContentBlock .contactProfile .contactText
{
  clear:both;
  width:470pt;
}

.noprint
{
  display:none;
}