body {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 16px;
	font-weight: normal;
	background: #666666;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #000000;
	background-image: url(../images/background.jpg);
	background-repeat: repeat-y;
	background-position:center; 
}
p {
  padding-left: 30px;
	margin: 0px;
	line-height: 24px;
	font-size: 16px;
	
}
td {
	vertical-align: top;
}
tr {
line-height: 0;
}
.appname {
  font: 48px Georgia, "Times New Roman", Times, serif;
	font-weight: 100;
	  color: #7b3d51;
		line-height: 52px;
		padding-top:15px;
}
.teasertext {
  font: 33px Georgia, "Times New Roman", Times, serif;
	font-weight: 100;
	color: #FFFFFF;
	padding: 60px 0px 0px 30px;
	line-height: 46px;
	//letter-spacing: -1pt;
	padding: 50px 0px 10px 30px;
}
.sectorheader {
  font: 32px Georgia, "Times New Roman", Times, serif;
	font-weight: 100;
	color: black;
	padding: 35px 0px 15px 30px;

}

.byinstitutut {
  padding-top: 12px;
	color: white;
}
.oneColFixCtr #container {
	width: 959px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: none;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
#container2 {
  width:100%; 
	height:200px;
  background-color: #101010;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	padding-top: 50px;
	vertical-align: center;
	display: none;
	}
.oneColFixCtr #mainContent {
	padding: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
.benefits {
	list-style-position: inside;
	list-style-image: url(../images/chineseisok.png);
	list-style-type: none;
	line-height: 24px;
	padding: 0px 0px 20px 30px;
	font-weight: bold;
	margin: 0px;
}
.footer {
color: #555;
}
.footer p {
	font-size: 12px;
	text-align:left;
}
.footertext2 {
	color:#ddd;
	background-color:#333333;
  background-image: url(../images/copyrightfooter.jpg);
	background-repeat: repeat-x;
}

#slider li {
	width: 180px;
	float:left;
	text-align: center;
	height: 180px;
	line-height: 18px;
	list-style-type:none;
}

#byinstitutut {
	background: url(../images/section2_background.jpg) no-repeat;
	height:509px;
}
#appstore {
	padding-top: 30px;
}
#section2 {
	background:url(../images/section2_background.jpg) no-repeat;
}

.linkexchange a,
.linkexchange a:active,
.linkexchange a:visited
{
	font-size: 12px;
	color: #666666; 
	font-weight:normal; 
	text-decoration:none;
}