/* PRINT Style Sheet for Aurora Borealis */

body {
	font-family: optima, verdana, sans-serif;
}

.eventTOC {
	display: none;
}

.eventTOC ul {
	display: none;
}

#header {
/*	padding-bottom: 20pt;*/
	margin-bottom: 0;
}

#header h1
{
	padding-bottom: -5pt;
	border-bottom: solid 1px #000;
	font-family: arial, sans-serif;	
	text-align: right;
	font-weight: normal;
	margin-bottom: 0;
	color: #256600;
}


#nav {
	display: none;
}
#subNav {
	display: none;
}


#content h1,h2,h3 {
	border-bottom: solid #d0d0d0 1px;
}

#content h1 {
	font-size: 18pt;
}

#content h2 {
	font-size: 16pt;
}

#content h2 {
	font-size: 14pt;
	font-family: arial black, sans serif;
}


#content {
	margin-top: 0px;
	padding-top: 0px;
	display: block;
}

#mBody {
	margin-left: 150px;
	border-left: solid 1px #CCC;
	padding: 3px;
	text-align:justify;
}

#mBody .inMargin {
	position: relative;
	float: left;
	width: 144px;
	margin-right: -150px;
	left:-150px;
	text-align: right;
	clear: left;
}


#mBody img {
	padding-left: 2px;
	padding-right: 2px;
}

#lBody img {
	padding-left: 2px;
	padding-right: 2px;
}


#lBody {
	margin-left: 0px;
	padding: 3px;
	text-align:justify;
}

#content p:last-child {
	margin-bottom: 0;
}


#footer {
	text-align: center;
	border-top: solid 1px #000;
}

#footer span.copyright {
	float: left;
	font-size: 10pt;
}

#footer img {
	float: right;
	margin-top: 2px;
}

