/* GENERAL STYLES */

body 
	{
	font:0.7em/1.3em Arial, Helvetica, sans-serif;
	margin: 0 auto 0 auto;
	}
	
a, a:link, a:active, a:visited { 
	color: #b1b1b1; 
	background-color: #fff; 
	text-decoration: underline; 
	}


.clear { 
	clear: none; height: 0; 
	}

ul 	{ 
	margin: 0; padding: 0; text-indent: 0; list-style: none; 
	}
	
h1 	{
	font-weight: normal;
	font-size: 1.3em;
	margin: 10px 0 0 0;
	}
	
h2 { 
	font: bold 1em/1em Arial, Helvetica, sans-serif; 
	margin: 0; 
	}

p { 
	margin: 2px 0 10px 0; 
	}

img, a img { 
	border: none; 
	}
	
.skipnav, .back, #sidebar, #rightbar, .related, .note { 
	display: none; 
	}
	
	
/* SPECIFIC STYLES FLOAT BLOCKS */
.floatleft{
	font-size: 0.9em;
	text-align: left;
	float: left;
	clear:left;
	width:200px;
	}
.floatright {
	font-size: 0.9em;
	text-align: left;
	float: left;
	clear: left;
	width:200px;
	}
	
.floatright p.occupation { 
	margin: 0; 
	font-style: italic; 
	}
	
.floatright p strong { 
	margin-top: 10px; 
	display: block; 
	}
	
.floatright ul {
	margin: 10px 0 0 0;
	}

/* tel, fax, email */
.floatright dl {
	margin: 0 0 10px 0; 
	position: relative;
	display: inline;
	padding: 0; 
	float: left;
	}
.floatright dt {
	font-style: normal;
	color: #6e4600; 
	background-color: #fff; 
	float: left;
	clear: left;
	width: 20px;
	padding: 1px 0 0 0;
	}
.floatright dd {
	margin: 0 0 0 10px;
	padding: 1px 0 0 0;
	clear: right;
	}
.profile-content {
	position:absolute;
	top:0;
	left:290px;
	width:350px;
	text-align: justify;
	}
	
/* main text */
.profile { display: none;}

/* hide for ie */
.profile-print {
	width:600px;
	height: 850px;
	max-height: 830px;
	margin: 0 auto;
	text-align: justify;
	}
	
#logo {
	position: absolute;
	bottom: 50px;
	left: 10cm;
	}
