/*
@media print { 
.noprint, .MainMenu , A.footer, .banner, .topmenu, #footer A {
   DISPLAY: none;
} */

@media print { /* Suppress printing */
.noprint, #GVLogin, #leftnav
{
	DISPLAY: none;
	
}

/* Force page break */
.PageBreak 
{
	page-break-before : always;
}

/* Layout */

/*  3-col unrolled for printing */
/* All the content boxes belong to the content class. News will fall below content in printed version! */
.content
{
	position:static;
	left: -50px;
}
#leftnav
{
	position:absolute;
	top:100px;
	left: -120px;
	width:70px;
	padding:5px 5px 5px 10px;
}
.content2
{
	position:absolute;
	top:100px;
	padding:5px 5px 5px 10px;
	margin: 0em 0em 0px 0em; 
	position: absolute;
	left: -10px;
	vertical-align: top;
	width: auto;
	min-width: 16em; /*margin: 1em 250px 1em 16em; /*border: 1px solid Silver;*/
	z-index: 3; /* This allows the content to overlap the right menu in narrow windows in good browsers. */
}#news 
{
/*	position: relative;
	width: auto;
	min-width: 120px;
	margin: 10px 20px 20px 30px;
	background-color: white;
	padding: 10px;
	*/
}
.content IMG { float:right
}
.banner IMG { margin: 0px 0px 0px 200px
}

#news {
	/*border:1px dashed black;*/
	background-color:#eee;
}

/*  IE5/Win hack See http://glish.com/css/hacks.asp */
/*border:1px dashed black;*/
/* #leftnav {
position:absolute;
width:200px;
top:100px;
left:0px;
background-color:#eee;
padding:10px;
z-index:2;
voice-family: "\"}\"";
voice-family:inherit;
width:200px;
}
*/
/*  "be nice to Opera 5" rule. Match the lower value above.*/
body>#leftnav {width:100px;}

}
