body {
  background: #986; /* cardboard brown */
  font-family: Verdana,arial,sans-serif; /*sans-serif */
  margin: 30px; /* margin so we actually see the background */
}


.bigborder {
  background: #ddd;     /* slightly dark accept gray */
  border: 3px solid #333;  /* Medium weight dark border to contrast lighter central area an separate from background */
  padding: 0 0 0 0;
  margin: 0 0 0 0;
  width: 799px;
}

.toptitle {
  background: #eee;
  padding: 10px 10px 10px 10px;
  text-align: center;
  font: 36px verdana, arial, sans-serif;
  border-bottom: 1px solid #999; /* set border COLOR as desired */
}

.footer {
  font: 16px verdana, arial, sans-serif; /* set font as desired */
  background: #ddd;
  margin: 20px 10px 30px 10px;
}

.content {
  background: #fff; /* white background for content text  */
  padding: 40px 100px 90px 100px; /* large padding for readability */
  font: 16px verdana, arial, sans-serif; /* largish font */
}

table{ 
  padding:10px;
}

td{ 
  padding:10px;
}

ul#tabnav { /* general settings */
text-align: left; /* set to left, right or center */
font: bold 15px verdana, arial, sans-serif; /* set font as desired */
border-bottom: 1px solid #333; /* set border COLOR as desired */
list-style-type: none;
margin: 5px 0px 0px 0px; /* set margins as desired */
padding-right: 10px:
padding-left: 10px;
padding-top: 4px;
padding-bottom: 2px;
}

ul#tabnav li { /* do not change */
display: inline;
}

body#tab1 li.tab1, body#tab2 li.tab2, body#tab3 li.tab3, body#tab4 li.tab4, body#tab5 li.tab5, body#tab6 li.tab6, body#tab7 li.tab7 body#tab8 li.tab8 { /* settings for selected tab */
border-bottom: 1px solid #fff; /* set border color to page background color */
background-color: #fff; /* set background color to match above border color */
}

body#tab1 li.tab1 a, body#tab2 li.tab2 a, body#tab3 li.tab3 a, body#tab4 li.tab4 a, body#tab5 li.tab5 a, body#tab6 li.tab6 a, body#tab7 li.tab7 a, body#tab8 li.tab8 a { /* settings for selected tab link */
background-color: #fff; /* set selected tab background color as desired */
color: #000; /* set selected tab link color as desired */
position: relative;
padding-top: 4px; /* must change with respect to padding (X) above and below */
top: 1px;
}

ul#tabnav li a { /* settings for all tab links */
padding: 3px 5px; /* set padding (tab size) as desired; FIRST number must change with respect to padding-top (X) above */
border: 1px solid #333; /* set border COLOR as desired; usually matches border color specified in #tabnav */
background-color: #99c0f8; /* set unselected tab background color as desired */
color: #666; /* set unselected tab link color as desired */
margin-right: 0px; /* set additional spacing between tabs as desired */
text-decoration: none;
border-bottom: none;
}

ul#tabnav a:hover { /* settings for hover effect */
background: #ddd; /* set desired hover color */
}
/* end css tabs */



/* bibliographics */
.spacer { /* needed to clean the flow before and after floating thumbnails */
  clear: both;
}

.icon {
  float: left;
  width: 100px;
  height: 120px;
  padding-top: 23px;
}

.bib {
  padding-top: 23px; /*probably want this to match icon padding */
  width: 650px;
}

.icon a { /*get rid of the link border around the icons*/
  color: #FFFFFF;
}

.title {
}

.author {
}

.cite {
}

.pdflink {
}
