 /** Body **/	
 
 body { 
        margin:0;
		padding:0;
		font-family: Verdana, Arial, Helvetica, sans-serif; 
		font-size: 12px; 
		line-height: 17px; 
		color:#141414; 
		text-align: left; 
		background-image:url('../img/BackgroundBody.png');  
	}
		
html {
    overflow-y: scroll; 
}	
		
	#background{
	     background-image:url('../img/TopBanner.gif');  
		 background-repeat:no-repeat;
		 background-position:top center;
	}
   	
	#page{
	   width:968px;
	   margin:0 auto;
	   padding: 0 0px;
	}
	
	#page a{
		   color:#0D94FC;
		}
	 
		#page a:hover{
		   color:#000000;
		}
	
	#page .header{
		 padding: 153px 0 0 0;
	}
	
	#page .header .footer{
	     background-image:url('../img/BackgroundBottom2.png');  
		 background-repeat:no-repeat;
		 background-position:bottom center;
		 padding: 0 0 68px 0;
	}
	
	#page .header .footer .body{
	      background-image:url('../img/BackgroundPage.png');  
		  width:968px;
		  overflow:hidden; 
	}
	
/** Sidebar **/	

	#page .header .footer .body #sidebar{
		   width:210px;
		   float:right;
		}
		
	#page .header .footer .body #sidebar img#logo{
	  border:0;
	  margin:20px 0 20px 20px;
	}	
		
/** Navigatie **/
	 
	#page .header .footer .body #sidebar ul.navigation{
	  margin:0 0 10px 0px;
	  padding:10px 0 0 0;
	  list-style-type:none; 
	  position:relative;
	  width:200px;
	  z-index:9990;
     }
		
	#page .header .footer .body #sidebar ul.navigation li{
	  width:200px;
	  height:32px;
      position:relative;
	  line-height:40px;
	  background-image:url('../img/MenuSeparator.png');  
	  background-repeat:no-repeat;
	  background-position:0 30px;
	  }
	
	 #page .header .footer .body #sidebar ul.navigation li.last{
	   background-image:none;
	  }  
	  
	  #page .header .footer .body #sidebar ul.navigation li a{
	   width:214px;
	   height:40px;
	   height:40px;
       display:block;
	   position:absolute;
	   left:0;
	   top:-5px;
	   text-align:center;
	   padding-right:10px;
	   color:#999999;
	   text-decoration:none;
	 }
	 
       #page .header .footer .body #sidebar ul.navigation li a:hover{
	   width:214px;
	   height:40px;
	   height:40px;
       display:block;
	   position:absolute;
	   left:0;
	   top:-5px;
	   text-align:center;
	   padding-right:10px;
	   color:#000000;
	   text-decoration:none;
	 }
		 
	  #page .header .footer .body #sidebar .connect{
	  	 font-family:Helvetica;
		 font-size:10px;
	  }
	  
	  #page .header .footer .body #sidebar .connect a{
	  	 font-family:Helvetica;
		 font-size:10px;
		 color:#737373;
	  }
	  
/** Content **/	
		
		#page .header .footer .body #content{
		  width:730px;
		  float:left;
		  padding-bottom:8px;
		  padding-top:10px;
		  padding-left:18px;
		  overflow:hidden;
		}
		
		#page .header .footer .body #content .content img{
          border:0;
		}		
		
		h1 {
         color:#0D94FC;
		 font-family:Georgia;
		}	

  		#page .header .footer .body #content .content ul li{
		    list-style-type:none; 
			padding-right:10px;
		}
		
		#page .header .footer .body #content .content ul li span{
		    display:block;
			font-style:Italic;
		}
		
		#page .header .footer .body #content .content ul li  a{
		     text-decoration:none;
		}
		
		#page .header .footer .body #content .content ul li  a:hover{
		     color:#cccccc;
		}
		
		#page .header .footer .body #content .content ul li  a span{
		    display:block;
			color:#ffffff;
			margin-top:20px;
			font-style:Italic;
		}
		
		#page .header .footer .body #content .content ul li h2 a{
		   font-family:Helvetica;
		   font-size:14px;
		   color:#ffffff;
		   text-decoration:none;
		   font-weight:bold;
		}
		#page .header .footer .body #content .content ul li p{
		   font-family:Helvetica;
		   font-size:14px;
		   color:#ffffff;
		}
		#page .header .footer .body #content .content ul li p a{
		   font-family:Helvetica;
		   font-size:14px;
		   color:#ffffff;
		   text-decoration:underline;
		}
		#page .header .footer .body #content .content ul li p a:hover{
		   font-family:Helvetica;
		   font-size:14px;
		   color:#cccccc;
		}
		
