
/*	Please do not duplicate this document with out prior permission.
	This unique combination of styles, properties, font-families and poistioning are copyright of ecyclingtools.com. */

/*	Print Style Sheet
	Will have no effect on the display of the document when viewed using a non-printing device.
		
	George Oommen (oommen.6@osu.edu)
	January 1 2008 */


/*  {------- Main -------}  */

body {
	background: none;
	border: none;
	font-family: Calibri, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	height: auto;
	margin: 1em 0 0;
	position: static;
	text-align: left;
	width: auto;	
}

h1, h2, h3 {
	font-family: "Times New Roman", "Trebuchet MS", Verdana, sans-serif;
}

hr {
	color: #333;
	background: #333;
	height: 2px;
}

a:link, a:visited {
	color: #555;
}

a img {
	border: none;
}


/*  {------- Logo -------}  */


#logo {
	border-bottom: 1px solid #000;
	clear: both;
	height: 57px;
	margin: 0;
	padding: 0;
	text-align: left;
	width: 100%;
}

#logo-ecycling {
	float: left;
	width: 250px;
	padding: 15px 0 0 0;
}

#logo-ilinsg {
	float: right;
	text-align: right;
	width: 250px; 
}


/*  {------- Content and Others -------}  */


#content img {
	border: 1px solid #ccc;
	padding: 5px;
}

p {
	margin-bottom: 0;
	padding-bottom: 0;
}

.noprint, #footerdata, #top-nav, #navigation, #sidebar-primary {
	display: none;
}

#footer {
	margin-top: 2em;
	border-top: 1px solid #333;
}
