	/* these rules will only apply when printing */
	
	html {
	margin: 0;
	padding:0;
	/*border: 1px solid red; ongoing work use for markers*/
	width: auto !important;
	}

	body {
	margin: 0;
	padding:0;
	color : #000; 
	background : #fff; 
	font-family : verdana, Times New Roman, Times, serif;
	/*border: 1px solid green;--ongoing work use for markers*/
	width: auto !important;
	height:auto;
	
	}

	
	/*body , p {
	
	
	width:100%;
	margin-left:0px;
	margin:.06 in;
		} */
	#contents h1, h2, h3 {
	font-family:  Times New Roman, Times, serif;
	font-size: 17pt;
	/*border: 1px solid purple;*/
	}
	div#printlogo{
		/*background-image: url(../images/HSG_PRINTLOGO.gif);
		background-repeat: no-repeat;
		background-position: left top;
		width:315px;
		height:68px;
		border: 1px solid #000;*/
		display:block;
		margin-bottom: 0;
		float:none;
		page-break-after:avoid;
		clear:both;
		
		} 
	#header_gw, div#breadcrumb_container,.nocalprint {
		display:none;
		} 

	#LeftMenu, div#ctl00_TabSection, div#TabControl, div#TabUl, #footer_gw, #login, #DashLeft, div#ImageBackground, div#ctl00_TabsBase, div.Title_content { 
		display: none; 
		}
	div#content_area, div.main, div#nonFooter, div#ContentPage,  tr#ContentPage, div#public_ct, div#container_gw, #form1,  #wrapper, div#contents, div.contents, tr {
		width: auto !important;
		margin:0;
		padding:0;
		float: none !important;
		/*border: 1px solid yellow;*/
		background: transparent;
		overflow: visible!important;
		visibility: visible;
		page-break-before:avoid;
		position: relative;
		display:inline;
		
			}
	a:link, a:visited { 
		text-decoration : underline; 
		color : #0000ff; 
		}
		 
	/*div#contents, div.contents{
		width: auto !important;
		margin:0;
		padding:0;
		float: none;
		position: static;
		
		border: 1px solid blue;
		height:auto;
		clear:both;
		background: transparent;
		}*/
			
	#contents p, div#contents ul li, div#contents ul ol, tbody.contents {
		text-align:left;
		margin:0;
		padding:0;
		float: none;
		font-size: 1em;
		font-family:Verdana, Georgia, Times New Roman, Arial;
		line-height: 17pt;
		/*border: 1px solid #000;*/
		clear:both;
		width: 62.5em !important;
		overflow:visible;
		visibility: visible;
		white-space: normal;
		display: block;
		
			
		}
		
	div#contents a:link:after, div#contents a:visited:after { 
		content: " (" attr(href) ") "; 
		
		} 