body {
	margin: 0;
}
.content {
	width: 96%;
	margin: 0 auto;
/*	border: 1px solid green;*/
}
.myhead {
	width: 100%;
	height: 273px;
/*	border: 1px solid red;*/
	margin: 0 auto;
}
.backgroundbar {
	position: absolute;
	width: 96%;
	border-width: 0;
	height: 165px;
	margin-top: 52px;
	background: url("background.png") repeat-x;
}
.topbar {
	width: 100%;
	height: 48px;
	position: absolute;
/*	border: 1px solid #90ee90;*/
	top: 5px;
	background: url("linetop.png") repeat-x;
}
.bottombar {
	width: 100%;
	height: 48px;
	position: absolute;
/*	border: 1px solid #90ee90;*/
	bottom: 5px;
	background: url("linebottom.png") repeat-x;
}
.mainpic {
	position: relative;
	top: 0;
	width: 273px;
	height: 273px;
/*	border: 1px solid #ffff00;*/
	background: url("main.png") no-repeat;
	left: 35px;
}
#conference{
	border: 1px solid #000000;
	background-color: #ffffff;
	padding: 5px;
	font-family: Times New Roman, Arial, Helvetica, sans-serif;
	color: #000000;
}
#conference h1{
	font-size: 14pt;
	text-align: center;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 100%;
	margin: 0;
}
#conference p{
	font-size: 12pt;
	text-align: justify;
	text-indent: 34px;
	margin: 0;
}
#conference ol{
	margin: 0;
	margin-left: 34px;
	font-size: 12pt;
}
#conference li{
	font-style: italic;
}
#conference h3{
	font-weight: bold;
	margin-bottom: auto;
	margin-top: 1em;
}
#conference img.icon{
	margin-bottom: -12px;
	padding-top: 4px;
	padding-bottom: 4px;
}
#conference table{
	/*padding-left: 36px;*/
}
#conference td{
	padding: 0;
	font-size: 12pt;
}
.nounderline{
	text-decoration: none;
}