﻿@charset "utf-8";
/* MCG Print Style */

body{

	font-size: 12pt;
	color: Black;
	line-height: normal;
    height:auto;
}

/* Remove unwanted elements */

.thrColFixHdr #header, #menu_top, #menu, #sidebar1, #sidebar2 {
display: none;
}

div.anythingSlider {
display: none;
}

#logoprint {
	display: block;
	height: auto;
	margin: 1em;
	padding: 1em;
	border: 1px dotted #666;

	font-size: 11px;
}

.thrColFixHdr #footer {

	font-size: 11px;
}

.thrColFixHdr #container { 
	margin: 0 auto;
	border: none;
	text-align: left;
}

#siteheader_2col {
display:none;
}

#printbutton {
display:none;
}

#footer {
display:none;
}
/* Ensure the content spans the full width */

.thrColFixHdr #container, .thrColFixHdr #mainContent {
width: 100%; margin: 0; float: none;
}

#mainContent_2col {

width:100%;
margin-left:0;
}

.thrColFixHdr #btn_icon{
 float:left; 
 padding: 0px 10px 0px 0px;

}

.thrColFixHdr #mainContent P{
	padding: 10px;
	margin: 10px 0 10px 0;
}


#skipmenu {
    display:none;
}