/* LIS Website Print CSS */

body {font: 12pt Verdana, Arial, Helvetica, Sans-serif; background: #FFFFFF;}

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: underline; color: #000000;}

/* need to work on this a bit more
a:link:after, body #content a:visited:after {content: " "attr(href)" "; font-style: normal; font-size: 90%; wrap;}
a[href^="/"]:after {content: " (http://www.ngslis.org"attr(href)") "; font-style: normal; font-size: 90%; wrap;}
*/

#lisnav {
	display: none !important;
}

#sidebar_right {
	display: none !important;
}

#container {
	width: 100%;
	margin: 0 0 0 0;
	background: #FFFFFF;
	text-align: left;
}

#content {
	margin: 0 0 0 0; 
	padding: 2.5%; 
}

#topstories {
    margin: 10px 10px 10px 20px;
}

#footer {
	text-align: center;
	margin: 0.5in 0 0 0; 
	padding: 0.5%; 
}

#footernav {
	display: none;
}



