img#imgLogoJDF
{
	width: 573px;
	height: 50px;
	background-color: white;
	padding-right: 81px;
	padding-left: 81px;
	padding-top: 25px;
	padding-bottom: 25px;
	display:block;
	border-style:none;
	
}


div#divTop
{
	display: block;
	float: left;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	background-color: white;
	width: 735px;
	height:125px;
	position: relative;
}

div#divLeftColumn
{
	display: block;
	float: left;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	background-color: white;
	width: 625px;
	height:100%;
	position: relative;
}

div#divRightColumnTop
{
	display: block;
	width: 110px;
	height: 128px;
	/*margin-left: 2px;
	margin-right: 3px;*/
	/*background-color: white;*/
	float: left;
	/*background-repeat: no-repeat;
	background-position: bottom left;*/
	background-color:#b06110;
	background-repeat: repeat-x;
	background-attachment: scroll;
	background-image: url('../images/filler.png');
	background-position: 0px 0px;
	text-align:justify;
}

div#divRightColumn
{
	display: block;
	width: 105px;
	height: 590px;
	/*margin-left: 2px;
	margin-right: 3px;*/
	background-color: #b06110;
	float: left;
	background-repeat: no-repeat;
	background-position: bottom left;
	vertical-align:bottom;
}

div#divCopyright
{
	width: 100%;
	padding: 5px 0px 5px 0px;
	/*background-color: #b06110;*/
	background-color: #304547;
	color: White;
	margin: 5px 0px 15px 0px;
	float: left;
	text-align: center;
}


div#divFiller
{
	display: none;
}


div#divMenu
{
	width: 625px;
	background-color: #b06110;
	padding: 7px 0px 0px 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	float: left;
	height: 28px;
	overflow: hidden;
	vertical-align:middle;
}


div#divMenu a
{
	display: block;
	float: left;
	width: 85px;
	/*border-right: 1px solid #222277;
	border-left: 1px solid #AAAACC;*/
	text-align: center;
	color: White;
	font-weight: bold;
	/*text-decoration: underline;*/
	text-decoration:none;
	padding: 2px 0px 2px 0px;
	margin: 0px;
}


div#divMenu a:HOVER, div#divMenu a.aMenuActive
{
	/*background: #becbdd;*/
	/*color: #1f4b89;*/
	color:#304547;
	
	/*border-left: 1px solid #becbdd;
	border-right: 1px solid #becbdd;*/
}


div#divContent
{
	width: 605px;
	padding: 10px;
	/*color: #444444;*/
	clear: both;
	/*background-color: #DDB791;*/
	background-color: #ffffff;
}

div#divContentScroll
{
	width: 620px;
	height:552px!important;
	padding: 3px;
	/*color: #444444;*/
	clear: both;
	background-color: White;
	
	overflow:auto;
}


div#divWebsite
{
	float: left;
	width: 735px;
	background-color: White;
	margin-left: auto;
	margin-right: auto;
}

div#divImage
{
	padding-top:5px;
	padding-bottom:5px;
	text-align:center;
}

div.divRSS
{
	/*padding-top:5px;
	padding-bottom:5px;*/
	text-align:right;
}


/*a#aLangSwitch
{
	display: block;
	position:relative;
	z-index: 2;
	padding: 2px 11px 2px 11px;
	top: 0px;
	left: 123px;
	font-size: 7pt;
	background-color: #b06110;
	color: White;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: normal;
	letter-spacing: 1px;
	width: 55px;
	text-align:center;
}


a#aLangSwitch:HOVER
{
	background:#304547;
	color: #b06110;
}*/


#menu 
{
	overflow:hidden;
	background-color:white;
	border-top:2px solid white;
	border-bottom:3px solid #304547;
}

#menu .menu-elem 
{
	float:left;
	vertical-align:middle;
}

#menu .menu-elem 
{
	text-transform:uppercase;
	font-size:1em;
	color:#304547;
	background-color:#b06110;
	text-align:center;
}

#menu .menu-elem a 
{
	padding-left:0px;
	display:block;
	line-height:1.8em;
	color:white;
	text-decoration:none;
	font-weight:bold;
}

#menu .menu-elem a:hover 
{
	background-color:white;
	color:#304547;
}

#menu .active a, #menu div.active a:hover 
{
	background-color:#304547;
	color:white;
}

#menu .active a:focus 
{
	outline:none;
}

#menu .sous-menu 
{
	padding-top:10px;
	background-color:#304547;
}

#menu .sous-menu .menu-elem 
{
	text-align:center;
	font-size:1em;
	padding:0 0 7px 0px;
	width:150px;
	background-color:#304547;
}

#menu .sous-menu .menu-elem a 
{
	background-color:#304547;
	color:white;
	line-height:1em;
	padding-left:0px;
	font-weight:bold;
	text-transform:none;
}

#menu .sous-menu .active a, #menu .sous-menu .menu-elem a:hover 
{
	color:#b06110;
}

.clearBoth { clear:both; }