/* print.css
 * ellars.com style sheet
 * printable document style
 * copyright 2003 by MSE
 */

.noprint	{
	visibility: hidden;
	display: none;
}

div.printOnly	{
	visibility: visible;
	display: block;
}

body	{
	border: 0px solid white;
	margin: 0px;
	padding: 0px;
	background: white;
	color: #666;
	font: normal 1em/1.1 'Bitstream Vera Sans',sans-serif;
}

#spacer	{
	float: right;
	margin: 0px 0px 0.5em 1em;
}

div.minorMenu, div.minorContent, span.colorBlock	{
	display: none;
	visibility: hidden;
	margin: 0px;
	padding: 0px;
}

#bottom	{
	float: right;
	width: 100%;
	color: #ccc;
	font-size: 0.75em;
	text-align: right;
}

div.imgBlock	{
	clear: both;
}

div.imgBlock img	{
	float: left;
	border: 2px solid black;
}

div.imgBlock p.imgTitle	{
	font-weight: bold;
	padding: 0px;
	margin: 1em 0px 0.25em 0.5em;
}

div.imgBlock a.info	{
	visibility: hidden;
	display: none;
}

h1,h2,h3,h4,h5,h6	{
	font-size: 1.75em;
	font-weight: bold;
	background: white;
	color: black;
	margin: 0px;
	padding: 0px;
}

h1,h2	{
	border-bottom: 1px solid black;
	width: 100%;
	display: block;
}

h1 span	{
	font-size: 0.75em;
	color: #999;
}

h2 span.pageTitle	{
	display: block;
	font-size: 1.0em;
	letter-spacing: 0.5em;
	text-align: center;
	padding-bottom: 1.0em;
}

h3	{
	font-size: 1.5em;
	font-weight: normal;
	letter-spacing: 0.25em;
	color: black;
}

h4	{
	font-size: 1.0em;
}

h5	{
	margin-left: 1.25em;
	font-size: 0.85em;
	font-style: italic;
}

h6	{
	font-size: 0.6em;
}


p	{
	margin: 0px 1em 0.75em 1em;
}

ul	{
	margin-top: 0px;
	list-style-position: inside;
}

a	{
	background: white;
	color: black;
	text-decoration: none;
	font-weight: bold;
}


.major	{
	font-weight: bold;
}

.minor	{
	font-weight: normal;
}

span.ec	{
	font-weight: bold;
	color: black;
	background: #ccc;
}

#tagline	{
	position: absolute;
		top: 0px;
		right: 0px;
	z-index: 8;
/*	clear: both; */
	text-align: right;
	font-style: italic;
	font-size: 0.75em;
	color: #ccc;
}

#tagline em	{
	font-style: normal;
}
