/*  
 *  stylenhpprt.css
 *  The main print style sheet for pages other than homepage
 *  
 */
 
body {
	font-family: Georgia, serif;
	background: none;
	color: black;
}

#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;    
}

#introauto, #intromrh, #introavp, #intro-jobs {
    height: auto !important;
}

#infoavp p {
    color: black !important;
}

.Q {
    font-size: 18px;
    color: black !important;
}

.R {
    font-size: 16px;
    color: #003f82;
    background-color: #dff0fa;
    padding: 15px;
    margin-left: 15px;
    margin-top: 0;
}

#autoside, #autoside-rt, #mrhside, #mrhside-rt, #avpside, #avpside-rt, #infocg,
#introauto a, #intromrh a,
#language, #secondary_links, #nav, #footer {
	display: none;
}


