
html {
  max-width: 1200px;
  min-width: 550px;
  /* margin: 0 auto; */
}

body {
  /* font-family: Arial,Verdana,Helvetica,sans-serif; */
}

h2 {
    font-weight: bold;
    color: #000;
    border-bottom: 2px solid #002a52;
        border-bottom-width: 2px;
        border-bottom-style: solid;
        border-bottom-color: #002a52;
    font-size: larger;
}

.PaperTitle { font-weight: bold; }

.PaperAuthors {  }

.PaperLocation { font-style: italic; }

.clearall {
    clear: left;
    height: 0px;
}  

#HEADER {
  text-align: center;
  /*
  color: white;
  background-color: #002a52;
  */
  color: #002a52;
  vertical-align: middle;
  margin-left: 3em;
  margin-right: 0px;
  display: block;
  background-image: url('idc-logo-blue.png');
  background-repeat: no-repeat;
  background-position: left; 
}
#MathSpacer {
  float: left;
  /* width: 100px; */
  height: 100px;
}

#pagetitle {
  position: relative;
  font-weight: bold;
  font-size: 40px;
  top: 27px; 
  /* font-family: URW Chancery L, Zapf-Chancery, cursive; */
}

#pagetitle-text {
  background-color: white;
}


#main-text { margin-left: 3em; }


#my-info {
    background-repeat: no-repeat;
    text-align: justify; 
    
}

#cats { 
  text-align: justify; 
}

div.BibTex { 
    display: none;
    speak: none;
    font-size: smaller;
}
div.Abstract {
    display: none;
    font-size: smaller;
    max-width: 60em;
    text-align: justify;
}
/*
div.Abstract:hover {
    display: block;
}
div.BibTex:hover {
    display: block;
}
*/

div.ContactInfo {
    border-style: solid;
    border-width: 1px;
    margin-top: 4em;
    margin-left: 1em;
    text-align: center;
    font-size: 0.8em;
    float: right;
    /* background-color: rgb(255, 255, 204);*/
}
#ContactHeader {
}

.ContactInfo dt { 
    margin: 0pt;
    padding: 0.5em;
    text-align: left;
    width: 7em;
    float: left;
    font-weight: bold;
}
dt {
    clear: both;
}
.ContactInfo dd {
    border-top: 1px solid rgb(153, 153, 153); 
    margin: 0pt;
    padding: 0.5em;
    text-align: left;
    width: 22em;
}
.highdt {
    height: 5em;
}

.oldversion {
	font-size: smaller;
}

#footer {
    font-size: 0.7em;
    padding-top: 5px;
    border-top: 1px solid gray;
}

.icon {
    float: left;
}
