body {
	background-color: #336600;
	font-size: 0.95em;
	line-height: 1.4em;
	background-image: url('./images/background.png');
}
#all {
	width: 77%;
	margin: 3em auto 3em auto;
	padding: 5em 4em 2em 4em;
	background-color: #FFFFFF;
}

/* ----header--- */
#header p {
	border-bottom: 1px dotted;
	text-indent: 0px;
	margin-left: 0px;
}
h1 {
	width: 100%;
	text-align: center;
	font-size: 2em;
	line-height: 1.2em;
	font-family: serif;
}

#header div {
	font-style: normal;
	margin-left: auto;
	margin-right: 0;
	width: 6em;
}
address {
	font-style: normal;
}

#footer {
	width: 100%;
	margin: 3em auto 1em auto;
}
#footer p {
	margin: 0px;
	text-align: center;
}

/* ------ */

h2 {
	margin-top: 2em;
	clear: left;
	border-bottom: 1px dotted #AAAAAA;
	padding-bottom: 8px;
}

h3 {
	clear: left;
	margin-bottom: 0;
	margin-left: 1em;
}

h3 + ol {
	margin-left: 1em;
}

h3 + p {
}


h4 {
	clear: left;
	margin-top: 0.5em;
	margin-bottom: 0.2em;
	padding-bottom: 0.2em;
}

div.left {
	float: left;
	width: 45%;
	margin-left: 2em;
}
.vline {
	float: left;
	width: 2px;
	height: 60%;
	margin: 2em 0em 2em -3em;
	border-left: 1px #AAAAAA dotted;
}
div.right {
	float: left;
	width: 45%;
}
div.right h4 {
	margin-left: 2em;
}

p {
	text-indent: 1em;
	margin: 0px auto 1em 1.2em;
}
h2 + p,h2 + p + p,h2 + p + p + p {
	margin-left: 0em;
}

ol {
	list-style-type: decimal;
	margin-top: 0.4em;
}
ol ol {
	list-style-type: lower-roman;
}
ol ol ol {
	list-style-type: lower-alpha;
}

li {
	line-height: 1.4em;
	margin-top: 0px;
	margin-bottom: 0px;
}

dl.members {
	margin-top: 0px;
	margin-left: 1.2em;
}

.members dt {
	margin-bottom: 0px;
	padding-bottom: 0px;
	line-height: 1.2em;
	font-weight: normal;
}
.members dd {
	font-size: 0.7em;
	text-indent: 0em;
	margin-left: 0px;
	margin-bottom: 0px;
	margin-top: 0px;
	padding-top: 0px;
	line-height: 1.2em;
}

dl.talksession {
	margin-top: 0.5em;
	margin-left: 1.2em;
}

.talksession dt {
	font-weight: bold;
}
.talksession dd {
	
}
dl {
	margin-left: 2em;
}
dt {
	font-weight: bold;
}

table.questionnaire {
	margin: 1em auto 1em 2em
}

img.questionnaire {
	margin: 1em auto 1em auto;
}

ul {
	margin-left: 1em;
}