@charset "UTF-8";
/* CSS Document */

body {
background-color: #003470;
}

#container {

position: relative;
margin-left: auto;
margin-right: auto;
width: 725px;
height: 580px;

}

#main {
background:url(images/bg-new.gif);
background-repeat: no-repeat;
width: 725px;
height: 580px;
}

#agenda {
	position: absolute;
	top: 222px;
	left: 29px;
	height: 215px;
	width: 667px;
}

#agenda p {
	font-size: 14px;
	}

#discussion {
	position: absolute;
	top: 356px;
	left: 8px;
	}
	
#schedule {
	position: absolute;
	left: 135px;
	top: 532px;
	width: 533px;
	}
	
#footer {
	position: absolute;
	left: 32px;
	top: 1070px;
	width: 630px;
}

p {
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color: #003470;
line-height: 20px;
margin: 0px;
}

span.style1 {
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
line-height: 20px;
color: #003470;
font-weight: bold;
letter-spacing: 1px;
padding-left: 50px;
}

span.style2 {
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color: #003470;
padding-left: 10px;
padding-top: 2px;
padding-bottom: 2px;

}

span.style3 {
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
font-weight: bold;
color: #003470;
line-height: 20px;
}

span.style4 {
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color: #003470;
background-color: #f5a01a;
line-height: 20px;
padding: 3px 5px;
margin-left: -5px;
}

ul.list {
margin: 0px;
}

ul.list li {
list-style-image:url(images/bullet.gif);
list-style-position:outside;
font-family:Arial, Helvetica, sans-serif;
font-size: 20px;
color: #003470;
padding: 6px 0px 6px 10px;
vertical-align:middle;

}

table.thumbs a img {border: none;}

