

@media print {

	#head {
		display: none;
		}

	#header {
		display: none;
		}

	#header2 {
		display: block;
		position:relative; 
 		top:0px; bottom:0px; left:0px; right:0px;
 		background:white; 
		}

	#menu {
		display: none;
		}
	
	#content {
		position:relative; 
 		top:10px; 
		bottom:0px; 
		left:0px; 
		right:0px;
 		background:white;
		}
}

@media screen {

	#content {
		overflow:auto; 
		position:absolute; 
		z-index:3; 
		top:140px; 
		bottom:0px; 
		left:180px; 
		right:0; 
		background:white;
		}

	html {
		height:100%; 
		max-height:100%;
		padding:0; 
		margin:0; 
		border:0; 
		background:white; 
		font-size:80%; 
		font-family:"trebuchet ms", "trebuchet", "verdana", sans-serif;
		overflow: hidden; 
	}

	body {
		height:100%; 
		max-height:100%; 
		overflow:hidden; 
		padding:0; 
		margin:0; 
		border:0;
		}

#head {display:none;}
#header {position:absolute;top:0px; bottom:0px; left:0px; right:0; height: 100px; background:white;z-index:89;}
#header2 {position:absolute;top:70px; bottom:0px; left:150px; right:0; background:white;z-index:90;}
#menu {position:absolute;top:160px; bottom:0px; left:0px; right:0; background:white;}
#content {overflow:auto; position:absolute; z-index:98; top:130px; bottom:0px; left:150px; right:0; background:white;}
#content2 {overflow:auto; position:absolute; z-index:3; top:500px; bottom:0px; left:200px; right:0; background:white;}
* html #header{ z-index:4;}
* html #menu{
    margin-top: 0px;
}


#content p {
	padding:10px;
	}
	
.bold {
	font-size:1.2em; 
	font-weight:bold;
	}

pre {
	color:#c00; 
	margin-left:10px; 
	font-family:"trebuchet ms", "trebuchet", "verdana", sans-serif;
	}

h2 {
	margin-left:10px;
	}

h3 {
	margin-left:10px;
	}

}




