* {
	font-family: Arial;
}

html,body{
	margin: 0px;
	padding: 0px;
    height: 100%;
    border: none;
    color: #005074;
    background-color: #ECF5F7;
}

h1, h2, h3, h4, p, hr, table {
    margin: 0px 30px 0.5em 20px;
}


p, table, ol, #maincontent > ul {
    font-size: 80%;
}

#maincontent ul li ul {
    font-size: 100%;
}

h1, h2, h3 {
    font-style: italic;
}

a {
    color: #005074;
}

a:hover {
    color: orange;
}

hr {
  border: 0px;
  background-color: black;
  height: 1px;
  color: black;
}


#mainpage {
    position:relative;
	width: 990px;
	margin: 0px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	display: table;
	height:100%;
	background-image: url(images/2009/fullwidthbg.gif);

}

#header {
    width: 990px;
	margin: 0px;
	background-image: url(images/2009/header.gif);
	height: 160px;
}

#header h1, #header h2 {
    display: none;
}

#header img {
    display: none;
}

#logo {
    display: block;
    float: left;
    width: 115px;
    height: 115px;
    margin-top: 22px;
    margin-left: 43px;
}


#leftmenucontainer {
    position: relative;
    float: left;
    width: 200px;
	margin: 0px;
	padding: 0px;
    height: 100%;
}

#leftmenu {
    display: block;
    position: relative;
    float: left;
    width: 200px;
	margin: 0px;
	padding: 0px;
    background-image: url(images/2009/leftmenutop.gif);
    background-repeat: repeat-x;
}

#leftmenu h1 {
    font-size: 120%;
    text-align: center;
}


#maincontent {
    display: block;
	float: left;
	position: relative;
	margin: 0px;
    height: 100%;
    min-height: 327px;
    width: 790px;
    background-image: url(images/2009/mainbg.gif);
    background-repeat: repeat-x;
}



.leftmenulist {
    padding: 0px 0px 0px 20px;
    margin: 0px;
    list-style: none;
    font-size: 75%;
}

.leftmenulist li {
    margin: 0px 0px 0.24em 0px;
}

.leftmenulist ul {
    list-style: none;
    padding: 0px 0px 0px 20px;
    margin: 0px;
    font-style: italic;
}

.leftmenulist ul li {
    padding: 0px;
    margin: 0px;
}

.leftmenulist ul a {
padding: 0px;
margin: 0px;
    font-weight: normal;
}

.leftmenulist a { 
padding: 0px;
margin: 0px;
    text-decoration: none;
    font-weight: bold;
    color: #005074;
}

.leftmenulist a:hover { 
    color: orange;
}

.centered {
    text-align: center;
}

table.programme {
	border: 1px solid black;
	border-collapse: collapse;
}

table.programme tr td{
	vertical-align: top;
	border: 1px solid black;
}

li p {
    font-size: 100%;
}

table h3, table p, table h4 {
    margin-left: 0px;
}

table tr td p, table tr td table, table tr td ol, table tr td ul, table ul p, table tr td h4 {
    font-size: 100%;
}

table tr td h4 {
    font-size: 120%;
}


table.participants{
 xdisplay: none;
 background-color: #106770;
 width: 493;
 border: none;
 xpadding: 1;
}
table.participants tr td{
 background-color: #D0E8EB;
 xbackground-color: red;
 padding: 1px;
 margin: 1px;
}


