@import url(http://fonts.googleapis.com/css?family=Roboto:300,700,300italic);

body
{
	font-family:		'Roboto', sans-serif;
	font-size:			12pt;
	font-weight:		300;
	background-color:	#97ACC9;
	margin:				0px;
	padding:			0px;
}

p
{
	margin:				0em;
	padding:			0em;
	margin-bottom:		1em;
}

a:link
{
	color:				black;
}

a:visited
{
	color:				#444444;
}

a:hover
{
	color:				white;
}

h1
{
	color:				#D5FFC0;
	margin:				0em;
	font-size:			36pt;
	line-height:		72px;
}

h2
{
	margin:				0em;
	margin-bottom:		1em;
	font-size:			16pt;
}

h1, h2, h3, h4, h5, h6
{
	font-weight:		700;
}

div
{
	margin-bottom:		0.5em;
}

div.title
{
	position:			absolute;
	margin-top:			48px;			/* 72 - 24 */
	margin-left:		72px;
	width:				492px;
	height:				72px;
}

div.face
{
	position:			absolute;
	margin-top:			48px;			/* 72 - 24 */
	margin-left:		577px;			/* 72 + 504 + 1 */
	width:				72px;
}

div.face img
{
	margin-top:			12px;
	margin-left:		12px;
}

div.content
{
	position:			absolute;
	margin-top:			133px;			/* 72 - 24 + 72 + 1 + 12 */
	margin-left:		72px;
	margin-bottom:		72px;
	width:				492px;
}

div.navbar
{
	border:				0px solid red;
	position:			absolute;
	margin-top:			133px;			/* 72 -24 + 72 + 1 + 12 */
	margin-left:		577px;			/* 72 + 504 + 1 */
	width:				72px;
}

img
{
	border:				0px solid black;
	padding: 			0em;
}

div.backgroundimage
{
	position:			absolute;
	left:				72px;
	top:				48px;			/* 72 - 24 */
}

td
{
	margin:				0em;
	padding:			0em;
}

div.navbar table
{
	width:				72px;
}

td.navbar
{
	padding-right:		8px;
	text-align:			right;
	font-size:			10pt;
	font-style:			italic;
}

td.navbar a:link
{
	color:				black;
	text-decoration:	none;
	xbackground-color:	#97ACC9;
}

td.navbar a:visited
{
	color:				black;
	background-color:	#97ACC9;
}

td.navbar a:hover
{
	color:				white;
}

td.selected
{
	background-color:	#F5C7B9;
}

td.selected a:link
{
	color:				black;
	background-color:	#F5C7B9;
}

td.selected a:visited
{
	color:				black;
	background-color:	#F5C7B9;
}

td.selected a:hover
{
	color:				white;
}

table.contact td.label
{
	width:				72px;
	font-weight:		bold;
	vertical-align:		top;
	text-align:			right;
	padding-right:		1em;
}

table.contact td.value
{
	padding-bottom:		1em;
}

ul.pubs li
{
	margin-bottom:		1em;
}