/* CSS Document */

html{
margin:0px;
padding:0px;
height:100%;
}

body{
margin:0px;
padding:0px;
font-family:Tahoma, Arial;
font-size:100%;
background-image:url(../images/body_bkg.jpg);
background-position:top;
background-repeat:repeat-x;
background-color:#fff;
}
/*empty is a fix for the margin sets on paragraph tag and headline tags*/
.empty{
font-size:0px;
}

a{
text-decoration:underline;
}

a:hover{
color:#990000;
text-decoration:none;
}


#outer{
width:975px;
margin:auto;
/*border:10px solid #fff;*/
background-color:#FFFFFF;
/*margin-top:10px;*/
}



#inner{
width:975px;
margin:auto;
}


h1{
font-size:200%;
}

.accessdenied{
text-align:center;
font-size:200%;
color:#FF0000;
background-image:url(../images/no_access.jpg);
background-repeat:no-repeat;
width:400px;
height:400px;
margin:auto;

}

.accessdenied span{
display:none;
}

h2{
font-size:150%;
}

h3{
font-size:125%;
}

#rightcontent img{
margin-bottom:5px;
}

#topbanner{
/*width:975px;*/
margin:auto;
height:70px;
margin:0px;
padding:0px;
font-size:0;
}
#topbanner img{
margin-left:10px;
}


#companybanner{
clear:both;
width:975px;
height:100px;
}

#topmenu{
	width:975px;
}
	

#contentarea{
/*width:975px;*/
min-height:200px;
background-color:#FFFFFF;
}

/* Textarea is changed depending on the menu settings */
		#TextArea{
		/*width:550px; */
		font-size:80%;
		}
		
		#TextArea ul{
		margin:0px;
		padding:0px;
		margin-left:30px;
		}
		
		#TextArea a{
		font-weight:bold;
		}
		
		#TextArea p{
		line-height:1.5em;
		}
		
		.TextAreaNormal{
		width:100%;
		}
		.TextAreaLeftMenu{
		margin-left:200px;
		_width:772px; /*IE 6 Hack*/
		}
		.TextAreaRightMenu{
		margin-right:200px;
		_width:772px; /*IE 6 Hack*/
		}
		
		
/* end of settings for TextArea */
#footer{
margin-top:10px;
clear:both;
text-align:center;
width:975px;

/* background-image:url(../images/dd.jpg);
background-position:top;
background-repeat:repeat-x;
*/
background-color:#fff;
padding-top:25px;
font-size:70%;
color:#000;
border-top:1px dotted #333;
}

#footer p{
margin:0px;
padding:0px;
margin-bottom:5px;
}

#footer ul{
margin:0px;
padding:0px;
width:225px;
margin:auto;
}

#footer li{
margin:0px;
padding:0px;
float:left;
list-style-type:none;
margin-right:5px;
}

#footer a{
color:#000000;
}

#echologo{
width:165px;
margin:auto;
}

.clear{
clear:both;
}

#smalladverts{
width:125px;
margin-left:5px;
margin-top:15px;
}
#smalladverts img{
margin-bottom:10px;
}

.width100{
width:100%;
height:5px;
}

.langmenu {
font-size:0;
width:100%;
}

.langmenu ul{
margin:0px;
padding:0px;
font-size:0;
width:100%;
}
.langmenu li {
list-style-type:none;
float:left;
margin-right:10px;
padding-bottom:0px;
}
.langmenu li a{
color:#333333;
text-decoration:none;
display:block;
width:52px;
height:13px;
margin-bottom:2px;
}

.langmenu li a:hover{
color:#666666;
text-decoration:underline;
}


.langmenu li a span{
			position:absolute;
			left:-1000px;
		}
		
		.langen a{
			background-image:url(../images/english.jpg);
			background-repeat:no-repeat;
		}

		.langfr a{
			background-image:url(../images/french.jpg);
			background-repeat:no-repeat;
		}

.latintext {
direction:ltr;
}
.arabictext {
direction:rtl;
}

#printpage a{
text-decoration:none;
}