/****** GreatLakesGuaranty.org Print Stylesheet ******/

/* div's to NOT print... */
div#search, div#topNav, div#topImg, div#hozNav, div#quickLinks, div#breadCrumbs, 
div#mainMenu, div#footer, div#headerDump { display: none; }

body, p, td, li, h1, h2, h3, h4 { color: #000000; }

body, p, td, li { font-size: 10pt; } /* necessary to set font-size with points in order to */
									 /* avoid cross-browser font-metric issues */
div#header 
{
	height: 85px;
	background-color: #45474E;
	border-top: 85px solid #45474E;
}
	div#titleImg
	{
	position: absolute;
	left: 0px;
	top: 0px;
	}
	div#logo
	{
	position: absolute;
	right: 0px; /* right:30px for logo-right option, left:0px for logo-left option */
	top: 0px;
	z-index: 99; /* Always keep the logo on top */
	}
div#rightCol 
{ 
margin: 10px 0px 0px 0px;
border-bottom: 60px solid #BEBFC1;
}

div#printFooter /* for print media only */
{
display: block;
position: relative;
top: 60px;
padding: 8px;
text-align: center;
font-size: 8pt;
}
div#coloredNavBackground
{
	border-left: 0px;
}
div#coloredNavBorder
{
	border-left: 0px;
}
* html div#coloredNavBackground
{
	border-left: 0px;
}
* html div#coloredNavBorder
{
	border-left: 0px;
}

#PortalIFrame {
	width: 100% !important;
}
