body {
	margin: 0;
	padding: 0px 0px 20px 0px;
	background-color: #99CCFF;
	background-image: url(../images/layout/bg.gif);
	background-position: top;
	background-repeat: repeat-x;
}

img {
	border: 0;
}

a {
	font: normal 12px arial, sans-serif, verdana;
	color: #000033;
	text-decoration: underline;
}

a:hover {
	font: normal 12px arial, sans-serif, verdana;
	color: #006600;
	text-decoration: none;
}

a.bold {
	font: bold 12px arial, sans-serif, verdana;
	color: #000033;
	text-decoration: underline;
}

a.bold:hover {
	font: bold 12px arial, sans-serif, verdana;
	color: #006600;
	text-decoration: none;
}

a.footer {
	font: normal 11px arial, sans-serif, verdana;
	color: #333366;
	text-decoration: underline;
}

a.footer:hover {
	font: normal 11px arial, sans-serif, verdana;
	color: #FF9900;
	text-decoration: none;
}

table.content {
	background-image: url(../images/layout/content-bg.gif);
	background-position: center center;
	background-repeat: no-repeat;
}

td.content {
	/*background-image: url(../images/layout/focuses.gif);
	background-position: top left;
	background-repeat: no-repeat;
	padding: 150px 20px 20px 99px;*/
	padding: 35px 20px 20px 10px;
	font: normal 12px arial, sans-serif, verdana;
	line-height: 140%;
}

td.publications {
	background-image: url(../images/layout/publications.gif);
	background-position: 45px top;
	background-repeat: no-repeat;
	padding: 80px 10px 20px 50px;
	font: normal 12px arial, sans-serif, verdana;
	line-height: 140%;
}

td.footer {
	background-image: url(../images/layout/footer-line.gif);
	background-position: center center;
	background-repeat: no-repeat;
	padding-top: 30px;
	font: normal 11px arial, sans-serif, verdana;
	color: #333366;
}

img.pubs {
	margin: 0px 10px 10px 0px;
}

p.source {
	margin-top: 5px;
}

ul.focuses {
	margin-top: 10px;
	margin-bottom: 10px;
}

li.focuses {
	font: bold 12px arial, sans-serif, verdana;
}