
html {
  height:100%;
}

body {
	background-color : #ffffff;
	margin: 0px;
	padding: 0px; 
	font-family: "Times New Roman", Times, serif;
	/* font-size: 9pt; */
	/* color: #474747; */
	line-height: 1.4;
    height:100%;
}

#container {
   min-height:100%;
   position:relative;
}

#header {
  text-align: center;
  /* background-color: #F0F0F0; */
  padding-bottom: 1em;
  padding-top: 0.5em;
}

#middle {
  margin-left: 5%;
  margin-right: 5%;
  padding-bottom:20px;   /* Height of the footer */
}

#footer {
   position:absolute;
   bottom:0;
   width:100%;
   height:20px;   /* Height of the footer */
   padding-top:5px;
   padding-bottom:5px;
   background-color: #F0F0F0;
}

#header ul {
  display: inline;
  margin: 0;
}

#header li {
  display: inline;
  list-style-type: none;
  padding-right:3em;
}

#footer span {
  padding-right:1em;
  float: right;
}

table {
	width: 100%;
	border-width: 0;
	border-collapse: collapse;
	margin-bottom: 1em;
}

caption {
	text-align: left;
	font-size: 12pt;
	font-weight: bold;
	line-height: 2;
} 

table.contents {
	width: 60%;
}

table.programme {
	text-align: left;
}

table.events {
	border-collapse: separate;
}

table.events td {
	vertical-align: top;
	border: 1px solid black;
	padding: 1em;
}

table.events caption {
	text-align: center;
}

table.events h1 {
	background-color: #D9F5E3;
	font-size: 12pt;
	font-weight: bold;
	text-align: center;
}

h1 {
	/* font-size: 12pt; */
	font-weight: bold;
} 

h2 {
	font-size: 100%;
	font-weight: bold;
} 

a {
	color: #474747;
	text-decoration: underline;
}

hr {
	border: 2px solid #FFD700
}

textarea {
	font-family: arial, tahoma, sans-serif;
	font-size: 9pt;
	line-height: 1.4;
}

div.acrostic:first-letter {
	font-size: 130%;
	color: red;
}

div.boxed {
  margin-top: 1em;
  margin-bottom: 1em;
  border-style: solid;
  border-width: thin;
  padding: 1em;
}

.wide li {
        padding-bottom: 1em;
}