﻿@media print 
{
	
	/* Remove unwanted elements */
	#header, #mainMenu, #footer, #printButton, #sponsorFooter, 
	#sponsorFooterBlock, #registerNowButton, #registerNowOverlapTop, 
	#registerNowButtonGallery, #registerNowOverlapBottom, #feedbackTabStrip
	{
		display: none;
	}


    
    #pageTitlesBox, #pageTitleBlock
    {
       height:170px;
       clear:both;
       margin-bottom:50px;
    }    
    
    #printLogo
    {
        display:inline;
    }

	/* Ensure the content spans the full width */
	 #mainContentSection, #leftColumn, #leftColumnText, 
	 #rightColumn, #rightColumnBlock, #leftColumnBlock,
	 #oneColumnRight, #oneColumnLeft, #tabContentContainer,
	 #feedbackFormContainer, #oneColumn, #galleries, .galleryContainer
	{
		width: 100%; 
		height:100%; 
		margin: 0; 
		padding:0; 
		float: none; 
		text-align:left;
		display:block;
	}
	
	 #rightColumn, #oneColumnRight, #oneColumnLeft
	 {
	    margin-top:50px;
	 }

	/* Change text colour to black (useful for light text on a dark background) */
	p
	{
		color: #000;
		font-family:Verdana;
		font-size:12pt;
	}

	
	ul li
	{
		color: #000;
		font-family:Verdana;
		font-size:12pt;
	}

	/* Improve colour contrast of links */
	a:link, a:visited
	{
		color: #781351
	}

}