body
{
	font-family: Verdana, Lucida, Helvetica, Arial, sans-serif;
	color:#003366;
}


p
{
	margin: 10px;
}

h1
{
	margin: 0 0 0.5em 10px;
}

h2
{
	margin-left: 10px;
	margin-bottom: 0.5em;
}

h3
{
	margin-left: 10px;
	margin-bottom: 0.5em;
}

a 
{
	text-decoration: none;
	color: #3333ff;
}

a:link
{
	text-decoration: none;
}

a:visited
{
	text-decoration: none;
}

a:active
{
	text-decoration: none;
}

a:hover
{
	text-decoration: none;
	color: #ff9900;
}

a img 
{
	border: 0;
}

div.banner_left
{
 	font-family: "Lucida Bright", serif;
 	font-weight: bold; 
	font-size: 60px;
	position: absolute;
	top: 0;
	left: 5px;
	height: 60px;
	background: #ffffff;
}

div.banner_right
{
	position: absolute;
	top: 15px;
	right: 5px;
	width: 320px;
	height: 45px;
}

div.sidebar
{
	position: absolute;
	top: 75px;
	left: 0;
	bottom: 0;
	width: 12em;
	background: #6699cc;
	color: #ffffff;
	font-weight: bold;
}

div.sidebar ul {
	list-style-type: none;
	float: left;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 3px;
	padding-bottom: 3px;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

div.sidebar li {
	list-style-type: none;
	margin: 0;
	padding-top: 3px;
	padding-bottom: 3px;
}

div.sidebar li.current {
	color: #99ccff;
}

div.sidebar li a {
 	color: #ffffff;
}

div.sidebar li a:hover {
   	color: #ff9900; 
}

div.main
{
	position: absolute;
	top: 75px;
	bottom: 0;
	left: 12em;
	right: 0;
 	overflow: auto; 
	background: #ffffff;
}

div.footer
{
	margin-top: 20px;
	text-align: right;
	font-size: 10px;
	background: #ffffff;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 3px;
	padding-bottom: 3px;
}

ul.none
{
	list-style-type: none;
	margin-top: 0;
	margin-bottom: 0;
}

span.name
{
/*	font-weight: bold; */
}

span.speaker
{
	font-weight: bold;
}
span.affiliation
{
/*	font-style: italic; */
	font-style: normal;
}

span.title
{
	font-style: italic;
}

div.papers
{
	margin-top: 1em;
	margin-bottom: 1em;
}

div.papers p
{
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	margin-left: 30px;
	text-indent: -20px;
}

div.table
{
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	margin-left: 30px;
}

div.program
{
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	margin-left: 10px;
}

hr
{
        border: 1px solid;
        margin-top: 1.12em;
        margin-left: 40px;
        margin-right: 40px;
        color: #003366;
}

