/************************************************************
	Copyright 2006 Modern Shift. All rights reserved.
************************************************************/


/* hide screen objects */

#ScreenHeaderContainer, #LeftMenuContainer, #FooterContainer{
	display: none;
}

.noprint {display: none}


/* adjust positioning */

body{
	background-color: white;
	margin: 0px;
	padding: 0px;
}

a.definition {
	color: navy;
	text-decoration: none;
}

#PageContainer {
	width: 100%
}

#MainContent {
	padding: 0px;
	margin: 0px;
}

#PrintHeader {
	border-bottom: solid thin #333333;
	padding-bottom: 15px;
	margin-bottom: 5px;
}

#PrintFooter {
	border-top: solid 1px #999999;
	margin-top: 10px;
	padding-top: 15px;
	color: #444444;
	line-height: 10px;
	font-size: smaller;
}


