#title{
	position: absolute;
	top: 0px;
	left: 0px;
	height: 80px;
	width:1000px;
}

#header{
	position: absolute;
	top:80px;
	left: 180px;
	height: 30px;
	width: 800px;

}

#main{	
	position: absolute;
	top: 110px;
	left: 0px;
	height: 500px;
	width: 980px;
	background-repeat: no-repeat;
}

#main table{
	font-family: verdana;
}

#main a{
	font-family: verdana;
	font-size: 11px;
	color:black;
}

/*
#footer{
	position: absolute;
	top: 592px;
	left: 0px;
	height: 75px;
	width: 100%;
}
*/
#logo{
	position:  relative;
	top: 0px;
	/* left: -40px; */
}


#navigation{
	width: 180px;
	position:  relative;
	top: 10px;
//	margin-left: -16px;
}

#navigation ul{
	padding: 0px;
	margin: 0px;
	list-style-position:inside;
	list-style-type:none;
}
#navigation li a{
	font-family: verdana;
	font-size:10px;
}
.nav_child a, .nav_lastchild a{
	margin: 0px;
	
	color: black;
	text-decoration: none;
	display:  block;
	width: 170px;
	padding: 5px;
	
	background-color: #E4EEF6;
	border-bottom: 1px solid #cccccc;
}
.subnav_child a, .subnav_lastchild a{
	margin: 0px;

	color: black;
	text-decoration: none;
	background-color: white;
	display:  block;
	width: 135px;
	padding: 3px 5px 3px 20px;

}
.subnav_child_act a{
	margin: 0px;
	color: black;

	font-weight: bold;
	text-decoration: none;
	background-color: white;
	display:  block;
	width: 135px;
	padding: 3px 5px 3px 20px;

}

.subnav_lastchild a {
	border: 0px;
	margin: 0px 0px 2px 0px;
}
#main_content{
	position: absolute;
	top: 10px;
	left: 680px;
	width: 300px;
	
}
#main_content h1{
	margin:  0 0 10px 0;
	padding: 2px 5px 2px 0px;
	display:  block;
	color:  black;
	font-family: verdana;
	font-size: 11px;
}
#main_content p{
	font-family: verdana;
	font-size: 10px;
	text-align: left;
}

#sub_content p{
	font-family: verdana;
	font-size: 10px;
	text-align: left;
}


#sub_content{
	position: absolute;
	top: 10px;
	left: 185px;
	width: 300px;
	padding: 0px;
}

#sub_content img{
	width: 140;
	margin: 0px 5px 5px 5px;
}


#mini_content{
	position: absolute;
	top: 10px;
	left: 506px;
	width: 150px;
	padding-bottom: 0px;
	padding-left: 5px;
	
}
#mini_content img{
	border-bottom:  5px solid white;
	border-right:  5px solid white;
	border-left:  5px solid white;
}

#topnav{
	position:  absolute;
	top: 8px;	
}

#search_box{
	position: absolute;
	top:5px;
	right:5px;
	height:15px;
	background-repeat: no-repeat;
}
#searchQuery{
	border: 1px solid white;
	height:15px;

}
#searchButton{
	height:20px;
	border: 1px solid white;
}

#footer{
	padding: 5px;
	font-family: verdana;
	font-size: 10px;
}

#langMenu{
	position: relative;
	left: 40px;
	font-family: verdana;
	width: 150px;
	padding: 5px 5px 5px 0px;
	font-size:10px;
}
#langMenu a{
	margin-left:5px;
	color:black;
	font-size:10px;
	text-decoration: none;
}

.menu-level1-no a, .menu-level1-act a{
  text-decoration: none;
  color:black;
  font-family: verdana;
  padding-left:10px;
  padding-right:10px;
  font-size:10px;
}

.csc-firstHeader{
	  font-family: verdana;
	  font-size:11px;
	  font-weight:bold;
}
