/***********************************/
/* Default styles for the document */
/***********************************/
html {
	background: #f0f0f0;
}

body {
	font-size: 16pt;
	font-family: "Helvetica Neue", Arial, Helvatica, sans-serif;
	margin: 0 auto;
	padding: 0;
}

p {
	margin: 0;
	padding: 0;
}

/***********************/
/* Styles for the page */
/***********************/
#page {
	width: 900px;
	margin: 0 auto 0 auto;
	padding: 10px 15px;
}

/*************************/
/* Styles for the header */
/*************************/
#header {
	padding-bottom: 2pt;
	padding-top: 0pt;
	margin-left: 225;
	font-size: 22pt;
	font-weight: bold;
}

#header h1 {
	font-size: 20pt;
	font-family: Arial, Helvetica, sans-serif;
}

/*******************************/
/* Styles for the left sidebar */
/*******************************/
#sidebar_left {
	font-size: 14pt;
	width: 225px;
	margin: 0;
	padding-top: 4pt;
	float: left;
}

#sidebar_left p {
	padding-top: 0pt;
}

.thisPage {
	/* Link to current page is bold */
	font-weight: bold;
	font-size: 16pt;
}

/**************************************/
/* Styles for the main center section */
/**************************************/
#main {
	font-size: 14pt;
	margin-left: 225px;
}

#main p {
	padding-top: 10pt;
}

#main h1 {
	font-weight: bold;
	font-size: 16pt;
}

#main ul {
	padding-bottom: 4pt;
}

#main li {
	padding-top: 2pt;
	padding-bottom: 2pt;
}

/*******************************/
/* Styles for the other photos */
/*******************************/
#photos {
	font-size: 12pt;
	margin-left: 0;
}

/*************************************/
/* Styles for the background section */
/*************************************/
#background {
	font-size: 12pt;
	margin-left: 200px;
}

#background h1 {
	font-weight: bold;
	font-size: 16pt;
}

.background_text {
	padding-top: 10pt;
}

.contactinfo  {
	padding-top: 0;
	padding-bottom: 2pt;
}

/***************************/
/* Styles for publications */
/***************************/
#publications {
	font-size: 12pt;
	margin-left: 200px;
}

#publications h1 {
	font-weight: bold;
	font-size: 16pt;
}

.publications_text {
	padding-top: 10pt;
	padding-left: 30px;
}

#notice {
	font-size: 12pt;
	margin-left: 200px;
}

#notice h1 {
	font-weight: bold;
	font-size: 16pt;
}

.notice_text {
	padding-top: 0;
	padding-left: 30px;
}

/***********************/
/* Styles for projects */
/***********************/
#projects {
	font-size: 12pt;
	margin-left: 200px;
}

#projects h1 {
	font-weight: bold;
	font-size: 24pt;
	text-align: center;
}

.projecttitle {
	font-size: 12pt;
	margin-left: 200px;
}

.projecttitle h1 {
	font-weight: bold;
	font-size: 16pt;
}

.project_text {
	padding-bottom: 10pt;
	padding-left: 30px;
}

.contentVideo p {
	text-align: center;
	padding-bottom: 10;
	margin-bottom: 0;
	padding-top: 8pt;
}

/*************************************************/
/* Styles for the education / experience section */
/*************************************************/
#educ_expr {
	font-size: 12pt;
	margin-left: 200px;
}

#educ_expr h1 {
	font-weight: bold;
	font-size: 16pt;
}

.education_text {
	padding-left: 30px;
}

.education_text_bold {
	padding-left: 30px;
	font-size: 14pt;
	font-weight: bold;
}

.experience_text {
	padding-left: 60px;
}

.experience_text_bold {
	padding-left: 30px;
	font-size: 14pt;
	font-weight: bold;
}

.experience_text_italic {
	padding-left: 30px;
	font-style: italic;
}

.invited_text {
	padding-bottom: 4pt;
}

.skills_text {
	padding-bottom: 4pt;
}

.activities_text {
	padding-bottom: 4pt;
}

.patents_text {
	padding-bottom: 4pt;
}

.contract_text {
	padding-bottom: 4pt;
}

.citizenship_text {
	padding-left: 30px;
}

/**************************/
/* Footer homelink styles */
/**************************/
#footer_homelink {
	padding-top: 8pt;
	margin-top: 0;
	font-size: 12pt;
}

/*******************************************/
/* Styles for the footer copyright section */
/*******************************************/
.copyright {
	font-size: 10pt;
	text-align: right;
	clear: both;
	font-style: italic;
}

/***********************************/
/* Styles for email address images */
/***********************************/
img.email {
	vertical-align: middle;
}

/********************/
/* Styles for links */
/********************/
a:link {
	color: #0674c6;
	text-decoration: none;
}

a:hover {
	/* font-weight: bold; */
	color:#6CB9F2;
}
