BODY {
	background: #DEEBE4;
	text-align: center;
	margin: 28px 0px 0px 0px;
	padding: 0px;
	font-family: georgia, times, times-roman, serif;
	font-size: 11px;
	}

.container {
	margin: 0px auto 0px auto;
	width: 514px;
	}
	
.bodyArea {
	text-align: left;
	background: #fff;
	width: 514px;
	clear:both;
	}

.bodyTop {
  background: url(/_images/corners/body_tr.gif) no-repeat top right;
}
.bodyBottom {
  background: transparent url(/_images/corners/body_br.gif) no-repeat top right;
  clear:both;
}
img.corner {
   width: 12px;
   height: 10px;
   border: none;
   display: block !important;
}

.mainColumn {
	margin: 0px auto 14px auto;
	width: 489px;
	font-size: 11px;
	text-align: left;
	}

.topBanner {
	width: 489px;
	height: 107px;
	background: #fff url(/_images/banners/inside_bg.jpg) no-repeat;
	margin: 0px 0px 4px 0px;
	padding: 0px;
	}

.textContainer {
	background: #fff url(/_images/language_choice/vert_divider.gif) repeat-y;
	width: 489px;
	margin: 0px 0px 4px 0px;
	padding: 0px;
	}

.left {
	display:block;
	float: left;
	text-align: right;
	color: #006666;
	width: 248px;
	}
	
.right {
	display:block;
	float: right;
	text-align: left;
	color: #006666;
	width: 240px;
	}
	
.left H1, .right H1 {
	margin: 0px 12px 0px; 0px;
	font-size: 14px;
	font-weight: normal;
	}
	
.left IMG, .right IMG {
	display:block;
	margin: 0px 12px 0px; 0px;
	}
	
.english {
	display:inline;
	background: url(/_images/language_choice/btn_english.gif) 0 0 no-repeat;
	}
	
.francais {
	display:inline;
	background: url(/_images/language_choice/btn_francais.gif) 0 0 no-repeat;
	}
	
.english:hover, .francais:hover {
	background-position: 0 -18px;
	}