/*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 June 26, 2008*/
body
{
	font: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	line-height: 12pt
}

/*used to hide these elements so they don't print*/
#graySideBar, #topic_wrapper, #topicShading, #topicText, #footer_wrapper, #topNav, #grayBar_wrapper, #quickColumn
	{
	display: none;
	visibility: hidden;
	}
	
#mainColumn
	{
	position: static;
	}
	
a
	{
	text-decoration: none;
	color: #000000;
	font-weight: bold;
	}
	
.hideMndot /*used to turn on the visibility of this item so it prints Minnesota Department of Transportation at the top, left of each page */
	{ 
	visibility: visible;
	}
	
