* {
	margin: 0;
	padding: 0;
}

body {
	font-family: Calibri, Verdana, Bitstream Vera Sans, Helvetica, sans-serif;
	font-size: 0.9em;
	text-align: center;
	color: #333;
	background-color: #111;
}

.actionlink { text-decoration: underline; color: #25c; }
.actionlink:hover { color: #69f; cursor: pointer; }
.actionlink:active { color: #f63; }

a:link { color: #25c; }
a:visited { color: #25c; }
a:hover { color: #69f; }
a:active { color: #f63; }
a.amHere { color: inherit; font-weight: bold; text-decoration: none; }
a.nodec { text-decoration: none; color: inherit; }
a.nodec:hover { text-decoration: underline; }

p {
	padding-top: 0.5em;
	padding-bottom: 0.5em;
}

ul, ol, dl {
	margin-left: 2em;
}
li {
	padding-top: 0.3em;
	padding-bottom: 0.3em;
}
ol ol {
	list-style: lower-alpha;
}
ol ol ol {
	list-style: lower-roman;
}
dt {
	font-weight: bold;
}
dd {
	margin-left: 1em;
	margin-right: 3em;
}

h1, h2, h3 {
	font-family: Georgia, serif;
	font-weight: normal;
}

h1 {
	font-family: "Palatino Linotype", Palatino, Georgia, serif;
	font-size: 2.2em;
}

h2 {
	font-size: 1.8em;
	margin-left: -0.8em;
	margin-top: 0.8em;
}
h3 {
	font-size: 1.5em;
	margin-top: 0.6em;
}
h4 {
	font-family: inherit;
	font-size: inherit;
	margin-top: 0.6em;
}

table {
	margin: 0.5em 1em;
	background: #f3f3f3;
	border-top: 3px solid #ccc;
	border-bottom: 3px solid #ccc;
	border-collapse: collapse;
}
th {
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
td, th {
	padding: 0 0.5em;
}

blockquote {
	margin: 1em 3em;
	font-size: 0.9em;
	line-height: 140%;
	background: #eee;
	border-left: 5px solid #ccc;
	padding: 0.5em;
	border-radius: 0 12px 12px 0;
	-moz-border-radius: 0 12px 12px 0;
	-webkit-border-top-right-radius: 12px;
	-webkit-border-bottom-right-radius: 12px;
}

.aside {
	float: right;
	width: 250px;
	padding: 1em;
	margin: 1em;
	text-align: center;
	background: #eee;
	border: 3px solid #ddd;
}
.small_aside {
	float: right;
	font-size: 0.85em;
	line-height: 140%;
	width: 200px;
	padding: 0.5em;
	margin: 1em 2em;
	background: #eee;
	border: 3px solid #ddd;
}
.caption {
	margin-top: 0.5em;
	font-size: 90%;
	line-height: 140%;
}
.returnlink, .footer {
	font-size: 0.8em;
	margin: 2em 0 -0.5em -1em;
	border-top: 1px solid #ccc;
}

#container {
	width: 600px;
	margin: 0 auto;
}

#Title {
	text-align: left;
	margin: 0 auto;
  	background-color: #fff;
	border-left: 18px solid #090;
	border-right: 18px solid #090;
	padding: 0.2em 1em;
}

#Menu {
	text-align: left;
	margin: 0 auto;
  	background-color: #eee;
  	border-top: 1px solid #aaa;
	border-left: 14px solid #aaa;
	border-right: 14px solid #aaa;
	padding-top: 0.2em;
	padding-bottom: 0.25em;
	padding-left: 0.8em;
	padding-right: 0.8em;
}

#Main {
	text-align: left;
	line-height: 150%;
  	background-color: #fff;
  	border-top: 1px solid #aaa;
	border-left: 10px solid #696;
	border-right: 10px solid #696;
	padding: 0 2.5em 1em 2.5em;
}

#Bottom {
  	border-top: 1px solid #ccc;
  	border-bottom: 1px solid #ccc;
	background-color: #eee;
	border-left: 8px solid #ccc;
	border-right: 8px solid #ccc;
	font-size: 0px;
	height: 12px;
	border-radius: 0 0 8px 8px;
	-moz-border-radius: 0 0 8px 8px;
	-webkit-border-bottom-left-radius: 8px;
	-webkit-border-bottom-right-radius: 8px;
}

.standout {
	background-color: #aef;
	margin: 0.5em 4em;
	padding: 0.25em 0.5em;
	border: 1px solid #777;
	border-radius: 9px;
	-moz-border-radius: 9px;
	-webkit-border-radius: 9px;
}

.pub_block {
	background-color: #fea;
	padding: 0;
	margin-top: 1em;
	border: 3px solid #f8e6a6;
	border-radius: 0 0 15px 15px;
	-moz-border-radius: 0 0 15px 15px;
	-webkit-border-bottom-left-radius: 15px;
	-webkit-border-bottom-right-radius: 15px;
}
.pub_block_head {
	font-family: Georgia, serif;
	font-size: 90%;
	background-color: #ed8;
	padding-left: 0.2em;
	font-weight: bold;
}
.publication {
	border-top: 1px dotted #777;
	padding: 0.25em 0.25em 0.25em 1.25em;
	text-indent: -1em; 
	line-height: 140%;
}
.publication_small {
	font-size: 80%;
	line-height: 130%;
	border-top: 1px dotted #777;
	border-bottom: 1px dotted #777;
	padding: 0.25em 0.25em 0.25em 1.25em;
	text-indent: -1em; 
}
.extra_details {
	font-size: 80%;
	color: #57b;
	line-height: 120%;
	padding: 4pt;
}

/* Style sheet for printing */
@media print {
	* { line-height: 110%; }
	#container { width: 100% !important; }
	#Title, #Main { border: none; }
	#Bottom, .returnlink { display: none; }
	/* insert off-site links, as those are the ones that will be useful and non-obvious */
	a[href^="http://"]:after {
		content: " [" attr(href) "]";
	}
}

