html {
  overflow-y: scroll;
}
body {
  background: #F0F0F0;
  font-family: Segoe UI,Helvetica Neue,Open Sans,Helvetica,Tahoma,Arial,Verdana,sans-serif;
  font-size: 13pt;
  font-weight: 400;
}

h1{
  font-family: Segoe UI Light,Helvetica Neue, Helvetica,Open Sans,Helvetica,Tahoma,Arial,Verdana,sans-serif;
  font-size: 20pt;
  font-weight: 900;
  color: #0066cc;
}
h2 {
  font-family: Segoe UI,Open Sans,Helvetica,Tahoma,Arial,Verdana,sans-serif;
  font-size: 15pt;
  font-weight: bold;
  /*color: #ff5500;*/
  color: #0066cc;
}
a {
  color: #000000;
  text-decoration: underline;
}
a:hover {
  text-decoration: underline;
  color: #0066cc;
}

a.conference_title{
  font-weight: bold;
  font-size: 13pt;
}
table.t1{
  border: 1px solid #646464;
}
table.t2{
  border: 0px solid #FFFFFF;
}
tr.content {
  background: #ffffff url(none) repeat scroll 0%;
}
td.padding {
  padding: 30px 40px;
}
img.portrait {
  padding: 30px 40px;
}
.main_container{
  background: #FFFFFF url(none) repeat scroll 0%;
  
  /* round corner
  border: 1px solid #FFFFFF;
  -moz-border-radius: 10px;
  -khtml-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  color: #383838 ;
  */
  width:980px;
  padding-top: 10px;
  padding-bottom:20px;
  padding-left: 20px;
  padding-right: 20px;
  background-color: #FFFFFF;
  margin-left: auto;
  margin-right: auto;
}

.white{
	background: #ffffff url(none) repeat scroll 0%;
}

.indent1{
	text-indent: 0%;
}

a img.icon:hover {
  background: #aaa;
  -webkit-box-shadow: 0 0 5px #49568A;
}

.header {
  padding-left: 15px;
   padding-right: 15px;
  /*background-color: #eedd82;*/
  position: relative;
}

.page_content {
  padding: 15px;
  position: relative;
}

.clear {
    clear: both;
}

.horizontal_line {
    clear: both;
    margin: 0;
    margin-top: 8px;
    margin-bottom: 10px;
    border-bottom: solid 1px #DBDBDB;
    width: inherit;
}

.logo {
  width: 126px;
  float: right;
  margin-right: 15px;
  padding-bottom: 5px;
}

#ntu_logo{
  height: 50px;
}

div.photo {
  float: right;
}

img.photo {
  height: 150px;
}

div.short_bio {
  float: left;
}