﻿/* *********************************

print_layout.css

 ******************************** */

html
{
	width: 100%;
}

body
{
	color: #000;
	background-color: #fff;
	width: 90%;
	font-size: 11pt;
	line-height: 125%;
}

h1, h2, h3
{
	font-weight: bold;
}

div#container
{
	width: 90%;
	margin: 0 5%;
}

div#header
{
	padding-left: 45px;
	background-image: url(../images/footer-logo-bg.png);
	background-repeat: no-repeat;
	height: 50px;
	line-height: 340%;
}

hr
{
	height: 1px;
}

p#language, div#navigation, div#breadExtra, div#footer p.credit

{
	display: none;
}

div#footer p
{
	float: left;
	padding-right: 20px;
	font-size: 8pt;
	line-height: 110%;
}


