/*
-----------------------------------------------
print style sheet
see also:	www.alistapart.com/stories/goingtoprint/
author:		shaun gummere
----------------------------------------------- */

* {
	margin: 0;
	padding: 0;
	}


body {
	background: white;
   	}

p	{
	margin: 5pt 0 18pt 0;
	padding: 0;
	}

#header {
	height: auto;
	}

#menu {
	display: none;
	}

#header h1 {
	float: none;
	text-indent: 0;
	margin: 5pt 0 0 0;
	padding: 0;
	font-size: 16pt;
	}

#content {
	margin-top: 0;
	}


#main {
	width: 90%;
	font-size: 9pt;
	padding: 0;
	margin: 0;
	background-image: none;
	}


#main h2.about,
#main h2.characteristics,
#main h2.history,
#main h2.success,
#main h2.start,
#main h2.sites,
#main h2.news,
#main h2.lcnews,
#main h2.research,
#main h2.findings,
#main h2.highlights,
#main h2.internal,
#main h2.tools,
#main h2.plans,
#main h2.achievement,
#main h2.assessment {
	position: relative;
	text-indent: none !important;
	display: inline;
	width: auto;
	height: auto;
	background-image: none;
	}

#side {
	display: none;
   	}
	

a:link, a:visited {
	color: #336;
	background: transparent;
	font-weight: bold;
	text-decoration: underline;
   	}
