
body  {
    text-align: center;
	font: 12px Verdana,Arial,Helvetica,sans-serif; 
	margin: 0px;
	padding: 0px;
	background: url(images/bgr.gif);
	line-height: 18px;
}
div.spacer{
	clear: both;
	font-size: 0px;
	height: 0px;
	line-height: 0px;
}
img  {
    border: 0;
}
a{
	font: 12px Verdana,Arial,Helvetica,sans-serif; 
	font-size: 12px;
	text-decoration: none;
	color: #125581;
}
a:hover{
	color: #cc0000;
}
h1{
	margin: 0px;
	padding: 0px 0px 5px 0px;
	font-weight: bold;
	font-size: 14px;
	color: #993300;
}


/* main formating */

div#header{
	background: url(images/logo.png) no-repeat;
	width: 970px;
	text-align: center;
	height: 72px;
	margin-top: 0px;
    margin-left: auto;
    margin-right: auto;
	margin-bottom: 15px;
}
div#container  {
	background: url(images/bgr_top.gif) no-repeat;
	width: 970px;
	position: relative;
    margin-left: auto;
    margin-right: auto;
	margin-top: 0px;
    text-align: left;
	padding-top: 4px;


}
div#bottom_bgr  {
	background: url(images/bgr_bottom.gif) no-repeat;
	width: 970px;
	height: 5px;
	line-height: 0px;
	font-size: 0px;
}
div#bottom_bar{
	background: url(images/bottom_bar.gif) no-repeat;
	width: 970px;
	height: 43px;
	text-align: center;
	margin-top: 15px;
	color: #ccc;
}
div#bottom_bar .content{
	padding-top: 10px;
	font-size: 12px;
}

div#body{
	width: 970px;
	background: #fff; 
	padding: 0px;
	margin: 0px;
}
div#body .content{
	padding: 20px 20px 10px 20px;
}
div#body .content.employment{
	background: url(images/employ1.png) no-repeat;
	background-position: 699px 60px;
	padding-left: 40px;
}
div#body .content.activities{
	background: url(images/activities.png) no-repeat;
	background-position: 550px 170px;
}
div#body .content.contact{
	background: url(images/contact.png) no-repeat;
	background-position: 550px 10px;
	height: 250px;
	padding: 50px 0px 0px 50px;
	line-height: 22px;
}
/* header */
	div#header .link a{
		display: block;
		clear: left;
		height:72px;
		width: 970px;
	}


/* top menu */

div#tdnavbar{
	z-index:1;	
	border-top: 5px solid #C76100;
	width: 970px;
	background: #f0f0f0; 
	text-align: left;
	height: 50px;
}

#tdnavbar ul.tdnavbar{  
	text-align: left;
	margin: 0px;
	padding: 0px;
}

#tdnavbar ul.tdnavbar li{  
	list-style: none;
	float: left;
	padding: 0px;
	margin: 0px;
}
#tdnavbar ul.tdnavbar li.desc{  
	padding-top: 4px;
	padding-left: 20px;
	font-family: tahoma;
	font-size: 12px;
	width: 950px;
}
#tdnavbar ul li a {
	color: #333;
   	padding: 5px 50px;	
	background: #f0f0f0; 
	border-right: 1px dotted #999; 
	margin: 0px;
	font-size: 12px;
	font-weight: bold;
	display: block;
	font-family: tahoma;
	letter-spacing: 0.5px;
	border-bottom: 1px solid #999;
}
#tdnavbar ul li a:hover, #tdnavbar ul li a.active{
	text-decoration: none;
	background: #FFCC33; 
	color: #000;
	border-bottom: 1px solid #FFCC33;

}


/* 2nd depth */

#tdnavbar ul.tdnavbar li ul {
	padding: 0px;
	width: 970px;
	background: #FFCC33; 
	position: absolute;
	margin: 25px 0px 0px 0px; 
    visibility: hidden;
	height: 23px;
	top: 10px !important;
	left: 0px !important;
}
#tdnavbar ul.tdnavbar li ul li{
	padding: 0px;
	margin: 0px;
}
#tdnavbar ul.tdnavbar li ul li.contact{
	margin-left: 650px !important;
}
#tdnavbar ul.tdnavbar li ul li a{
	color: #000000; 
	display: block;
	background: #FFCC33;
	font-weight:normal;
	border: 0px;
	padding: 3px 40px !important;
}

#tdnavbar ul.tdnavbar li ul li a:hover{
	background: #D6A000; 

}


ul.activ{
	margin: 5px 0px 0px 30px;
	padding: 0px;
}
ul.activ li{
	list-style: none;
	background: url(images/dot1.gif) no-repeat;
	padding: 0px 15px 4px 30px;
}



