/* Syntax to hide css from IE-Mac \*/
/* End hide from IE-mac */

body	{
	font: 11px Verdana, sans-serif;
	color: #000000;
	text-decoration: none;
	text-align: center;
	background: #CCCCCC;
	margin-top: 10px;
	padding: 0px;
	}

/* this is our goldfish bowl */

#container {
	position: relative;
	width: 740px;
	margin: auto;
	background-image:   url("/images/pageBody.gif");
	background-repeat: repeat-y;
	}

/* the page header */

#pageHeader {
	position: relative;
	width: 740px;
	height: 148px;
	}

#headerImageLeft {
	position: absolute;
	top: 0;
	left: 0;
	width: 197px;
	height: 148px;
	background-image:   url("/images/headerImage.gif");
	}

#headerImageRight {
	position: absolute;
	top: 0;
	left: 197px;
	width: 543px;
	height: 148px;
	background-image:   url("/images/headerRight.gif");
	}

#pageBody {
	position: relative;
	width: 740px;
	}

/* format the menu */

#theMenu {
	position: relative;
	width: 197px;
	float: left;
	background:   url("/images/menu_bg.jpg") left top no-repeat;
	margin: 0px;
	padding: 0px;
	}

#menuHeader {
	position: relative;
	width: 197px;
	height: 36px;
	background-image:   url("/images/menuHeader.gif");
	padding: 0px;
	margin: 0px 0px 10px 0px;
	}

/* Hide from IE */
head:first-child+body .menuItem1 {
	text-align: left;
	verical-align: middle;
	height: 26px;
	width: 196px;
	background:   url("/images/default/bullet1.gif") left top no-repeat;
	padding: 6px 0px 4px 35px;
	margin: -10px 0px 0px 0px;
	}
.menuItem1 {
	text-align: left;
	verical-align: middle;
	height: 26px;
	width: 196px;
	background:   url("/images/default/bullet1.gif") left top no-repeat;
	padding: 6px 0px 4px 35px;
	margin: 0px 0px 0px 0px;
	}

/* Hide from IE */
head:first-child+body .menuItem2 {
	text-align: left;
	height: 26px;
	width: 196px;
	background:   url("/images/default/bullet2.gif") left top no-repeat;
	padding: 6px 0px 4px 55px;
	margin: -10px 0px 0px 0px;
	}
.menuItem2 {
	text-align: left;
	height: 26px;
	width: 196px;
	background:   url("/images/default/bullet2.gif") left top no-repeat;
	padding: 6px 0px 4px 55px;
	margin: 0px 0px 0px 0px;
	}

/* Hide from IE */
head:first-child+body .menuItem3 {
	text-align: left;
	height: 26px;
	width: 196px;
	background:   url("/images/default/bullet3.gif") left top no-repeat;
	padding: 6px 0px 4px 72px;
	margin: -10px 0px 0px 0px;
	}
.menuItem3 {
	text-align: left;
	height: 26px;
	width: 196px;
	background:   url("/images/default/bullet3.gif") left top no-repeat;
	padding: 6px 0px 4px 72px;
	margin: 0px 0px 0px 0px;
		}

a.menu:link {
	font: normal 11px Verdana, Helvetica, sans-serif;
	color: #000000;
	text-decoration: none;
	}

a.menu:visited {
	font: normal 11px Verdana, Helvetica, sans-serif;
	color: #000000;
	text-decoration: none;
	}

a.menu:hover {
	font: 11px Verdana, Helvetica, sans-serif;
	color: #ff0000;
	text-decoration: none;
	}

a.menu:active {
	font: normal 11px Verdana, Helvetica, sans-serif;
	color: #000000;
	text-decoration: none;
	}

/* search the website */

#searchBox {
	position: relative;
	width: 190px;
	height: 40px;
	text-align: left;
	}

#searchText {
	position: absolute;
	top: 3px;
	left: 10px;
	color: #666666;
	font: 11px Verdana, Helvetica, sans-serif;
	}

#searchField {
	position: absolute;
	top: 17px;
	left: 10px;
	width: 118px;
	height: 20px;
	}

#searchButtonen {
	position: absolute;
	top: 17px;
	left: 127px;
	width: 56px;
	height: 21px;
	background-image:   url("/images/default/search_en.gif");
	}
	
#searchButtonfr {
	position: absolute;
	top: 17px;
	left: 127px;
	width: 56px;
	height: 21px;
	background-image:   url("/images/default/search_fr.gif");
	}

.searchFieldStyle {
	width: 114px;
	height: 21px;
	}

/* the news section (if there is any news, otherwise it is hidden by the php) */

#newsHeader {
	position: relative;
	width: 197px;
	height: 36px;
	background-image:   url("/images/newsHeader.gif");
	padding: 0px;
	margin: 0px 0px 10px 0px;
	}

/* Hide from IE */
head:first-child+body .newsItem {
	text-align: left;
	verical-align: middle;
	height: 26px;
	width: 196px;
	background:   url("/images/default/news.gif") left top no-repeat;
	padding: 6px 0px 4px 35px;
	margin: -10px 0px 0px 0px;
	}

.newsItem {
	text-align: left;
	verical-align: middle;
	height: 26px;
	width: 196px;
	background:   url("/images/default/news.gif") left center no-repeat;
	padding: 6px 0px 4px 35px;
	margin: 0px 0px 0px 0px;
	}

a.news:link {
	font: normal 11px Verdana, Helvetica, sans-serif;
	color: #000000;
	text-decoration: none;
	}

a.news:visited {
	font: normal 11px Verdana, Helvetica, sans-serif;
	color: #000000;
	text-decoration: none;
	}

a.news:hover {
	font: 11px Verdana, Helvetica, sans-serif;
	color: #ff0000;
	text-decoration: none;
	}

a.news:active {
	font: normal 11px Verdana, Helvetica, sans-serif;
	color: #000000;
	text-decoration: none;
	}

/* format the body text */

#contentMain {
	position: relative;
	text-align: left;
	margin: 40px 33px 0px 218px;
	padding: 0px;
	}

/* the breadcrumb trail */

#breadcrumbBox {
	position: absolute;
	top: 10px;
	left: 235px;
	width: 473px;
	height: 32px;
	text-align: right;
	}
#breadcrumbTrail {
	position: relative;
	}

.path {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #CCCCCC;
	text-decoration: none;
	display: inline;
	background:   url("/images/default/path.gif") left center no-repeat;
	padding-left: 20px;
	}

/* the image at the foot of the content */

#contentBottom {
	position: relative;
	top: 1px;
	width: 740px;
	height: 199px;
	background-image:   url("/images/pageBottom.jpg");
	clear: left;
	}

#pageFooter {
	position: relative;
	width: 740px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #A2A2A2;
	text-decoration: none;
	background:   url("/images/margin_bg.gif") repeat;
	padding: 0px 0px 10px 0px;
	}

.clearer {
	height: 1px;
	overflow: hidden;
	margin: -1px;
	clear: both;
	}

#contactform {
	position: relative;
	top: 0px;
	left: 0px;
	margin: 0px;
	padding: 0px;
	border: 0px dotted red;
	}

.CustomButton {
	width: 56px;
	height: 21px;
	background-image:   url("/images/default/send_en.gif");
	border: none;
	}
	
/* Hide from IE */
head:first-child+body .sendButtonen {
	left: 126px;
	top: 132px;
	}

.sendButtonen {
	position: absolute;
	left: 130px;
	top: 122px;
	width: 56px;
	height: 21px;
	background-image:   url("/images/default/send_en.gif");
	border: none;
	}

/* Hide from IE */
head:first-child+body .sendButtonfr {
	left: 126px;
	top: 132px;
	}
.sendButtonfr {
	position: absolute;
	left: 130px;
	top: 122px;
	width: 56px;
	height: 21px;
	background-image:   url("/images/default/send_fr.gif");
	border: none;
	}

table	{
	font: 11px Verdana, sans-serif;
	color: #000000;
	text-decoration: none;
	}

a:link {
	color: #0000ae;
	text-decoration: none;
	}
a:visited {
	color: #0000ae;
	text-decoration: none;
	}
a:hover {
	color: #ff0000;
	text-decoration: underline;
	}
a:active {
	color: #0000ae;
	text-decoration: underline;
	}

a.searchresults:link {
	color: #0000ae;
	text-decoration: none;
	}
a.searchresults:visited {
	color: #0000ae;
	text-decoration: none;
	}
a.searchresults:hover {
	outline: solid 1px red;
	color: #ae0000;
	background-color: #ffffcc;
	padding: 2px 2px 2px 0px;
	text-decoration: none;
	}
a.searchresults:active {
	outline: solid 1px red;
	color: #ffffff;
	background-color: #336633;
	padding: 2px 2px 2px 0px;
	text-decoration: none;
	}
	
a.footer:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #A2A2A2;
	text-decoration: underline;
	}
a.footer:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #A2A2A2;
	text-decoration: underline;
	}
a.footer:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FF0000;
	text-decoration: none;
	}
a.footer:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FF0000;

	text-decoration: underline;
	}

.pageTitle {
	color: #444444;
	margin: 0px 0px 20px;
	font: bold 18px Georgia, Times, serif;
	text-decoration: none;
	border-bottom: 1px solid #dddddd;
	}

h1	 {
	color: #1C4FCF;
	margin-top: 0;
	margin-bottom: 11px;
	font: bold 16px Verdana, Helvetica, sans-serif;
	}

h2	 {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #1C4FCF;
	margin-top: 0;
	margin-bottom: 11px;
	}

h3	 {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #A2A2A2;
	margin-top: 0;
	margin-bottom: 11px;
	}

h4	 {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #A2A2A2;
	margin-top: 0;
	margin-bottom: 11px;
	}

ol {
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
	background-color: #c7d3db;
	padding: 10px;
	list-style: none;
	}

input,textarea {
	color: #353535;
	text-decoration: none;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	background: #FEFFDF;
	border-top: 1px solid #8aa9c6;
	border-right: 1px solid #eeeeee;
	border-bottom: 1px solid #eeeeee;
	border-left: 1px solid #8aa9c6;
	}

.checkbox {
	border: none;
	background: #FFFFFF;
}

.comments {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #003366;
	}
.noborder {
	border: 0;
	}
	
.button {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #0E3C5E;
	border-color: #FFFFFF #666666 #666666 #FFFFFF;
	border-style: solid;
	border: 1px;
	}
.lowbutton {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
	background-color: #666666;
	border-color: #FFFFFF #A2A2A2 #A2A2A2 #FFFFFF;
	border-style: solid;
	border: 1px;
	}

.error {
	color: #ff0000;
	}

.lowlight {
	color: #0099CC;
	}

.ejbMenu {display: none;}
