body {
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  background: black;
  color: white;
  font-size: 12px;
  font-family: optima, arial, verdana, helvetica, sans-serif;
}

#emblem {
/*\*/  position: fixed !important; /* Non-IE */
  position: absolute; /* IE */
  top: 0px;
  left: 0px;
  width: 150px;
  height: 120px;
  background: #C5050C;
  color: black;
  text-align: center;
}

#emblem img {
  height: 106px;
  margin-top: 10px;
  border-width: 0px;
}

#header { 
/*\*/  position: fixed !important; /* Non-IE */
  position: absolute; /* IE */
  top: 0px;
  left: 165px;
  right: 0px;
/*\*/  width: auto !important; /* Non-IE */
  width: 820px; /* IE */
  height: 120px;
  background: white;
  color: black;
}

#header h1 { 
  display: block;
  position: absolute;
  left: 5px;
  bottom: 0px;
  height: 60px;
  width: 720px;

  padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
  
  font-style: normal;
  font-variant: small-caps;
  font-weight: normal;
  font-stretch: normal;
  font-size: 56px;
}

#navbar {
/*\*/  position: fixed !important; /* Non-IE */
  position: absolute; /* IE */
  top: 135px;
  bottom: 0px;
/*\*/  height: auto !important; /* Non-IE */
  height: 470px; /* IE */
  left: 0px;
  width: 150px;
  background: white;
  color: black;
}

#rightcoltop {
/*\*/  position: fixed !important; /* Non-IE */
  position: absolute; /* IE */
  top: 135px;
  right: 0px;
/*\*/  left: auto !important; /* Non-IE */
  left: 945px; /* IE */
  width: 40px;
  height: 180px;
  background: #003366;
  color: white;
}

#rightcolbot {
/*\*/  position: fixed !important; /* Non-IE */
  position: absolute; /* IE */
  top: 330px;
  bottom: 0px;
/*\*/  left: auto !important; /* Non-IE */
  left: 945px; /* IE */
  right: 0px;
  width: 40px;
/*\*/  height: auto !important; /* Non-IE */
  height: 275px;
  background: white;
  color: black;
}

#footerleft {
/*\*/  position: fixed !important; /* Non-IE */
  position: absolute; /* IE */
/*\*/  top: auto !important; /* Non-IE */
  top: 585px; /* IE */
  bottom: 0px;
  left: 165px;
  height: 15px;
  width: 540px;
  background: #d4ac7f;
  color: black;
  font-size: 100%;
  padding: 3px 0px 2px 0px;
  text-align: center;
}

#footerright { 
/*\*/  position: fixed !important; /* Non-IE */
  position: absolute; /* IE */
/*\*/  top: auto !important; /* Non-IE */
  top: 585px; /* IE */
  bottom: 0px;
  left: 720px;
  right: 55px;
/*\*/  width: auto !important; /* Non-IE */
  width: 203px; /* IE */
  height: 15px;
  background: black;
  border-top: 1px solid #999999;
  border-right: 1px solid #999999;
  border-left: 1px solid #999999;
  font-size: 100%;
  padding: 2px 5px 2px 0px;
  text-align: right;
  color: #DAC6A9;
}

#footerleft a { 
  margin-left: 0.5em;
  margin-right: 0.5em;
  text-decoration: none;
  font-variant: small-caps;
  font-weight: bold;
  background-color: #d4ac7f;
  color: black;
}

#footerright a { 
  text-decoration: none;
  font-variant: small-caps;
  background-color: black;
  color: #d4ac7f;
}

#footerright a:hover, #footerleft a:hover { 
  text-decoration: underline;
}

#main { 
/*\*/  position: fixed !important; /* Non-IE */
  position: absolute; /* IE */
  top: 135px;
  left: 165px; 
  right: 55px;
  bottom: 35px;
  
/*\*/  width: auto !important; /* Non-IE */
  width: 735px; /* IE */

/*\*/  height: auto !important; /* Non-IE */
  height: 405px; /* IE */

  padding: 15px;
  background: white;
  color: black;
  overflow: auto;
  font-size: 12pt;
}

#main p {
  margin: 0em 0em 1em 0em;
}


#main #sidebar { 
  float: right;
  width: 33%;
  border: 0px;
  margin: 0em 0em 0em 1em;
  font-size: 10pt;
}

#main #sidebar div { 
  border: 2px dashed black;
  padding: 0.5em;
  margin-bottom: 0.5em;
}

#main #sidebar h3 {
  font-variant: small-caps;
  font-size: 16px;
  font-weight: bold;
  font-style: normal;
  margin-top: 0px;
}

#main a { 
  text-decoration: none;
}

#main a:hover { 
  text-decoration: underline;
}

#main #sidebar dd { 
  margin-left: 1em;
}

#main #sidebar .old { 
  font-variant: small-caps;
}

#main #portrait {
  display: block;
  /* float: left; */
  height: 300px; 
  margin-right: 1em;
  border: 0px solid black;
}

#main h2 { 
  font-variant: small-caps; 
  margin-top: 0px;
  font-size: 18pt;
}

                    
#main h3 { 
  font-variant: small-caps; 
  margin-top: 0px;
  font-size: 14pt;
}

/* Navigation bar */
#navbar a {
  display: block;
  text-decoration: none;
  font-size: 14pt;
  border-right: 10px solid black;
  border-bottom: 1px solid black;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  margin-left: 5px;
  margin-right: 5px;
  font-variant: small-caps;
  text-align: right;
  padding-right: 0.5em;
  color: black;
  background-color: white;
}

#navbar a:hover { 
  border-color: #003366;
  color: #003366;
  background-color: white;
}

#navbar a.current { 
  border-color: #C5050C;
  color: #C5050C;
  background-color: white;
}

#main a img {
	border-width: 0px;
}

/* Publication list styles */

#main .publist li {
  margin-bottom: 1em;
}

.publist a.title {
  font-weight: bold;
}

.publist a.journal {
  color: black;
  font-style: italic;
}

.publist a.author {
  color: black;
}

.publist a.journal {
  color: black;
}

.publist a.university {
  color: black;
}

.publist a.editor {
  color: black;
}

.publist a.publisher {
  color: black;
}

.publist a.book_title {
	color: black;
	font-style: italic;
}

.publist a.series_title {
	color: black;
	font-style: italic;
}

#main #feed {
	display: block;
	right: 15px;
	bottom: 15px;
/*	position: absolute; */
	height: 14px;
	width: 14px;
}

