html {
	background: #d1e1eb url(../images/body-bg.gif) repeat-x;
}
body {
	font: 13px "Trebuchet MS", Helvetica, sans-serif;
	color: #336699;
	margin: 0;
}
img {
	border: none;
}
form {
	margin: 0;
	padding: 0;
}
#page {
	overflow: hidden;
	width: 980px;
	margin: 0 auto;
}

.OuterPageContainer { margin: auto; padding: 0; width: 980px; height:100%; 
	text-align:left; }
.InnerPageContainer { padding: 0;position: relative; width: 980px; height:100%;}


#header {
	overflow: hidden;
	position: relative;
}
.logo {
	display: block;
	margin: 0px 0 0 0px;
}
.logo {
	display: block;
	text-indent: -9999px;
	width: 674px;
	height: 159px;
	overflow: hidden;
	background: url('../images/en_header.gif') no-repeat;
}
.fr_logo {
	display: block;
	text-indent: -9999px;
	width: 674px;
	height: 159px;
	overflow: hidden;
	background: url('../images/fr_header.gif') no-repeat;
}
.head-img {
	position: absolute;
	right: 30px;
	top: 0; 
}
.nav {
	overflow: hidden;
	margin: 7px 0 0;
	padding: 0;
	width: 100%; 
	list-style: none;
	position: relative;
}
.nav li {
	float: left;
	background: url(../images/nav-bg.gif) no-repeat 100% 0;
	padding: 5px 7px 0 8px;
	margin-left: -1px;
	font-size: 16px;
}
.nav li a {
	float: left;
	height: 31px;
	color: #ffbf00;
	text-decoration: none;
	cursor: pointer;
}
.nav li a span {
	float: left;
	height: 28px;
	padding: 3px 14px 0;
}
.nav li a:hover,
.nav li a.active {
	color: #000;
	background: url(../images/nav-link-bg-left.gif) no-repeat;
}
.nav li a:hover span,
.nav li a.active span {
	color: #000;
	background: url(../images/nav-link-bg-right.gif) no-repeat 100% 0;
}
#content {
	overflow: hidden;
	width: 100%;
	background:  url(../images/cont-bg.gif) repeat-x;
	padding: 0px 0 0;
}
#fr_content {
	overflow: hidden;
	width: 100%;
	background:  url(../images/fr_cont-bg.gif) repeat-x;
	padding: 0px 0 0;
}
.divider {
	width: 960px;
	padding: 0 0 0 20px;
	margin-bottom: 0px;
	overflow: hidden;
}
.divider_wide {
	width: 857px;
	padding: 0 14px 0 29px;
	margin-bottom: 12px;
}
#main {
	float: left;
	width: 660px;
	margin: 0 0 0 10px
}
#main h1 {
	margin: 16px 0 12px 0;
	font-size:  20px;
	color:white;;
	line-height:26px;
}

#main h2 {
	margin: 4px 0 0px;
	font-size:  20px;
}
#main p {
	margin: 10px 0 15px;
	font-size:  15px;
	color:white;
}

#main table tr, #main table tr td {
	vertical-align:top;
	}
.main-img {
	float: left;
	margin: 0px 10px 0 0;
}
#sidebar {
	float: right;
	width: 246px;
	margin:0 -10px 0 0;
}
.side-img {
	display: block;
}
.column
{float:left; width:280px;margin:0 0 20px 22px;border:0px solid black;
	line-height:20px;}

.column img
{border:1px solid #9fbfd4}

h2 {font-size: 30px; font-style:normal; text-transform: uppercase; margin: 0px 0 0 20px}
h3 {font-size: 20px; font-style:normal;margin: 10px 0;line-height:22px }

.contact
{float:left; width:589px;margin:0 0 0 20px;}

.contact img
{border:1px solid #9fbfd4}

.column ul li {background-color: #2d729e;list-style:none;color:white;padding:2px;	}

#footer {
	width: 940px;
	padding: 20px;
	background: #719fbe;
	float: left;
}
#footer span {
	float: left;
	font-size: 11px;
	color: #fff;
}
#footer .web-text {
	float: right;
	padding-left: 3px;
}
#footer .web-text a {
	color: #fff;
	text-decoration: none;
}
#footer .web-text a:hover {
	text-decoration: underline;
}

#footer a.site-by {
background:transparent url(../images/site-by-new.gif) no-repeat scroll 100% 8px;
color:#75777B;
float:right;
	text-decoration: none;
	position:relative;
	top:-20px;
	left:10px;
line-height:50px;
padding-right:40px;
}

#footer  a:hover.site-by {
	text-decoration: underline;
	color: #fff;}
