/*********************************************************************************************************/
/*	Page elements that shold not be printed
/*********************************************************************************************************/
.noprint,.hdn,ul.menublock,ul.submenublock,#nav-global,#nav-main,#breadcrumb,td#left
{
	display:			none;
}

/*********************************************************************************************************/
/*	Hide select edit elements
/*********************************************************************************************************/
a.selectedit,a.selectedit_preview,input.selectedit,input.siteeditbutton,input.selectedit_preview,#selectedit_list
{
	display:			none;
}

/*********************************************************************************************************/
/*	Print-specific styling
/*********************************************************************************************************/
body
{
	margin:				0in 0.5in;
	background-color:	white;
	background-image:	none;
	font-family:			'Lucida Grande', 'Lucida Sans Unicode', sans-serif;
	font-size:				0.78em;
	line-height:			1.7em;
}

h1
{
	font-weight:		bold;
	font-size:			16pt;
	color:				black;
}


h2
{
	page-break-after:	avoid;

	margin:				0pt;
	font-weight:		bold;
	font-size:			12pt;
	color:				black;
}

.bodytext
{
	margin:				0pt 0pt 16pt;
	text-align:			justify;
	color:				black;
}

.bodytext2
{
	line-height:		12pt;
}

a
{
	text-decoration:	none;
}





/*=========================================================================================================
//---------------------------------------------------------------------------------------------------------
//	MISCELLANEOUS DEFAULTS
//---------------------------------------------------------------------------------------------------------
//=======================================================================================================*/
/*	Used so that non-CSS browsers deliniate footer block from body content	*/
hr
{
	display:				none;
}

/*	because HTML should have this as the default	*/
td
{
	vertical-align:			top;
	padding:				0px;
}

/*	prevent ugly purple borders around linked images	*/
img
{
	border:					0px;
}

h1,h2,h3
{
	page-break-after:		avoid;
	display:				block;
}

/* Just getting rid of display elements */
#sidebar_right,.event-slideshow,#search-form,#bottom-buttons,#tickets_link,ul.m1,#mini_slideshow
{
	display:none;
}

.print_only
{
	display:				block;
}

/*Homepage Elements that shouls not be printed*/
.slideshow_slide
{
	display:				none;
}
#slideshow_shown
{
	display:				block;
}