/*************************************************************************/
/********************* general print formatting **************************/
/******** removes most graphics and reduces page to just copy ************/

html, body{
	background: white;
}
.noPrint{
	display:none;
}
#flashcontent{
	display:none;
}
.disclaimer{
	display:none;
}
.floatLeft{
	float:left;
	padding:0 10px 5px 0;
}
.floatRight{
	float:right;
	padding:0 0 5px 10px;
}
.footer{
	display:none;
}
.mainBody{
	margin-left:auto;
	margin-right:auto;
	width:100%;
}
.topSwirl{
	margin-left:auto;
	margin-right:auto;
	width: 100%;
}
.bodyContent, p{
	color:#444444;
	font-size:12pt;
	line-height:16pt;
	width:100%
}
.printWide{
	width:1000px;
}
.title{
	font-style:italic;
	font-size:16pt;
	line-height:20pt;
	color:#333333;
}
.header{
	font-size:14pt;
	line-height:18pt;
	color:#000000;
}
em {
	font-weight:bold;
}
.ourEventsHeader{
	font-size:14pt;
	line-height:18pt;
}
.ourEventsDate{
	font-size:14pt;
	color:#444444;
}

a:link, a:visited {font-size:12pt; color:#0033FF; text-decoration:underline; }
a.subNavMain:link, a.subNavMain:visited {font-size:12pt; color:#0033FF; text-decoration:underline; }
a.orangeLink:link, a.orangeLink:visited {font-size:12pt; color:#0033FF; text-decoration:underline; }

/* displays the URL to each link 
a.subNavMain:link:after, a.subNavMain:visited:after {
   content: " (" attr(href) ") ";
   font-size: 90%;
}
a.orangeLink:link:after, a.orangeLink:visited:after {
   content: " (" attr(href) ") ";
   font-size: 90%;
}
*/