body {background-color: white; font-family: arial ; }
div.pagehead { font-size:40px; font-weight:bold;   }
img.thumbnailpic {border: 0px solid ;  height: 80px; }  
img.checkmark {  height: 50px; }

.sidebar {
  background-image: url("graphics/background.gif"); 
  text-align: right;
  height: 100%;
  width: 145px;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  overflow-x: hidden;
  padding-top: 16px;
}
/* padding is top right bottom left */

a.lnavmenuitem {
  font-weight: bold;
  font-style: normal;
  font-size: 14px;
  text-decoration: none;
}
img.lnavimg {
  border: 0px ; 
  width: 35px; 
  height: 35px;
  vertical-align: middle;
}

a.lnavlogo {
  padding-right: 18px ;
}
img.lnavlogoimg {
  border: 0px ; 
  width: 110px; 
  height: 50px;
}

.content {
  margin-left: 145px; /* Same as the width of the sidebar */
  padding: 0px 10px;
  text-align: left;
  width: 85%;
}

.imgRfloat {
  float: right;
}
.pClearR {
  clear: right;
}
table, th, td {
  border: 1px solid black;
}
tbody.awards th, td {
  padding: 5px; 
}

