body {
	background-color: White;
	margin: 0px;
}

body, td, p, input, select, textarea {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

a {
	color: #F96610;
}

a:hover {
	color: #98330A;
}

/*a.menu {
	font-weight: bold;
	text-decoration: none;
}*/

a.more {
	font-weight: bold;
	font-size: 10px;
	text-decoration: none;
}

.copyright {
	font-size: 10px;
	color: #727272;
	text-align: center;
}

a.copyright {
	font-size: 10px;
	color: #727272;
	text-decoration:none;
}

td.slideshow_left {
	background-image: url(http://petra.alfahosting.be/~cheminne/images/header_left.gif);
	height: 144px;
	background-repeat: no-repeat;
	background-position: bottom left;
}

td.slideshow_right {
	background-image: url(http://petra.alfahosting.be/~cheminne/images/header_right.gif);
	height: 144px;
	background-repeat: no-repeat;
	background-position: right;
}

td.column_left {
	width: 214px;
	background-image: url(http://petra.alfahosting.be/~cheminne/images/column_left.png);
	background-repeat: no-repeat;
	background-position: right top;
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 20px;
}

td.column_right {
	width: 214px;
	background-image: url(http://petra.alfahosting.be/~cheminne/images/column_right.png);
	background-repeat: no-repeat;
	padding-left: 35px;
	padding-right: 25px;
	padding-top: 20px;
}

.newsheader {
	color: #98330A;
	font-weight: bold;
	font-size: 12px;
}

hr {
	color: #98330A;
	height: 1px;
}

h1 {
	color: #98330A;
	font-size: 14px;
}

td.brown {
	background-color: #98330A;
}

td.top_right {
	height: 144px;
	font-size: 10px;
	color: #727272;
	text-align: center;
	padding: 10px;
	padding-left: 0px;
	padding-right: 80px;
	padding-top: 35px;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
#### News Ticker ####
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.ticker-title {
	font-size: 12px;
	font-weight: bold; 
}
.ticker-content {
	font-size: 11px; 
	list-style-type: none; /*necessary to remove bullets*/
}
.ticker-link-div { /*ticker arrow*/
	text-align: left;
	color: #F96610;
}
.ticker-link {
	font-size: 11px;
	font-weight: normal; 
	text-decoration: underline;
}
/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.stunicholls.com/menu/skeleton_left.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
Modified by EDP Web Design for further customization.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */
ul.menu, li.menu {	margin: 0px;	padding: 0px;}
#nav, 
#nav ul {
	/*float:left; does not work without background - replace with box width*/
	list-style-type:none;
	margin: 0px; /*navigation boxes all levels - do not change*/
	padding: 0px 0px 0px 0px; /*navigation boxes all levels - do not change*/
	font-size: 100%; /* all levels*/
	width: 150px;
	font-family: Verdana, Arial, Helvetica, sans-serif; 	
	/*border-color:#cea #9b7 #8a6 #deb; /*navigation boxes all levels - top right bottom left*/ 
	/*border-width:0px 0px 0px 0px; /*navigation boxes all levels - top right bottom left*/
	position:relative; /*to fix IE bug*/
	background:transparent;  /*navigation box top level*/
	z-index:200;
	}
/*sublevels indent*/
#nav li ul {
	margin-top: 5px;
	}
/*top level links*/
#nav li a {
	display:block;
	background-image: url(http://petra.alfahosting.be/~cheminne/images/bullet.gif);
	background-repeat: no-repeat;
	background-position: left;	
	color:#F96610; /*top level font color*/
	font-weight: bold;
	margin-bottom: 5px;
	margin-left: 5px;
	padding: 2px 2px 2px 10px;/*top right bottom left - define text paddding/space for icon*/ 
	width: 150px;
	/*height:15px; */
	line-height:120%; 
	text-decoration:none; 
	/*white-space:nowrap;*/
	}
/*submenus format*/
#nav li li, #nav li li a{
	background:#FEEEB5;
	margin: 0;
	padding: 2px 2px 2px 2px;/*top right bottom left*/
	width: 146px; /*substract padding*/ 
	}	
/*sub levels borders*/
html>body #nav li ul{
	border-top: 1px solid #993300; /*sub levels box borders;*/
	width: 156;
	 margin: 0;
	}
#nav li ul{/*IE*/
	border-top: 1px solid #993300; /*sub levels box borders;*/
	width: 151;
	 margin: 0;
	}	
#nav li ul li{
	border: 1px solid #993300; /* sub levels link borders*/
	border-top: 0px;
	width: 150px; 
	margin: 0;
	}	
/* Current page Customisations*/
#nav li.menu-current a		{
	/*background: #000;*/ 
	color: #98330A; 
	border-bottom: 0px solid #000;
	font-weight: bold;
	} 
/*Bugs fixing and positioning+++++++++++++++++++++++++++++++++++++*/
/* a hack for IE5.x and IE6 */
* html #nav li {float:left;}	
#nav li:hover {position:relative; z-index:300;}
#nav ul {position:absolute; left:-9999px; top:-9999px;}
/* yet another hack for IE5.x and IE6 */
* html #nav, * html nav ul {width:1px;}
/* it could have been this simple if all browsers understood */
/* show next level */
#nav li:hover > ul {left:-15px; margin-left:100%; top:-1px;}
/* keep further levels hidden */
#nav li:hover > ul ul {position:absolute; left:-9999px; top:-9999px; width:auto;}
/* show path followed */
#nav li:hover > a {text-decoration: none; color:#7b5;}
/* but IE5.x and IE6 need this lot to style the flyouts and path followed */
/* show next level */
#nav li:hover ul,
#nav li:hover li:hover ul,
#nav li:hover li:hover li:hover ul,
#nav li:hover li:hover li:hover li:hover ul,
#nav li:hover li:hover li:hover li:hover li:hover ul
{left:-15px; margin-left:100%; top:-1px;}
/* keep further levels hidden */
#nav li:hover ul ul,
#nav li:hover li:hover ul ul,
#nav li:hover li:hover li:hover ul ul,
#nav li:hover li:hover li:hover li:hover ul ul
{position:absolute; left:-9999px; top:-9999px;}
/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* sub levels text - don't move*/
#nav li:hover li a,
#nav li:hover li:hover li a,
#nav li:hover li:hover li:hover li a,
#nav li:hover li:hover li:hover li:hover li a,
#nav li:hover li:hover li:hover li:hover li:hover li a {
	text-decoration: none; /* sublevels text decoration*/
	color:#98330A;
	}
/*top level hover text - don't move*/
#nav li:hover a {
	text-decoration:none;
	color:#98330A;
	}
/* sub levels hover text - don't move*/
#nav li:hover li:hover a,
#nav li:hover li:hover li:hover a,
#nav li:hover li:hover li:hover li:hover a,
#nav li:hover li:hover li:hover li:hover li:hover a,
#nav li:hover li:hover li:hover li:hover li:hover li:hover a {
	text-decoration:none; 
	color:#F96610;
	}


















































