.header-bg{
	position: relative;
	top: 0;
	left:0;
	right: 0;
	height: 200px;
	background: url(header-background.png) top left repeat-x;
}
.logo{
	position: absolute;
	top: 60px;
	left: 20px;
	width: 320px;
	height: 100px;
}
.nav-panel-1{
	position: absolute;
	top: 20px;
	left: 20px;
	width: 300px;
}
.nav-panel-2{
	position: absolute;
	top: 20px;
	left: 600px;
	width: 300px;
}
.nav-panel-3{
	position: absolute;
	top: 100px;
	left: 600px;
	width: 300px;
}
.link-nest{
	margin-right: 1em;
}
.main{
	position: relative;
	top: 0;
	left: 0;
}

.ad{
	position: absolute;
	left: 800px;
	top: 10px;
}

.shadow{
  /* float:left; */
  background: url(shadowAlpha.png) no-repeat bottom right !important;
  background: url(shadow.gif) no-repeat bottom right;
  margin: 10px 0 0 10px !important;
  margin: 10px 0 0 5px;
  }

.shadow .status-panel-inner{
  /* display: block; */
  position: relative;
  /* background-color: #fff; */
  /* margin: -6px 6px 6px -6px; */
  background-color: #EEFFEE;
  top: -6px;
  left: -6px;
  bottom: 6px;
  right: 6px;
  height: 100%;
  
}
.status-panel-outer{
	float: left;
	position: relative;
	top: 10px;
	left: 10px;
	height: 200px;
	width: 700px;
}
.ulis{
	position: absolute;
	top: 10px;
	left: 30px;
	background: url(ulis.png) no-repeat left top;
	width: 324px;
	height: 177px;
}

.link-2{
	font-family: Arial, sans-serif;
	color: #4C4B46;
	font-size: 12pt;
	text-decoration: none;
}
.link-2:hover{
	text-decoration: underline;
}

.link-3{
	font-family: Arial, sans-serif;
	color: #4C4B46;
	font-size: 11pt;
	text-decoration: none;
}
.link-3:hover{
	text-decoration: underline;
}

.font-3{
	font-family: Arial, sans-serif;
	color: #4C4B46;
	font-size: 11pt;
	text-decoration: none;
}

.font-4{
	font-family: Arial, sans-serif;
	color: #76746C;
	font-size: 10pt;
}

.link-4{
	font-family: Arial, sans-serif;
	color: #76746C;
	font-size: 10pt;
	text-decoration: none;
}
.link-4:hover{
	text-decoration: underline;
}
.link-4:visited{
	color: #000000;
}

.font-5{
	font-family: Arial, sans-serif;
	color: #76746C;
	font-size: 10pt;
}

.font-6{
	font-family: Arial, sans-serif;
	color: #FFFFFF;
	font-size: 11pt;
}

.button{
	background: #FFFFFF;
	width: 90px;
	height: 30px;
	font-family: Arial, sans-serif;
	color: #76746C;
	font-size: 10pt;
	border-left: 1px solid #D1CEBF;
	border-top: 1px solid #D1CEBF;
	border-right: 2px solid #D1CEBF;
	border-bottom: 2px solid #D1CEBF;
	margin-left: 10px;
	cursor: pointer;
}

  

