/* colour palette:
#EEE6AB
#C5BC8E
#696758
#45484B
#36393B


#FFECEC 
#F0E0E0
#DDD1D1
#C5B9B9
#370057

#8F9797
#C6C6BB
#FDF6DE
#E8E0CC
#CDC5B3

*/


/* remove default browser styles */
* {
  margin: 0;
  padding: 0;
  font-family: sans-serif;
  font-style: normal;
  text-decoration: none;
}

img,a{
  border: 0;
}

html{
	height: 100%;
}
/* hovering for IE6 */
body{
	behavior:url("csshover2.htc");
	color: #1b303d;
	background-color: #345e77;
	height: 100%;
	font-size: 12px;
}

.newlink{
	color: #FF0000;
	font-weight:bold;
	text-decoration: underline;
}


.main{
	width: 95%;
/*	height: 63em;*/
	margin: 0 auto;
	padding: 0;
/*	border-left: 1px solid;
	border-right: 1px solid;
	border-color: #5498c0;*/
	background-color: #FFFFFF;
	background-image: url(../images/bigben.jpg);
	background-position: bottom right;
	background-repeat: no-repeat;
}

a{ color: #345e77; text-decoration:underline;}
a:hover{ color: #143e57; text-decoration:none;}

p{
	/*text-indent: 0.8em;*/
	margin: 0.3em 0 1em 0;
}

.sponsors{
	margin: 0em 0em 0em 0em;
}

.sponsor_table{
	margin: 0;
	padding: 0;
	vertical-align: middle;
	text-align: center;
	border: 0;
}

.sponsor_table td{
	margin: 0;
	padding: 0;
	vertical-align: middle;
	text-align: center;
	border: 0;
}

.banner{
	width: 100%;
	height: 175px;
	background-image: url(../images/banner.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-color: #99adba;
	margin: 0 0 1em 0;
}

h1{
	font-size: 16px;
	font-weight: bold;
	text-indent: 0;
	margin: 0 0 1em 0;
	color: #345e77;
}
h2{
	font-size: 14px;
	font-weight: bold;
	text-indent: 0;
	margin: 0;
	color: #345e77;
}
h3{
	font-size: 12px;
	font-weight: bold;
	text-indent: 0;
	margin: 0;
}

.menu{
	width: 22%;
	/*border: 1px solid;
	background-color: #DFE7E7;*/
	float: left;
	margin: 0 0.5% 1em 0.5%;
	
}

.menu ul{
	font-size: 12px;
	font-weight: bold;
	list-style:none;
	margin: 0;
}

.session{
    width: 95%;
    border: 1px dotted;
    padding: 0.5em;
}
ul{
	list-style: square;
	margin: 0.4em 1em 1em 2em;
}

.dates p{
	/*text-indent: 0.8em;*/
	margin: 0;
}

ol{
/*	list-style: square;*/
	margin: 0.4em 1em 1em 2em;
}

li{
	margin: 0.2em 0em 0.2em 0em;
}
.committee{
	margin: 1em 0 0 0.5em;
	font-size: 9px;
	text-align:center;
}

.committee h2{
	font-size: 11px;
}

.committee b{
	font-weight: normal;
	font-size: 11px;
}

.committee p{
	margin: 0 0 0.6em 0;
	text-indent: 0;
}

.menu ul a{
	list-style:none;
	padding: 0.5em;
	margin: 0;
	display: block;
	color: #345e77;
	text-decoration: none;
	border: 0;
	border-left: 4px solid #FFFFFF;
	border-bottom: 2px dotted #345e77;
}

.menu ul a:hover{
	color: #5498c0;
/*	background-color: #8F9797;*/
	border-left: 4px solid #5498c0;
}

.page_content{
	margin: 0 0.5% 1em 0.5%;
	padding: 0em 1em 0 1em;
	width: 71%;
    float: right;
	/*height: 47em;
	overflow: auto;*/
	/*border-left: 2px dotted #345e77;*/
}

.dates b{
    clear: both;
    display: block;
    float: left;
    width: 250px;
    overflow: hidden;
}

.dates p{
    display: block;
	text-indent: 0em;

}

.ecf input{
    margin-bottom: 0.5em;
}

.ecf .text{
    width: 100%;

}

.ecf *{
    float:none;
    display: block;
}

.footer{
    margin-top: 1em;
    padding-top: 0.5em;
    width: 100%;
    border-top: 2px dotted #345e77;
    clear: both;
    text-align:center;
}

.footer img{
    margin: 0em 0.5em;
}

.fl{
    float:left;
    margin: 0.5em;
    border: 2px dotted #345e77;
    padding: 0.2em;
    clear: right;
}

.fr{
    clear: left;
    float:right;
    margin: 0.5em;
    border: 2px dotted #345e77;
    padding: 0.2em;
}

i{
    font-style: italic;
}


.program {
    margin: 1em;
    border: 1px dotted;
    padding: 0.2em;
    width: 95%;
}

th{
    text-align:left;
    border-bottom: 1px dotted;
}

.session h2{
    float:right;
}
.program td{
/*    padding: 0.5em;*/
}

.program .short{
    width: 4em;
}

.session{
    margin: 0.5em;
}

.session h1{
    margin: 0;
    margin-bottom: 0.5em;
    font-size:14px;
}

.cntr{
    text-align:center;
}
