
@media print {
    html, body {
        height: auto;
    }

    #map_canvas {
        height: 800px;

    }
	
	#showmapctl{
	display:none;
	}
	
	#print{display:none;}
}

#title{
	font-family: Arial;
	font-size: 20pt;
	color: #808080;
	font-weight: normal;
	padding-bottom: 50px;
	maring-top: 30px;

	
}

p{
font-family: Arial;
}

#rms_logo{
     display:none;
}

/* ***************************
 * Header Section Styles
 * *************************** */

#top-panel{

   display:none;

}

h1.main  {
	font-family: Arial;
	font-size: 20pt;
	color: #808080;
	font-weight: normal;
	
}

td.logo  {
	
}

