/* __________________ CUSTOM PRINT ____________________ */
/* See MC.Web.Html.FrameworkPrint.css for common print styles */

#logo
{
	display: none;
}

.PrintHeader img 
{
	margin-left: -15px;
	width: 3.542in;
	height: 1.222in;
}

body {
	background-image: none;
}

div.presentation
{
	position: static;
	margin-top: 0;
	margin-right: 0;		
	padding-right: 0px;
	padding-top: 0px;
	/* width: 100%; */
}

* html div.presentation { margin-right: 0px; padding-right: 0px; } /* Hack for IE6 */

.page 
{ 
	position: static; 
}

div.PrintFooter
{
	margin-top: 1cm;
	width: 100%;
	text-align: left;
}

.ControlTitle
{
	font-size: 1.4em;
	font-weight: bold;
	padding: 0 0 0 0;
}

.ControlStep
{
	font-weight: bold;
	font-size: 1.0em;
	color: #000066;
	padding: 0 0 0 0;
}

.sitemap
{
	display: none;
}

.search
{
   display: none;  
}

.topNav
{
   display: none;  
}

.PrintIcon
{
	display: none;
}

/* added this from Agents 1.1 local BrandPrint.css */
.PrintHide
{
   display:none;
}

/* __________________ END CUSTOM PRINT ____________________ */

