
/*----------------------------------------------------------------------------------*/
/* adjust positioning and alignment */
/*----------------------------------------------------------------------------------*/
body
{
	float: none !important;
	width: auto !important;
	margin: 0 !important;
	padding: 0 !important;
	background: none;
	color: #000 !important;
	font-size: 120% !important;
}
#content
{
	margin: 0;
	padding-left: 0;
}
#middlecolumn
{ 
	float: none !important;
	width: auto !important;
	margin: 0 !important;
	padding: 0 !important;
	position: static !important;
	height: auto !important;
	clear:none !important;
}
#eventDetails, #eventLogistics
{
	padding-left: 40px;
}
#highlightBody, #highlightLinks,
#eventHeader h2, #eventDetails, #eventLogistics
{
	float: none;
	width: 100% !important;
	padding: 0 !important;
	margin: 10px 0;
}
.gridColumn
{
	width: 50%;
}
p
{
	padding-left: 0px !important;
}

/*----------------------------------------------------------------------------------*/
/* change appearance
/*----------------------------------------------------------------------------------*/
ul li
{
	list-style-type: disc !important;
	list-style-position: outside !important;
	padding: 0 !important;
}
a, a:hover, a:active
{
	text-decoration: none !important;
}

/*----------------------------------------------------------------------------------*/
/* things to hide on printouts
/*----------------------------------------------------------------------------------*/
.hideOnPrintouts, #header, #topbanner, #sidebar, #sidebanner, #footer
{
	display: none !important;
}

.expandLarge, .expandSmall
{
	display: none !important;
}

/*----------------------------------------------------------------------------------*/
/* things that are invisible on screen */
/*----------------------------------------------------------------------------------*/
#printfooter 
{ 
	display: block; 
	margin-top:20px; 
	border-bottom: solid 6px #BABCBE;
} 
.showOnlyOnPrintouts 
{ 
	display: block; 
}