/* LIS Website Print CSS */

body {font: 10pt Verdana, Arial, Helvetica, Sans-serif; background: #FFFFFF;
    background: white;
}

h1 {font-size: 16pt; color: #000000}
h2 {font-size: 14pt; color: #000000}
h3 {font-size: 12pt; color: #000000}
h4 {font-size: 10pt;}

a {text-decoration: none; color: #000000;}

/*a:link:after, a:visited:after { content:" [" attr(href) "] "; }*/
a:link:after, a:visited:after {
  content: " ";
}

#intranet {display: none;}

#container {
	width: 100%;
	margin: 0 0 0 0;
	background: #FFFFFF;
	text-align: left;
}

#logo { 
	float: left; 
	list-style: none;
	top: 0;
	margin: 0 0 0 0
}	

#askus { 
	float: right; 
	list-style: none;
	top: 0;
	margin: 0 0 0 0
}

#lisnav {
	display: none;
}

#breadcrumb {
	display: none;
}

#sidebar_left {
	display: none !important;
}

#sidebar2_left {
	display: none !important;
}

#content_75 {
	clear: both;
	margin: 0 0 0 0; 
	
}

#content_100 {
	clear: both;
	margin: 0 0 0 0; 
	
}

#footer {
	text-align: center;
	margin: 0 0 0 0; 
	
}

#footernav {
	display: none;
}


