@charset "UTF-8";

h1, h2, p {
margin:0;
padding:0;
}

body {
	font-family: helvetica, arial, sans-serif;
	background: #ffffff;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
}
#container {
	width: 848px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 20px auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	background: url('images/bkgnd.jpg'); 
}
#header {

position:relative;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 120px;
	z-index: 20;
	background-image: url(images/headerbg.png); 
	background-repeat: no;
	background-position:0 -6px;
	}
	
#logo4UID {
position:absolute;
  left: 20px;
  top: 30px;
  width: 253px;
  height: 63px;
  z-index: 2;
}

#pub {
	position:absolute;
	left: 478px;
	top: 10px;
	width: 124px;
	height: 36px;
	z-index: 2;
	
} 


a.pub {
background: url(images/proposdownbg.png) 0 0 no-repeat;
	width: 124px;
	height: 36px;
	display:block;

   }
a.pub:hover {
   background-position: -124px 0;
   }
a.pub:active {
   background-position: -124px 0;

   }

#pubback {
	position:absolute;
	left: -128px;
	top: -9px;
	width: 124px;
	height: 36px;
	z-index: 2;
} 

a.pubback {
background: url(images/proposbg.png) 0 0 no-repeat;
	width: 124px;
	height: 36px;
	display:block;

   }
a.pubback:hover {
   background-position: -124px 0;
   }
a.pubback:active {
   background-position: -124px 0;

   }



#headerabout {
position:relative;	
left: 605px;
	top: 20px;
	width: 221px;
	height: 93px;
	z-index: 2;
}
    

#pasfoto {
  width: 74px;
  height: 74px;
  z-index: 3;
}


#profiletext {
	float:left;
	width: 137px;
	height: 90px;
	padding: 10;
	margin: 10;
	z-index: 3;
	text-align: left;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
	position: absolute;
	top: 0px;
	left: 84px;
}

.titlebig {
 font-family: lucida fax, times, serif;
  text-decoration: none; 
   font-size:24px;
  color: #ffffff;
  font-weight:normal;
  padding: 0px;
  overflow:hidden;
  margin-left:20px;
  margin-top: 10px;
  }
  
.titlesmall {
 font-family: helvetica, arial, sans-serif;
 font-size:18px;
  text-decoration: none; 
  font-weight:normal;
  font-style:italic;
  padding: 0px;
  overflow:hidden;
  }

.titleup {
position:absolute;
top:10px;
width:100%;
}

.titledown {
position:absolute;
top:10px;
width:100%;
}


#footer {
position:relative;
top:-30px;
	padding: 0 0px; /* this padding matches the left alignment of the elements in the divs that appear above it. */

}
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	 font-family: Geneva, Arial, Helvetica, sans-serif;
  font-size: xx-small;
  color: #000000;
  text-align:center;
}




  a.aboutlink:link { color: #000000; text-decoration: underline;} 
 a.aboutlink:visited { color: #000000; text-decoration: underline;} 
 a.aboutlink:hover { color: #ffffff; text-decoration: none;  background-color:#555555} 
 a.aboutlink:active { color: #000000; text-decoration: underline; } 

 a.footer:link { color: #000000; text-decoration: underline; } 
 a.footer:visited { color: #000000; text-decoration: underline; }
 a.footer:hover { color: #ffffff; text-decoration: none;  background-color:#555555} 
 a.footer:active { color: #000000; text-decoration: underline; } 
 
  a.textlink:link { color: #000000; text-decoration: underline;} 
 a.textlink:visited { color: #000000; text-decoration: underline;} 
 a.textlink:hover { color: #ffffff; text-decoration: none;  background-color:#555555} 
 a.textlink:active { color: #000000; text-decoration: underline; } 
 
 p {
 padding: 0;
  margin: 0;  
   color: #ffffff;
  }
  


li.style1 {
font-weight: bold;
font-family: helvetica, arial, sans-serif;
  letter-spacing: -1px;
  text-decoration: none; 
  color: #555555;
  padding: 0px;
  overflow:hidden;
       font-size: 18px;
}

li.sousmenu  {
margin-left: 10px ;
font-weight: normal;
font-family: helvetica, arial, sans-serif;
  text-decoration: none; 
  color: #444444;
  padding: 0px;
  overflow:hidden;
       font-size: 14px;
}

li.normal  {
font-weight: normal;
font-family: helvetica, arial, sans-serif;
  text-decoration: none; 
  color: #444444;
  padding: 0px;
  overflow:hidden;
       font-size: 14px;
}

ul li {position:relative; list-style: none; }
ul ul { padding: 4px; margin: 0px; background-color: rgba(0, 0, 0, 0.5); position: absolute; top: 0; left: -240px; display:none}
