body {
	text-align: center;
	background-color: #7c9eCc;
	color: black;
	font-family: Helvetica,sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	line-height: normal;
	margin: 0px;
}

#centerwrapper {
	width: 990px;
	margin: 0 auto;  
	text-align: left;
}

#topborder {
	display: block;
	float: left;
	height:	20px;
	width: 990px;
	clear: left;
	background-image: url("../gfx/layout/shadow-top-complete.png");
}

#bottomborder {
	display: block;
	float: left;
	height:	20px;
	width: 990px;
	clear: left;
	background-image: url("../gfx/layout/shadow-bottom-complete.png");
}

#wrapper {
	display: block;
	float: left;
	width: 990px;
	background-image: url("../gfx/layout/shadow-left-right.png");
	background-repeat: repeat-y;
}

	div.spacer20 {
		display: block;
		float: left;
		width: 20px;
		height: 20px;
		clear: left;
	}
	#header-left {
		display: block;
		float: left;
		width: 20px;
		height: 20px;
		background-image: url("../gfx/layout/shadow-clt.png");
	}
	#header-right {
		display: block;
		float: left;
		width: 20px;
		height: 20px;
		background-image: url("../gfx/layout/shadow-crt.png");
	}

	#header {
		display: block;
		float: left;
		width: 950px;
		height: 180px;
		background-image: url("../gfx/bg_header.png");
		background-repeat: no-repeat;
	}
	
	#mid {
		display: block;
		float: left;
		width: 950px;
		background-color: transparent;
	}
	
		#leftcolumn {
			display: block;
			float: left;
			width: 220px;
			background-color: #1F497D;
		}
		
		#rightcolumn {
			display: block;
			float: left;
			width: 730px;
			background-color: white;
		}
	
	#footer-left {
		display: block;
		float: left;
		width: 20px;
		height: 50px;
		clear: left;
		background-image: url("../gfx/layout/shadow-clb.png");
		background-repeat: no-repeat;
		background-position: 0 30px;
	}
	#footer-right {
		display: block;
		float: left;
		width: 17px; /*IE6 fix, was 20 px*/
		height: 50px;
		background-image: url("../gfx/layout/shadow-crb.png");
		background-repeat: no-repeat;
		background-position: 0 30px;
	}
	
	#footer {
		display: block;
		float: left;
		width: 950px;
		height: 50px;
		background-color: white;
		background-image: url("../gfx/layout/bottomwaves2.png");
		background-repeat: no-repeat;
		background-position: bottom center;
	}
	
	#footer div {
		color:#333333;
		font-family:Verdana,Geneva,Arial,Helvetica,sans-serif;
		font-size: 10px;
		font-weight:normal;
		text-align: center;
		padding-top: 25px;
	}

	
/* Algemeen */
.center {
	text-align: center;
}

.red {
	color: red;
}

.blue {
	color: blue;
}



#rightcolumn > div {
	margin: 10px 10px 0 10px;
	display: block;
}

/* Text */
h1.title {
	margin: 0 0 15px 0;
	font-size: 20px;
	text-align: center;
	color: #2d3091;	
}

h2 {
	margin: 15px 0 5px 0;
	font-size: 16px;
	color: #2d3091;
}

.contentText {
	display: block;
	float: left;
	width: 700px;
	margin: 0 0 20px 0;
	text-align: left;
}

.contentText > span, .contentText > p, .contentText > div {
	display: block;
	padding: 4px 0 8px 0;
	line-height: 1.5em;
}

.contentText ul {
	list-style-type: disc;
	list-style-position: outside;
	padding-left: 20px;
	padding-right: 20px;
}

.contentText ul li {
	line-height: 1.5em;
}

a.link {
	text-decoration: none;
	color: black;
}

a.link:hover {
	color: red;
}
