/* Print layout: */

body {
margin:0 auto;
padding:0;
font:Arial,Trebuchet MS,Times New Roman;
background:#ffffff;
color:#000000;
}
	
#container {
margin:1%;
width:auto;
float:none !important;
}

#main {
float:none !important;
}

#header {
    margin-bottom:10px;
    border-bottom:1px solid black;
}

#header h1 {
	font-weight: normal;
	line-height:30%;
	}
	
#header h2 {
	font-size: 70%;
	font-weight: normal;
	line-height:30%;
	margin-left: 25px;
	}
		
#navigation, #subcontent, #searchbar, .hide {
display:none;
}

#content {
	margin-top: 20px;
	}
	
#content h1 {
	font-size:100%;
	font-weight:bold;
	}
	
#content img {
display:normal;
}

#footer {
margin-top: 20px;
border-top: 0px solid black;
}

a {
text-decoration:none;
color:#000000;
}
