
body	{
	background-color: #EEEEEE;
	background-image: url(images/bg.png);
	background-repeat: repeat;
/*	background-repeat: repeat-x;*/
	text-align: center;
	}

div	{
	text-align: center;
	}

*	{  
	margin: 0px; 
	padding: 0px; 
	} 

/************ Define Menu **************************/

#toplogo
	{
	background-image: url(images/PeifengLiGroup_logo.png);
	background-repeat: no-repeat;
	background-position: center;
	height: 80px;
	border: 0px;
/*	width: 100%;*/
	margin: 0px;
	}

#toplogo-link-clickable-area
	{
	position: absolute;
	top: 8px;	/* forlogo link clickable area*/
	left: 576px;
	height: 64px;
	width: 196px;
	background-color: transparent;
	}

#header ul
	{
	list-style-type: none;
	background-image: url(images/navi_bg.png);
	background-repeat: repeat-x;
	height: 60px;
	width: 800px;
	margin: 0px;
	}

#header li
	{
	float: left;
	}

#header ul a
	{
	background-image: url(images/navi_bg_divider.png);
	background-repeat: no-repeat;
	background-position: right;
	padding-right: 30px;
	padding-left: 30px;
	display: block;
	line-height: 60px;
	text-decoration: none;
	font-family: Verdana,Arial,Helvetica,sans-serif;
/*	font-family: Georgia, "Times New Roman", Times, serif;	*/
	font-size: 14px;
/*	font-weight: bold;	*/
	color: #002147;	/*oxford blue, rgb(0, 33, 71)*/
	border-bottom: none;
	}

#header ul a:hover
	{
	color: #FFFFFF;
	text-decoration: underline;
	}


/************ Define Mainbody**************************/


h1, h2, h3, p, ol, ul, tbody, td
	{
/*	text-indent: 10px;*/
	text-align: left;
/*	border: 1px solid;*/

	margin-top: 1.25em;
	margin-bottom: 1.25em;
	margin-left: 0em;
	margin-right: 0em;

	padding: 0px;

	font-family: Verdana,Arial,Helvetica,sans-serif;
	color: #002147;	/*oxford blue, rgb(0, 33, 71)*/
	}

h1	{
	font-size: 15px;
	font-weight: bold;
	}

h2	{
	font-size: 14px;
	font-weight: bold;
	}

h3	{
	font-size: 12px;
	font-weight: bold;
	}

p, ol, ul, tbody, td
	{
	color: #393939;	/*dark grey*/
	font-size: 13px;
	font-weight: normal;
	white-space: normal;
	}
p, ul
	{
	margin-top: 1.45em;
	margin-bottom: 1.45em;
	}

#main-body ul, #main-body ol
	{
	padding-left: 3.1em;
	}

tbody, td
	{
	vertical-align: top;
	}

p.highlight
	{
	color: #900000;
	font-size: 0.9em;
	font-style: italic;
	font-weight: bold;
	}

p.indent
	{
	text-indent: 15px;
	}
p.phd-student
	{
	margin-top: 0em;
	margin-bottom: 0em;
	text-indent: 15px;
	}

ol	{
	list-style-type: decimal;
	}

.multiple-line-spacing
	{
	margin-top: 1em;
	margin-bottom: 1em;
	}

.single-line-spacing
	{
	margin-top: 0em;
	margin-bottom: 0em;
	}

img.portrait
	{
	margin-left: 15px;
	}
img.research-figure
	{
	}

a:link, a:visited, a:active
	{
	color: #393939;	/*dark grey*/
	text-decoration: none;
	border-bottom: 1px #393939 dotted; /*dark grey*/
	}

a:hover
	{
	text-decoration: underline;
	}


/************ Footer - Copyright **************************/

.copyright
	{
	font-size: 11;
	font-weight: normal;
	color: rgb(0, 57, 101);	/*rgb(79, 129, 189);*/
	}