/* 

SEQ EcoSystems Service Framework stylesheet

copyright 2009. all rights reserved

------------------------------------------------------------------------*/

/*import advanced css

--------------------*/


/*body declarations
-------------------*/

/*images
--------*/
img {border: 0;display: block;}


/*print styles - remove all navigation

------------------------------------*/

@media print {
body {background: white;font-size: 12pt;}
#header {margin:0;padding:0;}
#header img {
	padding:0;
	background: #fff;
	border: 0;
	float:right;
	display:inline;
}
#content h1 {
	line-height:1em;
	font-size:2.2em;
	margin:0 0 15px 0;
	padding:0;
	border-bottom:3px solid #000;
}

#content p, #content ul, #content ol, #content h2, #content h3, .first, #content table, #content .tableHolder, #content dl {
	width: auto;
	margin: 0 5%;
	width:92%;
	font-size:12pt;
	padding: 0;
	border:0;
}
#content {
	padding: 0;
	border: 0;
	color: black;
}
#footer {
	clear:both;
	margin:0;
	padding:0;
}
a:link, a:visited {
	color: #520;
	background: transparent;
	font-weight: bold;
	text-decoration: underline;
}

