#member_page {
	text-align: left;
	line-height: 150%;
	width:800px;
	margin-left:10px;
}


#member_page .member_biography {
	margin-top: 0px;
	width: 800px;
}

/* internet explorer 6 hack, mogelijk met conditional statements doen */
* html #member_page .member_biography {
	width: 800px;
}

#member_page h1 {
	font-size: 18px;
	color: #102C63;
	margin-top: 6px;
	margin-bottom: 6px;
}

#member_page h2 {
	font-size: 18px;
	color: #001C3d;
	font-weight: normal;
}

#member_page h3 {
	font-size: 14px;
	color: #001C3d;
	font-weight: bold;
}

#member_page p {
	font-size: 13px;
}

#member_page li {
	font-size: 13px;
	padding: 0px;
	padding-left: 20px;
	margin-left: 0px;
	/*background-image: url("images/layout/list.jpg");*/
	background-repeat: no-repeat;
	background-position: left 0px;
}

#member_page .member_biography p {
	font-size: 13px;
}

img.member_photo {
	width:422px;
	height:250px;
	margin-top: 8px;
	margin-bottom: 8px;
	margin-right: 12px;
	float: left;
}

#member_page .spacer {
	height: 20px;
	display: block;
	overflow: hidden;
}

#member_page table {
	margin-right: 16px;
}



.tab a:active{
text-decoration:underline;
font-weight:bold;
}
