h1 {
	color:#000;
	border-bottom:3px solid #000;
	float: none;
	font-weight:bold;
	margin:1em 0;
	padding:0;
	position:absolute;
	bottom:0;
}
h2 {
	border:none;
	color:#000;
	font-size:1.2em;
	font-weight:bold;
	padding-bottom:0;
}
ul li {
	list-style: circle;
}
/* --------------------------- divs cbronologically ordered  */
#main {
	background:none;
	width:100%;
}
#leftColumn {
	width:0;
	overflow:hidden;
}
#brand {
	background:none;
	border:none;
	position:fixed;
}
#brand img,
.homeCorp #brand img {
	margin:0;
}
#brand img {
	height:24px;/* 70% 34px */
	width:105px;/* 70% 150px */
}
.homeCorp #lang {
	display:none;
}
#leftNav {
	display:none;
}
#rightColumn {
	border-top:3px solid #f37021;
	float:left;
	width:100%;
	margin-top:46px;
	padding:1em 0;
}
#funcNav {display:none;}
#otherSites, #search {display:none;}
#tabs {display:none;}
#subTabs {display:none;}
#path {display:none;}
#contact {display:none;}
#title {
	float:none;
	margin:1em 0;
	overflow:auto;
	width:100%;
}
#title h1 {
	border:none;
}
.module #content.narrow {
	padding-right:0;
}
.module #content {
	background:none;
	color:#000;
	padding:0;
}
.module #content ul li {
	background:none;
	margin:0;
	padding:0 0.1em 0 0;
}
.module #content ul {
	margin:1em!important;
	padding:1em;
}
.module #content ul ul {
	margin:0.5em 1em!important;
	padding:0 1em;
}
.module #content ul li ul li {
	background:none;
}
#content a:link {
	color:#000;
}
#content a:visited {
	color:#000;
}
#footer {
	padding:0.3em 0 0.5em 0;
	text-align:center;
}
