  /***********************/
 /**  Print Layout CSS  **/
/***********************/

/*   CONSTRUCTION ELEMENTS  *//*
div {
	border: solid 1px red;
}*/
/**************************/


html{
	 
}

body {
 	margin:5pt;
	padding:0pt;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color:#221E1F; /*Default text color*/

}

#mainMenu, #subMenu, div#toolBar2 {
	display:none;
}

div#mainWrap {
	width: inherit;
	height: inherit;
	}

div#header {
	width:99%;
	height:65px;
	background-color: #FFF491;
	border-bottom:2px solid #000; 
}

div#header img {
	float:left;
	padding:5px 5px 5px 0;
}

div#header p {
	padding-top:25px;
	font-size:1.5em;
	font-weight:bold;
}

div#content{
	width: 99%;
	margin:0pt; /*top right bottom left*/
	vertical-align:top;
	/*border: solid 1px red;juste 4 test*/
}

div#contentHome{
	font-size:10pt;
	width:99%; 
	margin:10pt; /*top right bottom left*/
	vertical-align:top;
	/*border: solid 1px red;juste 4 test*/
}

dl#infoBar {
	width:157px;
	height:99%;
	background-color:blue;
}

div#footer {
	margin-top:15px;
	width:99%;
	border-top:solid 1px #FACB00;
	background-color: #FFF;
}
#footer .address{
	margin-top:5px;
	font-size:0.8em;
	float:left;
}
#footer .copyright{
	margin-top:5px;
	font-size:0.8em;
	float:right;
}


h1{
	font-size: 1.5em;
}


a {
color:#000000;
margin:0pt;
padding:0pt;
text-decoration:none;
}

