body {
	background-color: #000;
	background: url('images/greysolid.gif');
	font-size: 14px;
	font-family: Helvetica Neue Light, Helvetica, Arial, Verdana, SunSans-Regular, Sans-Serif;
	color:#564b47;
	padding:0px;
	margin:0px;
}


img.download {
	vertical-align:middle;
}

img, table, tr, td {
	border: 0px;
	margin: 0px;
	padding: 0px;
}

/* ----------container to center the layout---------- */
#container {
	width: 740px;
	padding:0px;
	margin: 0px;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
	text-align: justify;
} 

/* ----------outer and inner----------------- */
#outer{ 
	background: url('images/corner2010.gif');
	background-repeat: no-repeat;
	background-position: bottom right;
	background-color: #fff;
} 

#inner{
	margin:0px;
	width:100%;
} /* The ie/pc pecularity */ 

/* --------------left navi------------- */
#left {
	width:120px; 
	float:left;
	position:relative; 
	margin:0px;
	/*margin-left:160px; */
	padding: 20px 0px 0px 0px;
	z-index: 25;
}

/* -----------------content--------------------- */
#content{ 
	position: relative; 
	margin: 0px;
	margin: 0px 0px 0px 0px;
	padding: 25px 0px 35px 0px;
	z-index: 24;
}


/* ----------banner for logo-------------- */
#topheader {
	height: 105px;
	text-align: left;
	color: #663300;
	background: url('images/cornerbanner2010.gif');
	background-repeat: no-repeat;
	background-position: top left;
	background-color: #006787;
	padding: 10px;
	padding-right: 47px;
	margin: 0px 0px 0px 0px;
}

#topheader img {
	float: right;
}

#topheader a {
	display: block;
	width: 462px;
	height: 95px;
	position: relative;
	margin-top: 5px;
	margin-left: 195px;
	background-image: url('images/logo2010.gif');
	background-position: 0px;
}

#languagebar {
	text-align: left;
	font-size: 1.1em;
	margin: 0px;
	padding-left: 15px;
	background-color: #fff;
}

#languagebar a {
	color: #fff;
	background-color: #006787;
	text-decoration: none;
	padding-left: 2px;
	padding-right: 2px;
}

#languagebar a:visited {
	color:#fff;
	background-color: #006787;
	text-decoration: none;
}

#languagebar a:hover {
	color: #006787;
	background-color: #fff;
	text-decoration: underline;
}

#languagebar a:active { 
	color: #006787;
	background-color: #fff;
	text-decoration: none;
}

/*  ----------------footer---------------------- */ 
#footer {
	color: #222;
	clear: both;
	padding:0px;
	padding-right:20px;
	margin:0px;
	text-align: right;
	font-size: 0.8em;
} 


#footer a {
	color: #222;
	text-decoration: none;
}

#footer a:visited {
	color:#222;
}

#footer a:hover {
	color: #006787;
}

#footer a:active { 
	color:#0ff;
}

/*  ----------------menu buttons---------------- */
#button {
	padding: 1em 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	position: absolute;
}

/* for Internet Explorer */
/*\*/
* html #button {
	margin: -1em 0px 0px 0px;
}
/**/
	
#button ul {
	list-style: none;
	margin: 0px 0px 0px -10px;
	padding: 0px;
	border: none;
}

#button li {
	margin: 0px;
	margin-bottom: 15px;
	padding: 0px;
}

#button li a {
	position: relative;
	display: block;
	margin: 0px;
	padding: 5px 0px 0px 0px;
	background-image: url('images/menuitem.gif');
	background-repeat: no-repeat;
	color: #000000;
	text-decoration: none;
	text-align: left;
	text-indent: 25px;
	width: 130px;
	height: 25px;
	background-position: 0px;
}

#button li a:hover {
	color: #000;
	background-position: -130px;
}
	
html>body #button li a {

}

/* -------------------tooltip------------------- */

a.tooltip {
  z-index:24;
  position:relative;
}

a.tooltip:hover {
  z-index:25;
}

a.tooltip span {
  display:none;
}

a.tooltip:hover span {
  position:absolute;
  top:2em;
  left:0em;
  border:1px solid #006787;
  padding:3px;
  display:block;
  color:#333;
  background-color:#e7f9bb;
}