#body_left 
{
    margin: 70px 0px 0 0;
  width: 150px;
  padding-right: 10px;
  border-style:solid;
    border-right:1px solid #C8C8C8;
    border-left: none;
    border-top: none;
    border-bottom: none;
  min-height: 100px;
  text-align:right;
}

#body_left_inner
{
  margin: 0px 0px 0 0px;
}

#body_right {
  width: 10px;
}

#body_content { 
  width: 75%;
}

.column_header{
    font-size: 14px;
    /*text-decoration:underline;*/
}

.column{
	font-size: 12px;
}

.pub_title a:link {color:#444444; text-decoration:none;}      /* unvisited link */
.pub_title a:visited {color:#444444; text-decoration:none;}  /* visited link */
.pub_title a:hover {color:#444444;}  /* mouse over link */
.pub_title a:active {color:#444444;}  /* selected link */

.pub_info_container  {
    position: relative;
    min-height: 170px;
}

.pub_downloads {
  font-family: 'Open Sans', sans-serif;
  font-size: 12px;
  border-top: 1px solid #dddddd;
  width: 524px;
  /*padding-top: 3px;
  margin-top: 8px;*/
  position: absolute; 
  bottom: 8px;
}

span.text_highlight {
  background-color: yellow;
}

span.pub_title {
  font-family:  'Archivo Narrow', sans-serif;
  font-size: 17px;
  font-weight: bold;
}

span.pub_authors {
  font-family:  'Archivo Narrow', sans-serif;
  font-size: 14px;
}

span.pub_myname {
  font-family:  'Archivo Narrow', sans-serif;
  font-size: 14px;
  font-weight: bold;
}

span.pub_keywords {
  font-family:  'Open Sans', sans-serif;
  color: #7F7F7F; 
  font-size: 11px;
}

span.pub_type {
    font-family:  'Archivo Narrow', sans-serif;
    color: #7F7F7F; 
    font-size: 14px;
}

span.pub_award {
    color: #c25059; 
    /*font-weight: bold;*/
}

td.pub_icon {
	vertical-align: top;
	padding-left: 0px;
	padding-bottom: 10px;
	padding-top: 5px;
}

td.pub_icon img {
	border: 1px solid #cccccc;
	min-width: 80px;
	width: 120px;
	display: block;
}

td.pub_index {
    font-family: serif;
    color: #7F7F7F; 
    font-size: 10px;
    padding-top: 3px;
    vertical-align: top;
	padding-left: 5px;
	min-width: 27px;
}

td.pub_ref {
	vertical-align: top;
	padding-left: 3px;
}

tr.pubs{
    padding: 10px;
    margin: 10px;
}

h2 {
    color: #7F7F7F;
    font-size: 24px;
    font-family:  'Archivo Narrow', sans-serif;
    margin: 5px 0px 3px 0px;
    border-bottom: 1px solid #A6A6A6;
    padding-bottom: 1px;
    font-weight: normal;
}

table.pubs{
    padding: 0px;
    margin: 0px;
}

/*** IE6 Fix ***/
* html #left {
  left: 150px;           /* RC width */
}