@charset "utf-8";
/* CSS Document */

/*------------------------------------------------------------------
[Print Stylesheet]

	Project:	Greater Johnstown Career & Technology Center
	
	Developer:	In-Shore Technologies, Inc.
				www.inshoretech.com
				JLG
				
	Date:		January 2009
-------------------------------------------------------------------*/


body
{	background: none;
	color: #000;
	font: 1em/1.5em Helvetica, Arial, Verdana, sans-serif;
}

a:link, a:visited
{	background: transparent;
	font-weight: 700;
	text-decoration: underline;
}

a:link:after, a:visited:after
{	content: " (" attr(href) ") ";
	font-size: 90%;
}

h1,h2,h3,h4,h5,h6
{	color: #000;
	font-family: Verdana, Tahoma, Arial, sans-serif;
	font-weight: bold;
	line-height: 1em;
	text-align: left;
}


img
{	float: left;
	margin: 1.5em 1.5em 1.5em 0;
}

a img 
{	border: none;
}

p img.top
{	margin-top:0;
}

blockquote
{	margin: 1.5em;
	padding: 1em;
	font-style: italic;
	font-size: .9em;
}

#container
{	background: none; }

.hide
{	display: none;
}
