 
/* Normalize padding and margins */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h4, h5, h6, pre, form, fieldset, input, blockquote, th, td {
margin: 0;
padding: 0;
}

/* Normalize header sizes */
h1, h2,  h4, h5, h6 {
font-size: 100%;
}

/* Normalize list styles */
ol, ul {
list-style: none;
}

/* Normalize font style and weight on odd elements */
address, caption, cite, code, dfn, em, strong, th, var {
font-style: normal;
font-weight: normal;
}

/* Normalize table borders */
table {
border-collapse: collapse;
border-spacing: 0;
}

/* Normalize other borders */
fieldset, img {
border: 0;
}

/* Normalize text-alignment */
caption, th {
text-align: left;
}

/* Normalize (remove) quotation marks */
q:before, q:after {
content: '';
}

body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #fbfaf8;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	text-align: left;
}
.hyi #container {
	width: 900px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FBFAF8;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.hyi #header {
	height: 85px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
} 
.hyi #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 280px;
	margin-right: 60px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
	margin-top:-20px;
	font-family:Georgia, "Times New Roman", Times, serif
}
.hyi #mainContent {
	float:left;
font-family:Georgia,"Times New Roman",Times,serif;
margin:18px 20px 0 80px;
padding-bottom:0;
padding-top:0;
width:430px;
} 
#mainContent h1 {
	color: #214d67;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #c1c9cc;
	margin-bottom: 15px;
	padding-bottom: 10px;
	margin-top:-35px;
}
#home_contentbox #mainContent p {
	line-height: 20px
	font-size: 13px;
	padding-bottom: 7px;
}

#home_contentbox {
	background-image: url(../images/back_home.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #FBFAF8;
	height: 650px;
}
.hyi #footer {
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-left: 25px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 35px;
} 
.hyi #footer p {
	font-size: 11px;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 25;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 25;
}
#footer .pripol {
	margin-left: 428px;
}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
#slideshow {
	height: 220px;
	margin: 0px;
	padding: 0px;
	width: 809px;
}
#flashbox{
height:215px;}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#nav_top {
	font-size: 13px;
	text-align: right;
	padding: 0px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 0px;
        margin-top: 5px;
	width: 350px;
	float: right;
	height: 60px;

}
#nav_top  li {
	display: inline;
	margin-left: 25px;
}
#searchform {
	height: 24px;
	border: 1px solid #d0d3d4;
	width: 128px;
	margin: 0px;
}
#nav_top a:link {
	color: #333333;
	text-decoration: none;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
#nav_top a:hover {
	color: #999999;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
#nav_top a:visited {
	color: #666666;
	text-decoration: none;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
.pripol a:link {
	color: #333333;
	text-decoration: none;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.pripol a:hover {
	color: #999999;
}
.pripol a:visited {
	color: #333333;
	text-decoration: none;
}
.logo {
	margin-top: 25px;
	margin-left:5px;
}
#nav_top .go {
	height: 26px;
	width: 32px;
}
#navigation {
	height: 60px;
	margin-top: 0px;
	margin-left:55px;
}
#slideshow {
	margin-left: 43px;
}
#callbox {
	height: 130px;
	width: 295px;
	background-color: #173445;
	float: right;
	margin-top: 100px;
	z-index: 1000;
	position: relative;
	filter:alpha(opacity=80.6);
	-moz-opacity: 0.86;
	opacity: 0.86;
	margin-right: 60px;
	margin-bottom: -10px;
}
#callbox h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;
	padding-top: 15px;
	padding-left: 20px;
	font-size: 14px;
}
#sidebar1  h3 {
	color: #214d67;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #c1c9cc;
	margin-bottom: 15px;
	padding-bottom: 10px;
	font-size: 13px;
}
.news {
	margin-bottom: 5px;
	line-height: 13px;
}

#sidebar1 a:link {
	text-decoration: underline;
	color: #366485;
	font-size: 12px;
	font-weight: bold;
	line-height: 16px;
}
#sidebar1 a:hover {
	text-decoration: none;
	color: #4886B3;
	font-weight: bold;
}

#sidebar1 a:visited {
	text-decoration: underline;
	color: #2a4d68;
	font-weight: bold;
}
#callbox .callboximg {
	float: left;
	margin-left: 20px;
	margin-top: 10px;
	margin-right: 8px;
}
#callbox p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	margin-top: 7px;
	margin-right: 15px;
}
.callbox_title {
	font-weight: bold;
}
.callbox_auth {
	font-style: italic;
}
.callbox_link a:link {
	text-decoration: underline;
	color: #CCCCCC;
}


#home_contentbox #sidebar1 p {
	font-size: 12px;
	padding-left: 20px;
	line-height: 16px;
}
.callbox_link a:visited {
	text-decoration: underline;
	color: #CCCCCC;
}
.wdsimg img {
	float: right;
	margin-right: 20px;
	margin-bottom: 10px;
	margin-top: -10px;
}

#dropmenudiv{
position:absolute;
border:1px solid #cccccc;
border-bottom-width: 0;
font:normal 12px Verdana;
line-height:18px;
z-index:100;

	
}

#dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid #cccccc;
padding: 1px 0;
text-decoration: none;
color:#666666;

}

#dropmenudiv a:hover{ /*hover background color*/
background-color: #E8EAE6;

	color:#000000;
}
#mainContent p a {
	color: #366485;
}
.hyi #container_inside {
	width: 900px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FBFAF8;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.hyi #header_inside {
	height: 85px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
}
#inside_contentbox {
	background-repeat: no-repeat;
	background-color: #FBFAF8;
	background-image: url(../images/back_body.png);
	background-position: bottom;
	min-height: 680px;
}
#inside_contentbox #mainContent p {
	line-height: 20px;
	font-size: 13px;
}
.hyi #sidebarinside {
	float: left; /* since this element is floated, a width must be given */
	width: 240px;
	font-family:Georgia,"Times New Roman",Times,serif;
	margin-left:52px;
	margin-right:60px;
	margin-top:0;
	background-image: url(../images/back_insidesidebar.jpg);
	background-repeat: repeat-x;
	background-color: #eff0ed;
	height: 425px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
}
.scholar a{
font-weight:bold;

}
#sidebarinside h3 {
	color: #214d67;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #c1c9cc;
	margin-bottom: 15px;
	padding-bottom: 10px;
	font-size: 13px;
}
#sidebarinside a:link {
	text-decoration: none;
	color: #333333;
	font-size: 14px;
	font-weight: bold;
	line-height: 16px;
	padding:13px 25px 13px 25px;
	margin-top: 0px;
	margin-right: -10px;
	margin-bottom: 0px;
	margin-left: -10px;
	display: block;
}
#sidebarinside   a:hover  {
	
	color: #4886B3;
	font-weight: bold;
	
	text-decoration: none;
	display: block;
	font-size: 14px;
	font-weight: bold;
	line-height: 16px;
	padding:13px 25px 13px 25px;
	margin-top: 0px;
	margin-right: -10px;
	margin-bottom: 0px;
	margin-left: -10px;
}


#sidebarinside a:visited {
	
	text-decoration: none;
	color: #333333;
	font-size: 14px;
	font-weight: bold;
	line-height: 16px;
	padding:13px 25px 13px 25px;
	margin-top: 0px;
	margin-right: -10px;
	margin-bottom: 0px;
	margin-left: -10px;
	display: block;
}
.inside_menu  a:hover  {
	background-color: #F9FAF9;
	margin: 5px;
	display: block;
}
.selected_topmenu {
	background-color: #E4E6E2;
	background-image: url(../images/back_selected_manu.jpg);
	background-repeat: no-repeat;
	color: #333333;
}

.selected{
	background-color: #F9FAF9;
	
}

.inside_menu  li a:hover {
	display: block;
	background-color: #F9FAF9;
}
#inside_contentbox #sidebarinside p {
	font-size: 12px;
	padding-left: 20px;
	line-height: 16px;
}
.hyi #mainContent_inside {
	float:left;
	font-family:Georgia,"Times New Roman",Times,serif;
	margin:10px 30px 0 -25px;
	padding-bottom:50px;
	padding-top:0;
	width:470px;
}

.hyi #mainContent_inside p {

font-size:12px;
line-height:20px;


}

.hyi #mainContent_inside h3 {

font-size:18px;
line-height:25px;
color:#214D67;
margin:0px;


}


#mainContent_inside h1 {
	color: #214d67;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #c1c9cc;
	margin-bottom: 15px;
	padding-bottom: 10px;
}
#imagearea {
	margin-left: 42px;
}
#mainContent_inside h2 {
	color:#214D67;
font-family:Georgia,"Times New Roman",Times,serif;
font-size:1.9em;
font-weight:normal;
margin-bottom:20px;
margin-top:25px;
}
.breadcrumb {
	font-size: 11px;
	font-family:Georgia,"Times New Roman",Times,serif;
}
.breadcrumb a:link {
	color:#003399;
}
.breadcrumb a:hover {
	color:#EDEFEC;
	text-decoration:none;
}
.breadcrumb a:visited {
	color:#003399;
}
.inside_menu {
	margin-top: 5px;
}
#topback {
	background-image: url(../images/back_top_inside.png);
	background-repeat: no-repeat;
	background-position: top;
	height: 183px;
}
#title_back {
	background-image: url(../images/back_title.png);
	background-repeat: no-repeat;
	background-position: top;
}
#body_back {
	background-image: url(../images/back_body.png);
	background-repeat: no-repeat;
	background-position: bottom;
	min-height: 550px;
}

#mainContent_inside strong {
  font-weight: bold;
}

#mainContent_inside em {
  font-style: italic;
}

#mainContent_inside ol {
  list-style-type: decimal;
  list-style-position: inside;
}

#mainContent_inside ul {
	font-size:14px;
	line-height:24px;
	list-style-position:inside;
	list-style-type: disc;
	padding-left:25px;

}

a:link{
color:#003399;
}

a:hover{
color:#666666;
text-decoration:none;
}
a:visited{
color:#003399;
}

#mainContent_inside .visitor {
  font-size: 12px;
}

#mainContent_inside .visitor {
  margin-top: 10px;
width: 100%;
}

#mainContent_inside .visitor td {
 padding:10px;
  vertical-align: top;
}



#mainContent_inside .visitor th {
  font-weight: bold;
  font-size: 14px;
}

#mainContent_inside .coordinate-researchers td {
 
  font-size: 12px;
}

#mainContent_inside .coordinate-researchers th {
  font-size: 14px;
  font-weight: bold;
  
}

.gallery_list {
  padding-top: 15px;
}

.gallery img {
padding: 5px;
}

.alumni {
  padding-top: 15px;
}

.DOCTORAL_scholars th {
  font-weight: bold;
}

.DOCTORAL_scholars td {
  font-size: 12px;
  padding: 3px;
}
.bold{
font-weight:bold;
}

.staff_name{
font-weight:bold;
}
.staff_name a:link{
text-decoration:none;
color:#666666
}

.scholar{
margin-bottom:20px;
}

.scholar img{
float:right;
margin-left:30px;
margin-bottom:25px;
}

.searchbut{
margin-bottom: -12px;

}
