/* CSS Document */
body{
	background-color: #FFF;
	/*scrollbar-face-color: #a9bdd4;
	scrollbar-highlight-color: #003568; 
	scrollbar-shadow-color: #003568; 
	scrollbar-3dlight-color: #003568; 
	scrollbar-arrow-color: #003568; 
	scrollbar-track-color: #003568; 
	scrollbar-darkshadow-color: #003568;*/
	font-weight: normal; 
	font-size: 12px; 
	color: #006766; 
	font-family: Arial, Helvetica, sans-serif;
	margin:0; 
}

table {
	padding:0;
	margin:0;
	border:none;
}

a {
	font-weight: lighter; 
	font-size:12px; 
	color: #006766; 
	font-family: Arial, Helvetica, sans-serif;
	/*text-decoration: underline*/
}

a:hover {
	font-weight: lighter; 
	font-size: 12px; 
	color: #006766; 
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: underline;
}

h1 {
	font-weight:lighter;
	font-size:18px;
	line-height:22px;
	
}

h2 {
	font-weight:lighter;
	font-size:16px;
	color:#008B8A;
	
}

/* Index */
a.index:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color:#006766;
	/*text-decoration: underline;*/
}
a.index:link {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 10px;
	color:#006766;
	text-decoration: underline;
}
a.index:visited {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 10px;
	color:#006766;
	text-decoration: underline;
}
a.index:hover {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 10px;
	color:#006766;
	text-decoration: underline;
}

/* Navigation Bar */
.sep {
	width: 23px;
	color: #FFF;
	text-align: center;
}

a.topnav:link {
	color: #FFF;
	text-decoration: none;
	font-size: 11px;

}

a.topnav:active {
	color: #FFF;
	text-decoration: none;
	font-size:11px;
}

a.topnav:visited {
	color: #FFF;
	text-decoration: none;
	font-size: 11px;
}

a.topnav:hover {
	color: #E6F4F4;
	text-decoration: underline;
	font-size: 11px;
	margin-top: 20px;
	text-align: left;
}

a.selected:link {
	color: #FFF;
	text-decoration: underline;
	font-size: 11px;
	font-weight:bold;
	}

a.selected:active {
	color: #FFF;
	text-decoration: underline;
	font-size:11px;
	font-weight:bold;
}

a.selected:visited {
	color: #FFF;
	text-decoration: underline;
	font-size: 11px;
	font-weight:bold;
}

a.selected:hover {
	color: #FFF;
	text-decoration: underline;
	font-size: 11px;
	margin-top: 20px;
	text-align: left;
	font-weight:bold;
}

.nav {
	text-align: center;
}

/*.topnavbg_en {
	background-image:  url(media/topnavbg_en.jpg);
	background-repeat: no-repeat;
}

.topnavbg_fr {
	background-image:  url(media/topnavbg_fr.jpg);
	background-repeat: no-repeat;
}

.topnavbg_nl {
	background-image:  url(media/topnavbg_nl.jpg);
	background-repeat: no-repeat;
}*/

/*Content*/
.leftnav {
	color: #008B8A; 
	font-size: 10pt; 
	font-family:Arial, Helvetica, sans-serif;
	line-height:15pt;
	font-weight: lighter;
	text-decoration:none;
}
.leftnav:hover {
	color: #006766; 
	text-decoration: underline; 
	font-size: 10pt; 
	font-family:Arial, Helvetica, sans-serif; 
	line-height:15pt;
	font-weight: lighter;
}
.leftnav:active {
	color: #008B8A; 
	font-size: 10pt; 
	font-family: Arial, Helvetica, sans-serif; 
	line-height:15pt;
	font-weight: lighter;
}

p {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:10pt;
	color:#006766;
	margin-left:40;
	line-height:16px;
}

.titles {
	/*color: #006766;
	font-weight: bold;
	font-size: 16px;*/
	font-weight:normal;
	font-size:18px;
	color:#006766;
	font-family:Arial, Helvetica, sans-serif;
}

.extra {
	font-family:Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size:12px;
	color:#006766;
	line-height:16px;
	font-style:italic;
}

/*Sitemap*/
ul.sitemap {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:10px;
	line-height:16px;
	list-style-image:url("media/bullet.gif");
}

li.sitemap {
	list-style-image:url("media/bullet2.gif");
	margin-left: -20px;
}

a.sitemap:link {
	color:#006766;
	text-decoration:none;
	}
a.sitemap:visited{
	color:#006766;
	text-decoration:none;
	}
a.sitemap:hover {
	color:#006766;
	text-decoration:underline;
	}

/*Footer*/
a.footer:active {
	font-size: 10px;
	text-decoration: none;
}
a.footer:link {
	font-size: 10px;
	text-decoration: none;
}
a.footer:visited {
	font-size: 10px;
	text-decoration: none;
}
a.footer:hover {
	font-size: 10px;
	text-decoration:underline;
}

/*ID's*/

#lang_box {
	padding:15px 20px;
}

/*Advocats toggle div*/

.hidden { 
	display: none;
	}

.unhidden { 
	display: block;
	width:650px;
	padding-left:18px;
	}

a.advocats:active {
	text-decoration: none;
}
a.advocats:link {
	text-decoration: none;
}
a.advocats:visited {
	text-decoration: none;
}
a.advocats:hover {
	text-decoration:underline;
}