/* CSS Document */
#sitecontent.home {  height: 520px; }
/* background: url(../images/bkg_home2.jpg) no-repeat 10px bottom; */
head:first-child+body #sitecontent.home { height: 500px; }
#sitecontent.home h1, #sitecontent.home p { width: 510px; margin: 20px 0px 10px 259px; }
#sitecontent.home h1 { font-size: 1.6em; line-height: 1.4em; margin: 20px 0px 5px 259px; }
#sitecontent.home p { font-size: 1.55em; line-height: 1.5em; margin: 5px 0px 25px 259px; }
#homegraph { display: none; }
#homeflash { margin-left: 10px; }

/* Printable version */

@media print { 
	body { text-align: left; }
	#wrapper { width: 100%; } 
	#logo {	position: relative; top: 0px; left: 0px; }
	head:first-child+body #logo { top: 0px; }
	#header { margin: 0px; }
	head:first-child+body #magnavhigh { top: 205px; }
	head:first-child+body #magazinesbigpic { top: 290px; left: 0px; }
	head:first-child+body #repnavhigh { top: 205px; }
	head:first-child+body #reportbigpic { top: 290px; left: 0px; }
	#sitecontent.home { background:none; width: 510px; }
	#sitecontent.home h1, #sitecontent.home p { width: 510px; margin: 20px 0px 10px 59px; }
	#homegraph { display: block; }
	#homeflash { display: none; }
}