﻿@media print {
	/* style sheet for print goes here */

	body {
		width: 100%;
		margin: 0;
		float: none;
		background: #ffffff;
		color: #000;
	}
	#SiteBorder {
		width: 100%;
		margin: 0px;
		background: #fff;
	}
	#SiteContainer {
		width: 100%;
		margin: 0px;
		text-align: left;
	}

	#Header {
		display: none;
	}

	#Navigation {
		display: none;
	}
	#HighLightBar {
		display: none;
	}
	#HighLightBar_Shadow {
		display: none;
	}
	#Content {
		position: relative;
		width: 100%;
		background-color: #ffffff;
	}

	#MainContent {
		width: 100%;
		margin: 0px;
	}

	#SecondaryContent {
		display: none;
	}
	.SideBarSplit {
		display: none;
	}
	#Partners {
		display: none;
	}
	#Footer {
		width: 100%;
		height: 68px;
		background: transparent;
	}
	#Footer_Shadow {
		display: none;
	}

	a, a:link, a:visited {
		color: #781351;
	}
}

