@charset "UTF-8";
@media screen,projection {
  body {
    width: 800px;
  }
  #mainBody {
    margin: 50px 60px 60px;
  }
	.switchPrintScreen {
		margin: 0;
		padding: 0;
	}
	.switchPrintScreen {
		left: 0;
		position: absolute;
		top: 0;
	}
	.switchPrintScreen a:focus,
  .switchPrintScreen a:hover {
    background: #E60000 none repeat scroll 0 0;
    color: #FFF;
    text-decoration: none;
  }
  .switchPrintScreen a {
    display:block;
    font-size:0.8185em;
    font-weight:bold;
    height:1.5em;
    line-height:1.1em;
    padding:0.3333em 0.4167em 0 27px;
    text-decoration:underline;
    width:17.5em;
  }
}
@media screen,projection,print {
	dl,dd,blockquote {
		margin:0;
		padding:0;
	}
	body, input {
    font: 11pt/16pt Verdana, Geneva, sans-serif;
  }
  .clearing:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
  }
  #statusline,
  #cmsHeader,
  .optBg,
	#topLine,
	#navCol,
	#breadcrumb,
	.switchPrint,
	#dialogBox {
	  display:none;
	}
	#twoColBody, #contentCol {
	  background: none !important;
	}
	img,
	acronym,
	abbr {
	  border: none;
	}
	a:link,a:visited {
	  text-decoration: none;
	  color: #000;
	}
	hr {
    border: 1pt solid #555; 
    border-width: 1px 0 0;
    margin: 0 0 28pt;
		clear: both;
	}
	input.typeText,
	textarea {
	  width: 99%;
	  border: 1pt solid #000;
	  border-width: 0 1pt 1pt;
	}
	h1, h2, h3, h4, h5, h6, p, ol, ul {
	  margin: 0;
	  padding: 0 0 12pt;
	}
	fieldset {
	  margin-bottom:12pt;
	}
	ol, ul {
	  margin-left: 30pt;
	}
	h1 {
    font-size: 18pt;
    line-height: 24pt;
  }
  h2 {
    font-size: 16pt;
    line-height: 21pt;
  }
  h2 {
    font-size: 14pt;
    line-height: 18pt;
  }
	.imgFloatLeft {
    float: left;
    padding: 0 10px 2px 0 !important;
  }
  .imgCenter {
    float: none !important;
  }
  .imgCenter p,
  .imgCenter dl {
    margin:0 auto;
  }
  .imgFloatRight {
    float:right !important;
    padding:0 0 10px 2px !important;
  }
  .imgRight {
    float: none !important;
    padding: 0 0 10px 2px !important;
  }
  .imgRight p,
  .imgRight dl {
    float: right;
  }
  .imgLeft {
    float: none !important;
    padding: 0 10px 2px 0 !important;
  }
	.img dd {
		font-style: italic;
	}
	.e {
    clear: both;    
  }
	.Group {
		margin: 0 0 28pt;
	}
  .PG_Homepage .hr2x .e {
    float: left;
    width: 50%;
    height: 134px;
    clear: none;
  }
	.PG_Homepage #leftCol h1 {
		font-size: 16pt;
	}
	.PG_Homepage .hr2x .Article .img {
		float:left !important;
		padding: 0 10px 10px 0 !important;
	}
  #leftCol .hr2x .e ,
  #leftCol .hr3x .e {
    width: 50%;
    float: left;
    clear: none;
  }
  #leftCol .hr3x .e {
    width: 33.3%;
  }
  .address {
    float:left;
    width: 50%;
  }
}