/*  
 *  stylehpprt.css
 *  The main print style sheet for homepage
 *  
 */
body {
	font-family: Georgia, serif;
	background: none;
	color: black;
	font-size: 12pt;
}

#container {
	width: 100%;
	margin: 0; padding: 0;
	background: none;
}

div#branding, div#brandingnl {
    height: auto !important;
}

div#branding h1, div#brandingnl h1 {
    text-indent: 0 !important;
    text-align: center !important;
    font-size: 24pt !important;
	color: #003f82 !important;    
}

#language, #secondary_links, #nav, #footer {
	display: none;
}


