body {
	margin: 0px;
	padding: 0px;
	background-color: #E4E9ED;
}

body, td {
	font-family: Arial, Verdana, Sans-Serif;
	font-size: 12px;
	color: ;
}

a {color: #008e7e; font-weight: bold;}

#siteContainer {
	width: 780px;
	margin: 20px auto 0px auto;
	background-color: white;
}

#header
{
	width: 780px;
	height: 70px;
	background-image: url(images/top.jpg);
	position: relative;
}

#contactUs
{

	font-family: Arial;
	position: absolute;
	top: 8px;
	right: 10px;
	font-size: 12px;
	color: #008e7e;
	font-weight: bold;
}

#contactUs a
{
	text-decoration: none;
}

#title
{
	font-family: Arial;
	position: absolute;
	top: 35px;
	left: 222px;
	font-size: 24px;
	color: #008e7e;	
	font-weight: bold;
}

#menu
{
	height: 40px;
	width: 780px;
}

#menuRight
{
	float: right:
	height: 40px;
	width: 33px;
	background-image: url(images/menuRight.jpg);
	background-repeat: no-repeat;
}


#leftSide
{
	float: left;
	width: 216px;
}

#sideImage
{
	width: 216px;
	height: 294px;

}

#sideLogo
{
	width: 216px;
	height: 296px;
	background-image: url(images/leftLogo.jpg);
}

#sideLogofr
{
	width: 216px;
	height: 296px;
	background-image: url(images/leftLogofr.jpg);
}


#content
{
	float: left;
	width: 543px;
	min-height: 590px;
	_height: 590px;
	background-color: white;
	background-image: url(images/contentBg.jpg);
	background-repeat: no-repeat;
	padding: 20px 0px 20px 20px;

}


#copyright td
{
	font-size: 11px;
	color: #00609f;
}

.button, .active
{
	float: left;
	width: 108px;
	color: white;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	background-repeat: no-repeat;
}

.button
{
	background-image: url(images/button.jpg);
}

.active
{
	background-image: url(images/active.jpg);
}

#tab8
{
	float: left;
	width: 24px;
	height: 40px;
	background-image: url(images/menuRight.jpg);
	background-repeat: no-repeat;
}

#splashContainer
{
	position: relative;
	width: 780px;
	height: 700px;
	margin: 0px auto 0px auto;
	background-image: url(images/splash.jpg);
}

#english
{
	position: absolute;
	top: 119px;
	left: 179px;
	width: 115px;
	height: 283px;
}

#french
{
	position: absolute;
	top: 119px;
	left: 477px;
	width: 140px;
	height: 287px;
}

#english:hover
{
	background-image: url(images/englishHover.jpg);	
	background-repeat: no-repeat;
}

#french:hover
{
	background-image: url(images/frenchHover.jpg);
	background-repeat: no-repeat;
}

.smallTitle
{
	font-weight: bold;
	font-size: 16px;
	color: #008e7e;
}

/* TABS */	
#tab2, #tab7
{
	padding-top: 5px;
	height: 35px;
}

#tab3, #tab4, #tab5
{
	height: 35px;
	padding-top: 5px;
}


#tab1, #tab6
{
	height: 29px;
	padding-top: 11px;
}


#tab4fr
{
	height: 35px;
	padding-top: 5px;
}


#tab6fr
{
	height: 35px;
	padding-top: 5px;
}



#tab7fr
{
	height: 29px;
	padding-top: 11px;
}


.clear
{
	clear: both;
	display: block;
}

