@font-face {
   font-family: 'PVGNTLightFont';
   src: url('/web/font/neutratext-booksc-webfont.eot');
}
@font-face {
    font-family: 'PVGCGFont';
    src: url('/web/font/centurygothic-webfont.eot');
    src: local('CenturyGothic'), url('/web/font/centurygothic-webfont.svg#CenturyGothic') format('svg');
    src: local('CenturyGothic'), url('/web/font/centurygothic-webfont.ttf') format('truetype');
}

body, td {
  font-family: "PVGCGFont",Calibri,Arial;
  font-size: 15px;
  margin: 0;
  padding: 0;  
}

b {
	font-family: Arial;
}

h1 {
	font-family: Arial;
}

h2 {
	font-family: Arial;
	font-size: 18pt;
}

body
{
    margin-left: auto;
    margin-right: auto;
    width: 100%;
	box-sizing:border-box;
	max-width: 980px;
	padding-left: 10px;
	padding-right: 10px;
	
	background-image:url('');
	background-repeat:repeat-x;
	
}
.icon {
	vertical-align: bottom;
	margin-bottom: 10px;
	width: 100px;
	text-align: center;
	display: inline-block;
}
.icon img{
    margin-left: auto;
    margin-right: auto;			
	height: 40px;
	display: block;
}

#header {
	width: 100%;
	height: 100px;
	font-weight: 300;
	color: black;
	margin-top: 0px;
	margin-bottom: 50px;
	background-image: url('');
	background-repeat: no-repeat;
	background-position: auto;
	background-size: cover;
}

#headertext {
	font-size: 26px;
	font-weight: 400;
	margin-top: 50px;
	margin-left: 220px;
}

#projects div {
	vertical-align: text-top;
	width: 160px;
	height: 150px;
	display: inline-block;
	text-align:center;	
}

#projects div img{
	display: inline;
	max-height: 90px !important;
}

#people div {
	vertical-align: text-top;
	width: 160px;
	height: 170px;
	display: inline-block;
	text-align:center;	
}

#people div img{
	display: inline;
	max-height: 110px !important;
}

#pubList tr td:first-child{
  width: 120px;
  height: 80px;
  text-align: center;
}
#pubList tr td:last-child{
  padding-left: 20px;
}
#pubList tr td img{
  max-width: 120px !important;
  max-height: 80px !important; 
}

a:visited, a:link {
	text-decoration: none;
	color: #000000;
	border-color: #CCCCCC;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-right-width: 0px;
	border-top-width: 0px;
}
a:hover {
	color:#DE382D;
	font-weight: bold;
}