@charset "utf-8";
/* CSS Document */

body {
	margin: 0;
	padding: 0;
	color: #000;
	background-color: #FFFFFF;
	background-image: url(images/verloopbackground.jpg);
	background-repeat: repeat-x;
	font-size: 9pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.4;
}


ul, ol, dl { 
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6, p {
	margin-top: 20px;
	padding-right: 50px;
	padding-left: 15px;
}
a img { 
	border: none;
}

a:link {
	color: #42413C;
	text-decoration: underline; 
}
a:visited {
	color: #6E6C64;
	text-decoration: underline;
}
a:hover, a:active, a:focus { 
	text-decoration: none;
}
.container {
	width: 800px;
	background: #FFF;
	margin: 0 auto; 
}
.header {
	background-color: #B4B0B1;
}
.header2 {
	background-color: #FFFFFF;
	height: 20px;
	width: 800px;
}
.sidebar1 {
	float: left;
	width: 220px;
	padding-bottom: 10px;
	background-color: #FFFFFF;
	margin-top: 20px;
}
.content {
	width: 560px;
	float: left;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 0;
	margin-right: 10px;
	margin-top: 10px;
}
.content ul, .content ol { 
	padding: 0 15px 15px 40px; 
}
ul.nav {
	list-style: none; 
	margin-bottom: 15px; 
	border-top-width: 1px;
	border-top-style: none;
	border-top-color: #666;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
}
ul.nav li {
	border-bottom: 1px solid #666; 
}
ul.nav a, ul.nav a:visited { 
	padding: 5px 5px 5px 15px;
	display: block; 
	width: auto;  
	text-decoration: none;
	background: #FFFFF;
}
ul.nav a:hover, ul.nav a:active, ul.nav a:focus { 
	color: #900;
	background-color: #FFFFFF;
	text-transform: uppercase;
}

.footer {
	padding: 10px 0;
	position: relative;
	clear: both; 
	background-color: #FFFFFF;
	border-top-width: medium;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-top-color: #666;
	text-align: right;
}

.fltrt {  
	float: right;
	margin-left: 8px;
	height: 100px;
}
.fltlft { 	float: left;
	margin-right: 8px;
}
.clearfloat { 
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
