/* print-only styles */
/* @page         { margin: 10% }
H1, H2, H3,
H4, H5, H6    { page-break-after: avoid; page-break-inside: avoid }  
BLOCKQUOTE, 
PRE           { page-break-inside: avoid }
UL, OL, DL    { page-break-before: avoid }
*/

/* Layout Elements */
#FlashMovie, 
#HeaderPhoto, 
#MenuGlobal, 
#RightContent,
#Footer
{
	display: none;
}

#Wrapper
{
	width: 440pt;
	height: auto;
	margin: 10pt;
	text-align: left;
}
#Header
{
	border: none;
	width: 100%;
}
#Content
{
	width: 100%;
	overflow: hidden;
}
#RightContent
{
	display: none;
	width: 0px;
}
#MainContent
{
	width: 100%;
}

/* Elements */
BODY
{
	background-color: #FAFAFA;
}