@charset "utf-8";
/* CSS Document */
/* header */
#header{
		width:100%;
		font-family : Arial, Helvetica, sans-serif;
		text-align:center;
		background-color:white;
}
#header a{
		text-decoration:none;
	}
#header .hsHeader{
	width:720px;
	margin:0px auto 0px auto;
	}
#header .headerButtons{
		color:#153b63;
		width:720px;
		background-color:#b4c6d9;
		height:17px;
		text-align:left;
}
#header .hsImgL{
		float:left;
}
#header .hsButtonLang2{
		color:#153B63;
		float:left;
		font-size:10px;
		height:17px;
		padding-right:10px;
		padding-left:0px;
		border-right:1px solid white;
	}
#header .buttonPad{
		padding-top:2px;
		float:left;
	}
#header .headerButtonLabel{
		color:#153b63;
		font-size:10px;
		white-space: nowrap;
	}
#header .hsButtonR{
		color:#153B63;
		height:17px;
		float:right;
		font-size:10px;
		padding-left:10px;
		padding-right:10px;
		border-left:1px solid white;
}

#header .headerLogoRow{
		width:720px;
		height:49px;
}
#header .breadercrumb{
		background-color:#153b63;
		width:720px;
		color:#FFFFFF;
		font-size:11px;
		height:17px;		
		text-align:left;
		overflow:hidden;
		border-bottom: 1px solid white;						
}
#header .breadercrumb a:link,#header .breadercrumb a:visited{
		color:#FFFFFF;
		padding-left:10px;
		padding-right:3px;			
}


