body {
	background-color: #E0EAF0;
	color: #636363;
	font-family: arial;
	font-size: 90%;
	font-style: normal;
	margin: 0px;
	padding: 0px;
	height: 100%;
	}
h1 {
	color:#005063;
	font-family:arial;
	font-size:198%;
	font-style:normal;
	font-weight:bold;
	}
h2 {
	color: black;
}
a img {
	border: none;
	margin: 0px;
	padding: 0px;
	width: auto;
	}
p {
  color: black;
}
.document {
	padding: 0.5em;
	vertical-align: top;
	}
.heading {
	background-color: white;
	border:none;
	border-bottom: thin solid #4481A2;
	padding: 0px;
	height: 84px;
	}
table.layout {
	height: 100%;
	width: 100%;
	border-collapse: collapse;
	}
	td.menu {
		background-color: #8cb5c6;
		border-right: thin solid #4481a2;
		font-size: 13px;
		margin: 0px;
		padding: 0px;
		vertical-align: top;
		width: 120px;
		}
		td.menu ul.menu {
			list-style-type: none;
			list-style-position: inside;
			padding: 1em 0px 0px;
			margin: 0px;
			}
			td.menu ul.menu li {
				padding-left: 1em;
				height: 2em;
				}
				td.menu ul.menu li a {
					color: #005063;
					font-weight: bold;
					text-decoration: none;
					height: 1em;
					}
			td.menu ul.menu ul.conferences { 
				padding: 0.5em 0em 0em 0em;
				}
	td.context {
		width: 121px;
		background-color:#8cb5c6;
		border-left: thin solid #4481a2;
		color: white;
		}

