body { 
	margin: 0; 
	padding: 0; 
	background: #fff url(images/bg.gif) repeat-x; 
	font: normal .7em Tahoma, Verdana, Arial, Helvetica, Sans-Serif; 
	line-height: 1.6em; 
	color: #333; 
}

/* LINKS AND HEADINGS STYLING */

a { color: #546F92; background: inherit; }
a:hover { color: #808080; background: inherit; }
h1  { font: bold 2em "Trebuchet MS", Helvetica, Sans-Serif; margin: 0; color: #fff; background-color:transparent; }
h2  { font: bold 1.4em "Trebuchet MS", Helvetica, Sans-Serif; }
h3 { clear: both; font-size: 1.1em; color: #330000; background: #fff url(images/h3bg.gif) no-repeat center left; padding: 0 14px; margin: 0;}
.blue { color: #546F92; background: inherit; }
.image { float: left; border: 2px solid #e2e2e2; padding: 3px; margin: 0 15px 10px 0; }

/* CONTENT WRAPPER */

#main { 
	width: 930px; 
	margin: 1px auto 0 auto; 
}

/* TOP LEFT LOGO */

#logo { 
	float: left; 
	padding: 10px 0 10px 10px; 
}
	#logo h1 {
	color: #A3A31D;
	background: #fff;
	font-size: 10px;
}

/* TOP RIGHT HORIZONTAL MENU */
	
#menu { 
	float: right; 
	background:#ffffff; 
	color: #660000; 
	padding: 18px 1px 11px 0; 
	margin: 0; 
}
	#menu li { 
		padding: 14px 18px 14px 18px; 
		color: #444; 
		background: #fff url(images/bar.gif) no-repeat bottom left; 
		display: inline; 
	}
	#menu li.active { 
		background: #fff url(/images/baractive.gif) no-repeat bottom left; 
		color: #8D9CAF; 
		font-weight: bold; 
		padding: 14px 18px 14px 18px; 
		margin: 0 1px 0 0; 
	}
	#menu li a { 
		background: #f8f8f8; 
		color: #808080; 
		text-decoration: none; 
	} 	
	#menu li a:hover { 
		color: #000; 
		background: #f8f8f8; 
	} 	
	.key { text-decoration: underline; } /* ACCESKEY UNDERLINED LETTER */

/* LEFT INTRO SIDE */	

#intro_left {
	clear: left;
	float: left;
	width: 250px;
	background: #8D9CAF url(/images/leftintrobg.jpg) repeat-x;
	color: #FFFFFF;
	margin: 0 0 1px 0;
}
	#intro_left a { color: #fff; background: inherit; }
	#intro_left p { padding: 14px 15px; margin: 0; }

	/* LEFT VERTICAL MENU */
	
		
	#menu_left { 
		float: left;  
		margin: 0 0 6px 0; 
		padding: 0 0 1px 0; 
		border-bottom: 2px solid #e2e2e2; 
	}
		#menu_left li { list-style: none; }
		#menu_left li a { 
			display: block; 
			color: #3F5B7F; 
			background: #C2CEDE url(/images/arrow.gif) no-repeat center left; 
			width: 204px; 
			padding: 7px 23px 7px 23px; 
			margin: 0 0 1px 0; 
			font-weight: bold; 
			text-decoration: none; 
		}	
		#menu_left li a:hover { background: #9EB1C9 url(/images/arrow.gif) no-repeat center left; color: #fff;  }

/* RIGHT INTRO SIDE */
	
#intro_right {
	float: right;
	width: 350px;
	padding: 5px 280px 0 20px;
	color: #547592;
	margin: 0px 0 6px 0;
	height: 174px;
	border: 2px solid #e2e2e2;
	background-color: #FFFFFF;
	background-image: url(../images/monbrabant3.jpg);
	background-repeat: no-repeat;
	background-position: top center;
}
	#intro_right h1 { margin: 0 0 20px 0; }
	#intro_right .white { color: #FFF; background-color:transparent; }
	
/* LEFT SIDE */
	
#left {
	float: left;
	width: 250px;
}
	.box {
	padding: 4px 2px;
	border: 1px solid #ccc;
	margin: 0 0 10px 0;
	width: 244px;
	height: 295px;
	}
	.note {
		padding: 15px 15px 20px 100px;
		border: 1px solid #CFCB66;
		margin: 0 0 5px 0;
		background:url(/images/package.jpg) no-repeat;
		background-color:#821a0c;
		color: #ffffff;
	}
		.note2 {
		padding: 15px 15px 20px 20px;
		border: 1px solid #CFCB66;
		margin: 0 0 5px 0;
		background:url(/images/package0.jpg) no-repeat;
		background-color:#821a0c;
		color: #ffffff;
	}

/* RIGHT SIDE */

#right {
	float: right;
	width: 655px;
}
	.leftcol { 
		float: left; 
		padding: 12px 15px;
		width: 285px; 
		border:#ccc 1px solid;
		text-align: justify;
		margin: 0 0 10px 0;
	}
	.rightcol { 
		float: right; 
		padding: 10px 15px;
		width: 285px; 
		border:#ccc 1px solid;
		margin: 0 0 10px 0;
		}
		.rightcol2 { 
		float: right; 
		padding: 10px 15px;
		width: 120px; 
		border:#ccc 1px solid;
		margin: 0 0 10px 0;
		}
	.centercol {
	float: left;
	padding: 12px 8px;
	width: 468px;
	border:#ccc 1px solid;
	text-align: justify;
	margin: 0 0 10px 0;
	font: normal .7em Tahoma, Verdana, Arial, Helvetica, Sans-Serif; 
	line-height: 1.6em; 
	color: #333; 
	
	
	}
	.special {
	clear: both;
	margin:10px 0 20px 0;
	padding: 5px 20px;
	border: 1px solid #ccc;
	background-image:url(/images/gris.jpg);
	background-repeat:no-repeat;
	color: #444;
	height: 120px;
	background-color: #C8E0F8;
	}
	
	
	.suite {
	float: left;
	color: #ffffff;
	text-decoration: overline;
	width: auto;
	border-left: 5px solid #c8ee04;
		}
	 .suite a:hover
{
	border-left:5px solid #c8ee04;
	color: #FF0000;
	width:auto;
	
		
	}


/* footer
   ------ */

.footer {
	clear: both;
	text-align: center;
	line-height: 1.8em;
	color: #808080;
	background: #FFF;
	padding: 10px 0 10px 0;
	border-top: 1px solid #eee;
	background-image: url(../images/dot.gif);
	background-repeat: repeat-x;
	height: 45px;
}

.footer a {
	color: #9EC068;
	background: #fff;
}
#pub {
	width: 120px;
	float: left;
	padding: 0 10px auto 0px;
	height: auto;
	font-family:Arial, Helvetica, sans-serif;
	 color:#000000;
}



.left_footer {
	clear: both;
	text-align: left;
	line-height: 1.8em;
	color: #808080;
	background: #FFF;
	padding: 10px 0 10px 0;
	width:400px;
	float:left;
	border-right: 1px solid #eee;
	margin-top: 5px;
}
.right_footer {
	clear: both;
	text-align: left;
	line-height: 1.8em;
	color: #808080;
	background: #FFF;
	padding: 10px 0 10px 0;
	width:200px;
	float:right;
	border-left: 1px solid #eee;
	margin-top: 5px;
}


.tables {
	width:auto;
	margin:auto;
	border-color: #FFF4E8;
	background-color: #FFFFFF;
}
thead, tfoot {
background-color:#D0E3FA;

}
tbody {
background-color:#000000;
}
th {
font-family: Arial, Helvetica, sans-serif;
text-align:left;
border:1px dotted #eee;
padding:5px;
background-color:#000000;
width:25%;
}
td {
font-family:sans-serif;
font-size:90%;
color:#FFFFFF;
padding:5px;
text-align:left;
}
