img.logo{
width:100%;
}

body{
font-family:sans-serif;
margin:auto;
text-align:left;
width:70%;
}

fieldset
{
padding:1em;
display:inline;
}

div.content
{
background-color: #ffffcd;
padding: 10px 0px 10px 0px;
border-top:thin solid black;
border-bottom:thin solid black;
}

div.conference_content
{
background-image:url('./images/conference_picture2.jpg');
text-align:center;
}

div.top_menu_pane
{
background-color:Navyblue;
text-align:center;
font-weight:bold;
}

div.sub_menu_pane
{
background-color:lightgrey;
text-align:center;
font-weight:bold;
}

a.menu_link
{
padding:0px 5px 0px 5px;
color:darkblue;
text-decoration:none;
}

a.menu_link:visited
{
color:DarkBlue;
}

a.menu_link:hover
{
background-color:dodgerblue;
color:darkblue;
}

h1
{
text-align:center;
color:navy;
}

a.menu_link:active
{
color:yellow;
}

.centeredImage
{
text-align:center;
margin-top:0px;
margin-bottom:0px;
padding:0px;
}

ins
{
font-weight:bold;
}

p
{
text-indent:4em;

}

ol
{
list-style-type:upper-alpha;
list-style-postion:inside;
margin-left:6em;
}

h3
{
text-align:center;
}