@import url('/Files/System/LayoutMenu.css');
@import url('/Files/System/LayoutGeneral.css');
@charset "utf-8";
#LeftMenu {
  float: left;
  margin: 0px;
  display: none;
}
#Content {
  display: inline;
  float: left;
  width: 948px;
  margin: 5px 0px 0px 17px;
  clear: both;
}
#dwtopimage {
  opacity: 0; 
  moz-opacity: 0;
  khtml-opacity: 0;
  filter: alpha(opacity=0);
}
.HomeBox {
  text-align: center;
  color: #575e66;
  float: left;
  width: 112px; 
  margin: 0px 5px 0px 0px;
}
.HomeBoxBar {
  width: 112px;
  height: 2px;
  margin: 4px 0px 5px 0px;
}
#LanguageSelect {
	position: absolute;
	top: 38px;
	left: 50%;
	width: 50px;
	height: 30px;
	margin: 0px 0px 0px 420px;
	z-index: 3;
}
#LanguageSelect a {
	font: 9px Verdana, Arial, Helvetica, sans-serif;
}
#LanguageSelect a:link {
	color: #ffffff;
	text-decoration: none;
}
#LanguageSelect a:visited{
	color: #ffffff;
	text-decoration: none;
}
#LanguageSelect a:hover {
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
}
#LanguageSelect a:active {
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
}
#UserInfo {
  display: none;
}
#BottomBanner {
  float: left;
  width: 100%;
  text-align: center;
  margin: 40px 0 0;
}

