* {
	margin: 0;
	padding: 0;
}

html {
  background-color: #fff;
  margin: 0;
  padding: 0;
  font-size: 1em;
}

body {
	padding-left: 5px;
	padding-right: 5px;
	border-radius: 0.5em;
	background-color: #eee;
	box-shadow: 0 0 10px 2px #666;
}

body > p, body > dl
{
	padding: 0 0.5em;
}

p {
	margin: 0 0 0.5em 0;
	line-height: 140%;
}

a {
	text-decoration: none;
	color: #4682B4; /* light steel blue */
	text-decoration: underline;
}
a:hover {
	font-style: oblique;
}

ul, ol, li {
	margin: 0 0 0.5em 1em;
}



.PageHeader h1 {
	border-radius: 0.3em;
	font-size: 1.3em;
	line-height: 1.5em;
	background-color: #4682B4; /* steel blue */
	color: #fff; /* white */
	font-weight: bold;
	padding: 0 0.5em;
	margin: 0.3em 0.2em 0.5em 0.2em;
	clear: both;
	padding: 20px 0 10px 0;
	font-size: 2em;
	text-align: center;
	font-weight: normal;
}

.Contact th, td {
	padding: 15px;
	text-align: left;
}

.Information p {
	margin-left: 1em;
}

.Navigation {
	clear: both;
	text-align: right;
	padding-right: 1em;
}

.Quote p {
	margin: 1em 1em 1em 1em;
	font-style: italic;
	text-align: right;
	clear: both;
}

.Publications {
	margin: 1em 0.2em 0.5em 0.2em;
}
.Publications h4 {
	margin: 1em 0.2em 0.5em 0.2em;
	clear: both;
}
.Publications ul, li {
	margin: 0.5em 0.5em 0.5em 1em;
	clear: both;
}
.Publications li:target {
	background-color: #ffffcc;
}

.info {
  width: 70%;
  padding: 0.8em 0.5em;
  margin-left: auto;
  margin-right: auto;
  border-radius: 0.8em;
  box-shadow: inset 0 0 2px 2px #ccc;
  background-color: #d8eaf4;
  text-align: center;
  color: #444;
  font-size: 0.9em;
}

h2 {
	border-bottom-style: solid;
	font-size: 1.3em;
	line-height: 1.5em;
	color: #4682B4;
	font-weight: bold;
	padding: 0 0.5em;
	margin: 1em 0.2em 0.5em 0.2em;
	clear: both;
}

h3 {
	border-bottom-style: solid;
	font-size: 1.1em;
	line-height: 1.5em;
	color: #78abd8;
	font-weight: bold;
	padding: 0 0.5em;
	margin: 1em 0.2em 0.5em 0.2em;
	clear: both;
}

oldH2 {
	border-radius: 0.3em;
	font-size: 1.3em;
	line-height: 1.5em;
	background-color: #4682B4; /* steel blue */
	color: #fff; /* white */
	font-weight: bold;
	font-style: italic;
	box-shadow: 0 10px 10px -7px #888;
	text-shadow: 0 0 1px #fff;
	padding: 0 0.5em;
	margin: 1em 0.2em 0.5em 0.2em;
	clear: both;
}

oldH3 {
	border-radius: 0.3em;
	font-size: 1.1em;
	line-height: 1.5em;
	background-color: #78abd8;
	color: #fff;
	font-weight: bold;
	font-style: italic;
	padding: 0 0.5em;
	margin: 1em 0.2em 0.5em 0.2em;
	box-shadow: 0 10px 10px -7px #888;
	text-shadow: 0 0 1px #fff;
	clear: both;
}

h4 {
	font-size: 1.1em;
	line-height: 1.5em;
	font-weight: bold;
	padding: 0 0.5em;
	margin: 1em 0.2em 0.5em 0.2em;
	clear: both;
}

#agenda dt {
  display: block;
  float: left;
  clear: both;
  width: 25%;
  padding-top: 0.3em;
}
#agenda dd {
  padding: 0.3em 0 0.5em 1%;
  width: 74%;
  float: right;
}

.News {
	border-radius: 1em;
	margin: 1em;
	/* background-color: #fff; */
	box-shadow: 0 0 2px 2px #ccc;
	clear: both;
}

.News h3 {
	border-top-left-radius: 0.6em;
	border-top-right-radius: 0.6em;
	font-size: 1.1em;
	line-height: 1.7em;
	/* background-color: #96b8de; */
	color: #4682B4;
	/* color: #333; */
	font-weight: normal;
	padding: 0 0.5em;
	margin: 0 0 0.5em 0;
	/* box-shadow: 0 2px 4px -1px #888; */
	border-bottom: 1px solid;
}
.News h4 {
	font-weight: bold;
	font-size: 1em;
	line-height: 1.5em;
	padding: 0.2em 0.5em;
	clear: both;
}
.News dl {
	padding: 0 0.5em;
	clear: both;
	}
.News dt {
	display: block;
	float: left;
	clear: both;
	width: 14%;
	font-style: italic;
}
.News dd {
	padding: 0 0 0.5em 1%;
	width: 85%;
	float: right;
	text-align: justify;
}
.News ul {
	padding-left: 2em;
}
.News ul li {
	list-style-position: outside;
	margin-bottom: 0.5em;
}

.Clear {
	clear: both;
	text-align: right;
	padding-right: 1em;
}

.ScrollableX {
	overflow-x: scroll;
}

.Emphasized {
	color: #4682B4; /* steel blue */
}

.MenuNavigation
{
	background-color: #4682B4; /* steel blue */
	color: #fff; /* white */
	clear: both;
	border-radius: 0.3em;
	padding: 0.3em 0.2em 0.2em 0.2em;
	margin:0 auto;
	text-align: center;
}
.MenuNavigation ul
{
	display: inline-block;
	margin: 0 auto;
}
.MenuNavigation li
{
	display: inline-block;
	margin-right: 10px;
	margin-left: 10px;
	padding-top: 5px;
	padding-bottom: 0px;
	padding-left: 10px;
	padding-right: 10px;
}
.MenuNavigation a
{
	background-color: #4682B4; /* steel blue */
	color: #fff; /* white */
	font-weight: bold;
	text-decoration: none;
}
.MenuNavigation li:hover
{
	font-style: italic;
}
