@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #ffffff;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.oneColElsCtr #container {
	width: 800px;
	background: #ffffff;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: center; /* this overrides the text-align: center on the body element. */
}
.oneColElsCtr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}

td {
	height: 151px;
	background-color: #00116b;
}

#menutd {
	height: 30px;
	background-color:#990000;
	padding-left: 24px;
	}
	
#menubottomtd {
	height: 6px;
	background-color:#ffffff;
	font-size: 6px;
	}
	
#widepicturetd {
	height: 151px;
	background-image: url(wideview.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	}
	
#logotop {

	background-image: url(logotop.jpg);
	background-repeat: no-repeat;
	}
	
#box1 {
	background-color: #00116B;
		background-image: url(box6.jpg);
	background-repeat: repeat;
	width: 151px;
	}	
	
#box2 {
	background-color: #282977;
				background-image: url(box2.jpg);
	background-repeat: repeat;
		width: 151px;
	}		
	
#box3 {
	background-color: #282977;
			background-image: url(box3.jpg);
	background-repeat: repeat;
		width: 151px;
	}
	
#box4 {
	background-color: #282977;
	background-image: url(box4.jpg);
	background-repeat: repeat;
		width: 151px;
	}
	
#box5 {
	background-color: #282977;
		background-image: url(box5.jpg);
	background-repeat: repeat;
		width: 151px;
	}	
	
#box6 {
	background-color: #282977;
			background-image: url(box1.jpg);
	background-repeat: repeat;
		width: 151px;

	}
	
#box7 {
	background-color: #282977;
				background-image: url(box7.jpg);
	background-repeat: repeat;
		width: 151px;
	}
	
#box8 {
	background-color: #282977;
		background-image: url(box8.jpg);
	background-repeat: repeat;
		width: 151px;
	}		
	
#box9 {
	background-color: #282977;
		width: 151px;
	}
	
#box10 {
	background-color: #282977;
	background-image: url(box10.jpg);
	background-repeat: repeat;
		width: 151px;
	}			
	
#footer {
	height: 115px;
	background-color:#FFFFFF;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	font-size: 12px;
	text-align: left;
	}
	
#footer2 {
	background-color:#FFFFFF;
	height: 6px;
	font-size: 9px;
	color: #333333;
	text-align: left;
}	

/* Son of Suckerfish Dropdowns By Patrick Griffiths and Dan Webb.*/
#QS_menulist, #QS_menulist ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}
#QS_menulist li a {
	display: block;
	padding-left: 5px;
	padding-right: 14px;
	padding-bottom: 5px;
		padding-top: 5px;
	COLOR: #ffffff;
	font-weight: bold;
	text-decoration: none;
}
#QS_menulist li a:hover
{
	COLOR: #dddddd;
	border: 0px solid #AB9696;
	text-decoration: underline;
}
#QS_menulist a.subcontainer {
background-image: url(../fixedImages/pijltjeoverdown.gif);
background-repeat: no-repeat;
background-position: right center;
padding-right: 18px;
}
#QS_menulist a.subcontainer:hover {
background-image: url(../fixedImages/pijltjeoverdown.gif);
background-repeat: no-repeat;
background-position: right center;
padding-right: 18px;
}
#QS_menulist li { /* all list items */
float: left;
text-align: left;
z-index: 1;
}
#QS_menulist li ul { /* second-level lists */
position: absolute;	
width: 1em;
left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
z-index: 2;
}
#QS_menulist li ul  a.subcontainer {
background-image: url(/fixedImages/pijltje.gif);
background-repeat: no-repeat;
background-position: right center;
padding-right: 18px;
}#QS_menulist li ul  a.subcontainer:hover {
background-image: url(/fixedImages/pijltjeover.gif);
background-repeat: no-repeat;
background-position: right center;
padding-right: 18px;
}
#QS_menulist li ul li{ /* second-level lists */
	width: 170px;
	background-color: #FFFFFF;
	padding-right: 8px;
	padding-bottom: 4px;
	padding-top: 4px;

}
#QS_menulist li ul li a{ /* set width IE 6 - lc */
	width: 170px;
	color: #003366;
}

#QS_menulist li ul li a:hover
{
	COLOR: #000000;
	border: 0px solid #AB9696;
	text-decoration: underline;
}
#QS_menulist li ul ul { /* third-and-above-level lists */
left: -999em;
margin-top: -27px;
margin-right: 0;
margin-bottom: 0;
margin-left: 170px;
}
#QS_menulist li:hover ul ul, #QS_menulist li:hover ul ul ul,#QS_menulist li:hover ul ul ul ul, #QS_menulist li.sfhover ul ul, #QS_menulist li.sfhover ul ul ul, #QS_menulist li.sfhover ul ul ul ul {
left: -999em;
}
#QS_menulist li:hover ul, #QS_menulist li li:hover ul, #QS_menulist li li li:hover ul, #QS_menulist li li li li:hover ul, #QS_menulist li.sfhover ul, #QS_menulist li li.sfhover ul, #QS_menulist li li li.sfhover ul, #QS_menulist li li li li.sfhover ul { /* lists nested under hovered list items */
left: auto;
}

#QS_menulist li:hover, #QS_menulist li.hover {
    position: static;
}


#QS_menulist li:hover {background-position: 0 0;}


#maintd {
	background-color:#00116b;
	font-size: 12px;
	color:#FFFFFF;
	text-align: left;
	vertical-align: top;
	padding-left: 60px;
	padding-top: 24px;
	padding-right: 60px;
	padding-bottom: 24px;
}
.oneColElsCtr #container #mainContent #maintd a {
	color: #d1aa1f;
	text-decoration: underline;
}

#maintd td {
	margin: 1px;
	padding: 1px;
	height: auto;
}