/*this style sheet was developed to remove un-needed elements from pages and format the text for printed pages. Created by Rick Fenstermaker*/

/*Last update January 4, 2011*/


body
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	line-height: 12pt;
}

/*used to hide these elements so they don't print*/
#topic_wrapper, #topicShading, #topicText, #footer_wrapper, #topNav, #grayBar_wrapper, #quickColumn
	{
	display: none;
	visibility: hidden;
}
	
#mainColumn
	{
	float: left !important ;
	width: auto !important ;
}

#graySideBar
	{
	float: left !important ;
	width: auto !important ;
	padding-left: 10px !important ;
}

/*
#mainColumn2
	{
	float: left !important ;
}
*/

a
	{
	text-decoration: underline;
	color: #0000FF;
}
	

	
@media screen
{
.hideMndot
	{
	visibility: hidden;
	left: 0;
	top: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0pt;
	clear: both;
}
}

#topNav
	{ /*this is used to enclose the top navigation bar, logos and menus so they can be blocked from printing*/
	float: none !important ;
	clear: both !important ;
}

.style1
	{
	font-weight: bold;
	font-size: 1.2em;
}

.leftColumn
	{
	padding: 0 !important ;
	font-family: arial, sans-serif;
	font-size: 11px;
	color: #336699;
	float: left !important ;
}

#main_wrapper #graySideBar p
	{
	text-align: left !important ;
}

.headingbanner {
	text-indent: 0 !important ;
	padding: 6px 0 0 !important ;
	margin: 0 0 4px !important ;
}
