.SiteWidth {
	width:98%;
	border-collapse:collapse; 
	border-spacing:0px;
	height:100%;
}

@media print {
	body {
		background:white;
	}
	#ReturnToFullColor {
		display:none;
	}
}

@media screen {
	#ReturnToFullColor {
		position:absolute;
		top:0px;
		right:210px; /* This is is overridden in the 2 Column css to move the text all the way to the right */
		cursor:pointer;
		z-index:200;
		margin:10px;
		border:1px grey solid;
		padding:2px;
	}
}

/*
	Top Navigation and Layout definitions
*/
#Header { 
	display:none;
}
#LeftSide {
	display:none;
}
#MainContent {
/*	width:100%; */
}
#RightSide {
	background:white;
	border-left:black solid 2px;
	color:black;
}
#RightSide td {
	padding-left: 5px;
}

#RightSide a {
	color:black;
}
.NoPrintPreview {
	display:none;
}
.PreviewOnly {
	display:inline;
}
#RightSide h2 {
	color:black;
	font-size:16px;
	padding-top: 2px;
	padding-bottom: 2px;
	text-align:center;
	margin:0px 5px 0px 5px;
}



