body{
	background-color: #FFFFFF;
	background-image:url('images/background.jpg');
	background-position: center;
	background-repeat: repeat-y;
	
	font-family:Times;
	*font-family:Times New Roman;
	font-size:14px;
	color:#2E231A;
}
table, tr, td{
	vertical-align:top;
}

a:link,a:active,a:visited{
	color:#2E231A;
	text-decoration:underline;
}
a:hover{
	text-decoration:none;
}

p{
	margin:0px;
	padding:0px
}
p a:link,p a:active,p a:visited{
	color:#2E231A;
	font-weight:bold;
	text-decoration:none;
}
p a:hover{
	font-weight:bold;
	text-decoration:none;
}
hr{
	border:0px;
	border-top:1px solid #2E231A;
	height:1px;
	margin-top:10px;
	margin-bottom:10px;
	margin-left:0px;
	margin-right:0px;
}
	
hr.noMargin{
	margin:0px 0px 3px 0px;
}

hr.double{
	border:0px;
	border-top:1px solid #2E231A;
	border-bottom:1px solid #2E231A;
	height:5px;
	margin:0px;
}

hr.narrow{
	border:0px;
	border-top:1px solid #2E231A;
	height:1px;
	margin:10px auto;
	width:100px;
}

h1, h2,h3,h4,h5,h6{
	margin:0px;
	text-transform:uppercase;
}
h3{
	margin-bottom:3px;
	}
#left h2{
margin:10px 0px 5px 0px;	
}
#shadowTopLeft{
	background-image:url('images/shadowTopLeft.png');
	font-size:1px;
	width:16px;
}
#main{
	margin:0px auto;
	}
#shadowTop{
	background-image:url('images/shadowTop.png');
	background-repeat: repeat-x;
	width:900px;
	font-size:1px;
}

#shadowTopRight{
	background-image:url('images/shadowTopRight.png');
	width:16px;
}

#shadowLeft{
	background-image:url('images/shadowLeft.png');
	background-repeat: repeat-y;
}

#shadowRight{
	background-image:url('images/shadowRight.png');
	background-repeat: repeat-y;
}
  
#shadowBottomLeft{
	background-image:url('images/shadowBottomLeft.png');
	width:16px;
}

#shadowBottom{
	background-image:url('images/shadowBottom.png');
	background-repeat: repeat-x;
	width:900px;
}

#shadowBottomRight{
	background-image:url('images/shadowBottomRight.png');
	width:16px;
}

#paper{
	background-image:url('images/paperBackground.jpg');
	background-position: center;
	background-repeat: repeat-y;
	padding-left:20px;
	padding-right:20px;
	padding-top:25px;
	padding-bottom:10px; 
}

#header{
	height:75px;
}

#header #left, #header #right{
	width:190px;
	height:75px;
	float:left;
}

#header #right{
	float:right;
	text-align:right;
}
#header #right a{
	background:url(images/computer_icon.png) no-repeat bottom left;
	padding-left:18px;
}

#header #middle{
	width:460px;
	height:75px;
	float:left;
	text-align:center;
}

#subHeader{
	text-align:center;
	background-image:url('images/subHeaderBackground.png');
	background-repeat: repeat-x;
	height:22px;
	padding-top:5px;
	margin-bottom:7px;
}
#subHeader #left, #subHeader #right{
	width:190px;
	height:22px;
	float:left;
}

#subHeader #middle{
	width:460px;
	height:22px;
	float:left;
	text-align:center;
}
#mainContent p{
	text-align:justify;
	margin:0px;
	padding:0px;
}

#mainContent #left{
	width:188px;
	border-right:1px solid #2E231A;
	padding-right:10px;
}

#mainContent #right{
	width:188px;
	border-left:1px solid #2E231A;
	padding-left:10px;
}
#mainContent #right p, #mainContent #right hr, #mainContent #left p, #mainContent #left hr{
	width:188px;
	}
#mainContent #middle{
	padding:0px;
	width:446px;
}

#mainArticle{
	border:2px solid #2E231A;
	width:420px;
	margin-left:3px;
	margin-right:3px;
	padding:5px 15px;
	margin-bottom:10px;
}
#mainArticle h2{
	margin:8px 0px;
	}
#middleLeftColumn{
	width:203px;
	padding-left:9px;
	padding-right:10px;
	border-right:1px solid #2E231A;
	text-align:justify;
	margin-top:-20px;
}

#middleRightColumn{
	width:203px;
	padding-left:10px;
	padding-right:10px;
	text-align:justify;
	margin-top:-20px;
}
#middleLeftColumn img, #middleRightColumn img{
	margin-bottom:10px;
	}

#footer{
	text-align:center;
	font-size:12px;
	margin-top:10px;
}

#note{
	width:166px;
	height:44px;
}
#cases{
padding-bottom:3px;	
}
#cases a{
	text-decoration:none;
	cursor:pointer;
	width:181px;
	color:#2E231A;
	padding:0px 7px 0px 0px;
	display:block;
	margin:0px;
	background:url(images/cases_pijl.png) no-repeat bottom right;
}
#cases span{
	float:left;
	}
#cases .dotfill{
	background:url(images/dotfill.png) repeat-x bottom;
	}
#cases a:hover{
	background-color:#B3B0AB;
	color:#FFFFFF;
}

div.overlay {
	width:510px;
	/* initially overlay is hidden */
	display:none;
	
}

#overlay { 
    color:#2E231A; 
	background-image:url('images/overlayBG.png');
	background-position: center;
	background-repeat: repeat-y;
	
	border:1px solid #2E231A;
}
#overlay a.closeOverlay {
	display:block;
	margin:10px 10px 0px 0px;
	height:18px;
	background:url(images/closeOverlay.png) no-repeat center right;
	cursor:pointer;
	}
div.contentWrap { 
	width:470px;
	padding:10px 20px;
    overflow-y:auto;
    overflow-x:hidden;
}
.contentWrap img{
	width:470px;
	}
.contentWrap h2{
	width:450px;
	margin-top:-10px;
	}
.contentWrap p{
	padding:15px 0px;
	border-bottom:1px solid black;
	text-align:justify;
	}
#overlay #columnContent, #mainArticleColumns{
	margin-left:-10px;
	margin-right:-20px;
	margin-top:0px;
}
#mainContent #right img{
	margin:0px 0px 10px 0px;
	width:188px;
	}
#routefilm, #routefilm embed, #routefilm alt{
	width:188px;
	padding:0px;
	margin:0px;
	overflow:auto;
}
/** COLUMNIZE */

.printContainer {
	display: none;
}

.screenContainer div {
	float: left;
	width: 100px;	/* When using a fixed number of columns, you can omit the width. Otherwise it must be set! This will be the *minimum* width of a column*/
	padding: 0px 5px;	/* You may use a padding... but thanks to IE you can only use pixels! */
	padding-bottom:0px;
	position: relative;
	text-align: justify;
	margin: 0; 		/* Don't use a margin! */
}
.screenContainer div{
	width:20px;
}