@media print {
	#sections { display: none; }
	#vsections { display: none; }
	#vsections-text { display: none; }
	#more-links { display: none; }
	#debug { display: none; }
	#search { display: none; }
	#root { text-align: left; }
	#wrapper { width: 767px; margin: auto; }
	#header { display: none; height:1px!important; }
	#nav { display: none; height:1px!important;}
	#navpath { display: none; }
	#login { display: none; }
	#right { display: none; }
	#content { padding-top:50px;  width: 760px; border: 0; margin: 5px auto; text-align: left; } 
	#footer { display: none; }
	span.edit { display: none; }

	body {
		text-align: center;
		font-family: Arial, Verdana, "Times New Roman", Tahoma, sans-serif;
		font-size: 13px;
	}

	h2 {
		color: #466C43;
		font-family: Verdana, Arial; 
		font-weight: bolder;
		}
	h3, h4 { 
		color: #111; 
		margin: 0;
		padding: 5px 5px 5px 0;
		}
	ul { 
		list-style: none; 
		margin: 0; 
		padding: 0;
		}
	li { list-style-type: none; }

	ul { list-style-type: none; }

	p {
		color: #000000;
		text-decoration: none;
		font-size: 12px;
		font-family: Verdana, Arial, sans-serif;
	}

		
	a:link, a:visited {
		color: #357f0f;
		text-decoration: underline;
		font-weight: bold;
		font-size: 11px;
		font-family: Verdana, Arial; 
	}
	a:hover, a:active {
		color: #000000;
		text-decoration: none;
		font-weight: bold;
		font-size: 11px;
		font-family: Verdana,Arial;
	}

	.button {	
		font-size: 12px;
		color: #ffffff;
		font-family: verdana,arial,helvetica,sans-serif;
		background-color: #888888;
		border: 1px solid #000000;
	}



	div.box,
	div.box2 {
		margin-bottom: 5px;
		padding: 0 5px 0 5px;
		}
		div.box2 span.dt {
			margin: 0;
			padding: 0;
			font-size: 11px;
			font-weight: normal;
			color: #666;
			}
		div.box2 div.descr { 
			clear: left; 
			margin: 5px 0 0 0;
			}	

}			
