@charset "utf-8";
/* CSS Document */
<!--
	body {
		color: #000000;
		background: #FFFFFF;
		font-family: "Times New Roman", Times, serif;
		font-size: 12pt;
	}

	a {
		text-decoration: underline;
		color: #0000ff;
	}
	
	.hidden {
		display: none;
	}
	
	#leftPic, #navBlock, #navBlockBack, #contentBlockBack {
		display: none;
	}
	
	#container {
		margin: 0 4%;
	}

	#contentBlock ul { /* Each content block  */
		list-style: none;
	}
	
	#contentBlock li {
		margin-left: 0;
		padding-left: 0;
		margin-bottom: 16px;
	}
	
	#contentBlock li li {
		list-style: square;
		margin-top: 4px;
		font-size: 0.85em;
		page-break-after: avoid;
	}
	
	
	#contentBlock h1 { 
		text-align: left;
		font-size: 14pt; 
		font-weight: bold;
		page-break-after: avoid;
	}
	
	#contentBlock h2 {  /* division title (right-justified) */
		width: 100%;
		text-align: right;
		padding-bottom: 1px;
		border-bottom: 1px #000000 solid;
		font-size: 1em;
		font-weight: 500;
		line-height: 1.2;  /* space between lines w/i a paragraph.  (1.2 = 1.2 times the normal for the given font size) */
		margin-bottom: 2px; /* the height of the "break" between the bottom of the heading, & the top of the next block element */
		margin-top: 0px;
		page-break-after: avoid;
	
	}
	
	#contentBlock h3 { /* relative title (eg, Job Title, Publication title,...) */
		font-size: 0.9em;
		font-weight: normal;
		margin-top: 0px;
		margin-bottom: 0px; 
		page-break-after: avoid;
	}
	
	#contentBlock h4 { /* relative subtitle */
		font-size: 0.9em;
		font-weight: normal;
		margin-top: 0;
		margin-bottom: 0; 
		page-break-after: avoid;
	}
	
	.date {
		display: block;
		font-size: 0.85em;
		font-weight: normal;
		margin-top: 0;
		margin-bottom: 8px; 
		page-break-after: avoid;
	}
	
	#contentBlock p { /* description */
		font-size: 0.85em;
		font-weight: normal;
		line-height: 1.3; /* space between lines w/i a paragraph */
		margin-top: 0px; /* space above a paragraph */
		margin-bottom: 6px; /* space below a paragraph */
		page-break-after: avoid;
	}
	
	#contentBlock b { /* does away with any effect of the bold tag */
		color: #000000;
		font-weight: normal;
		page-break-after: avoid;
	}
	
	.printed-page-break {
		page-break-after: always;
	}
	
-->

