/* Copyright 2006 Refunk <http://www.refunk.com/> All rights reserved. */

body{
	margin:0;
	padding:0;
	text-align:center;
	font-family: "Arial";
	font-size: 12px;
	background-color: #FFF;
	color: #000099;
}

p{
	color: #777777;
	margin: 0px;
	padding: 0px;	
}

h1{
	float: left;
	font-size: 20px;
	color: #FF6600;
	font-weight: normal;
	margin-top: 40px;
	margin-left: 65px;
}

h4{
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 2px;
	color: #000099;
}

a{
	color: #000099;
	text-decoration: underline;
}

a:hover{
	color: #ff6600;
	text-decoration: underline;
}

#content{
	margin:0px auto;
	width:750px;
	text-align:left;
}

#alternative-content{
	margin:0px;
	width:  720px;
}

#logo{
	margin-top: 8px;
	margin-left: 0px;
	width: 55px;
	height: 64px;
	background-image: url("rabobanklogo.gif");
	background-repeat: no-repeat;
}

#inset{
	margin-top: 15px;
	background-color: #DDD;
	width: 720px;
	height: 320px;
	background-image: url("press_conference.jpg");
	background-repeat: no-repeat;

}

#footer{
	margin-bottom:20px;
}

#links{
	float:right;
	margin-top: 25px;
	margin-right: 20px;
	line-height: 22px;
	width: 260px;
}

.plugin{
	color: #777777;
}

#explanation{
	margin-top: 30px;
	margin-left: 20px;
	width: 320px;
}
#qa{
	display: none;
	margin-top: 30px;
	margin-left: 20px;
	width: 320px;
}

.answer{
	font-size: 12px;
	color: #777777;
	padding-bottom:15px;
}