 body, html{
	margin: 0;
	height: 100%;
 }

 #top_logo {
	float: left;
 }
 
 #top_menu {
	height: 3em;
	background-color: #6495ED;
	margin-left: 280px;
	width: 700px;
 }
 
 #top_menu p{
 	margin-top: 1em;
 }
 
 #top_menu a:link {
 	font-size: 90%;
 	font-family: arial;
 	color: FFFFF0;
 	text-decoration: none; 
 	margin-left: 1em;
 }
 
 #top_menu a:visited {
 	font-size: 90%;
 	font-family: arial;
 	color: FFFFF0;
 	text-decoration: none; 
 	margin-left: 1em;
 }
 #top_menu a:hover {
	color: #FFCC00;
	font-size: 90%;
 	font-family: arial;
 	margin-left: 1em;
 }
 #top_menu a:active {
  	color: #FFCC00;
  	font-size: 90%;
 	font-family: arial;
 	margin-left: 1em;
 }
 
 #footer {
 	clear:both;
 	background-color: #6495ED;
	height: 4em;
	width: 100%;
 }
 
  
 #footer_menu {
	height: 4em;
	background-color: #6495ED;
	margin-left: 280px;
	width: 700px;
 }


 #center_page_left {
 	width: 280px;
 	background: #6495ED;
 }

 #center_page {
 	clear: right;
 	background-color: #2C72E6;
 	text: #000000;
	margin-top: 3em;
	margin-left: 330px;
	padding:0; 
	border:0;
	min-width: 350px;
 }
 
 #center_float_left {
	float: left;
 }
 
 
  #center_float_right {
	float: right;
	width: 100%;
	background-image: url('../images/left_spacer.gif');
	background-size: 100%;
	background-repeat: repeat-y;
  }
 
 body.center_page_body {
 	width: 100%;
 	text-align: left; /*voor IE */
	background-color: #2C72E6;
	background-image: url('../images/left_spacer.gif');
	background-size: 100%;
	background-repeat: repeat-y;
	margin: 0;
 }
 
 #footer_menu p{
 	font-size: 90%;
	font-family: tahoma;
	color: #E6E6FA;  
	text-align: left;
	margin: 1em;
 }
 
 #footer_menu span{
 	margin-left: 0em;
 	margin-right: 2em;
 }

 #footer_menu a:link {
 	font-size: 90%;
 	font-family: arial;
 	color: FFFFF0;
 	text-decoration: underline; 
 	margin-left: 1em;
 }
 
 #footer_menu a:visited {
	color: #FFFFF0;
	font-size: 90%;
 	font-family: arial;
 	margin-left: 1em;
 }
 #footer_menu a:hover {
	color: #FFCC00;
	font-size: 90%;
 	font-family: arial;
 	margin-left: 1em;
 }
 #footer_menu a:active {
  	color: #FFCC00;
  	font-size: 90%;
 	font-family: arial;
 	margin-left: 1em;
 }

 #center_page strong {
	font-style: bold;
	font-size: 85%;
   	font-family: tahoma;
   	color: #E6E6FA
 }
 
 #center_page p{
	font-size: 90%;
	font-family: tahoma;
	color: #E6E6FA;
	margin-top: 0em;
	margin-left: 2em;
 }
 
  #center_page p.p_full_width{
	font-size: 90%;
	font-family: tahoma;
	color: #E6E6FA;
	margin-top: 0em;
	margin-left: 2em;
	width: 70%;
	max-width: 70%;	
	min-width: 400px;
 }
 
  #center_page li{
	font-size: 90%;
	font-family: tahoma;
	color: #E6E6FA;
 }
 
 #center_page td{
	font-size: 90%;
	font-family: tahoma;
	color: #E6E6FA;
 }
 
  #center_page h1{
	font-size: 140%;
	font-family: tahoma;
	color: #E6E6FA 
 }
 
  #center_page h2{
	font-size: 120%;
	font-family: tahoma;
	font-style: bold;
	color: #E6E6FA;
 }
 
  #center_page h3{
	font-size: 100%;
	font-family: tahoma;
	color: #E6E6FA; 
	margin-top: 1em;
	margin-bottom: 0em;
	margin-left: 1em;
 }

 a:link {
	font-family: arial;
	text-decoration: none; 
	color: #FFFFF0
 }
 a:visited {
 		font-family: arial;
	text-decoration: none; 
	color: #FFFFF0
 }
 a:hover {
 	font-family: arial;
	color: #FFCC00
 }
 a:active {
 	font-family: arial;
  	color: #FFCC00
 }

