/* Print Style Sheet */
@media print {
body {
	color : #000000;
	background : #ffffff;
	font-family : "Times New Roman", Times, serif;
	font-size : 12pt;
	margin: 0.5in;
	height: auto;
	width: 7.5in;
}
.ifpm #header {
	background: url(images/logobanner.gif) no-repeat right top;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	margin: 0.75in 0px 0px;
	width: 7.5in;
	display : block;
	visibility: visible;
	height: 1.25in;
}
	
#container #mainContent .content {
	font: 12px/15px "Times New Roman", Times, serif;
	color: #000000;
	margin: 0px;
	padding: 0px;
}

.ifpm #background, #sidebarpict, #sidebar1 #footer #menu #chromemenu { display : none; }

.ifpm #menu img {
	display : none;
	visibility: hidden;
}
.ifpm #menu ul {
	display : none;
	visibility: hidden;
}

.chromestyle a { 
	display : none;
	visibility: hidden; }

.dropmenudiv a { 
	display : none;
	visibility: hidden; }

.ifpm #mainContent   h1  {
	font: 16px/20px "Times New Roman", Times, serif;
	text-transform: none;
	border-bottom: 1px solid #99CCCC;
	margin-top: 0px;
	margin-bottom: 5px;
	color: #4E193F;
}

.ifpm #container  .title  {
	font-size: 1.5em;
	font-weight: bold;
	line-height: 1.1em;
}
.ifpm #footer {
	padding: 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#FFFFFF url(images/hp_newsbackground.gif) repeat-x left top;
	margin-right: auto;
	margin-left: auto;

}

.ifpm #copyrightfooter
{
	font: 0.66em Verdana, Arial, Helvetica, sans-serif;
	color: #660033;
	margin: 20px auto;
	padding-right: 20px;
	padding-left: 20px;
	text-align: center;
}
.ifpm #mainContent h2
{
	font: bolder 1.25em Verdana, Arial, Helvetica, sans-serif;
	text-transform: none;
	border-bottom: 1px solid #99CCCC;
	margin-top: 0px;
	margin-bottom: 5px;
	color: #4E193F;
}

.ifpm #mainContent h3
{
	font: bolder 1.15em Verdana, Arial, Helvetica, sans-serif;
	text-transform: none;
	margin-top: 0px;
	margin-bottom: 5px;
	color: #004444;
}

.ifpm #mainContent h4
{
	font: 1.08em Verdana, Arial, Helvetica, sans-serif;
	margin-bottom: 0px;
	color: #000000;
	padding-top: 10px;
	margin-top: 5px;
}
}

