h2 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: large;
	font-style: normal;
	font-weight: bold;
	color: #036;
	font: Helvetica;
}
h4 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;	
	color:#039;
	font-size: medium;
	font-weight: bold;
	margin: 1.33em 0;
	font: Helvetica;
}
h3 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: medium;
	font-style: normal;
	color: #000;
	font-weight: lighter;
	font: Helvetica;
	margin-top: 20px;
}
h5 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;	
	color:#336;
	font-size: small;
	font-weight: bold;
	background-color: #fff;
	margin: 1.67em 0;
	font: Helvetica;
}
p {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: small;
}
body {
	font-size: small;
	font: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	background: #666666;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.papertitle {
	color: maroon;
	font-stretch: semi-expanded
}
a.papertitle:link {
	color: maroon; 
	text-decoration: 
	underline; 
}
a.papertitle:visited {
	color: maroon; 
	text-decoration: none; 
}
a.papertitle:hover {
	color: orange; 
	text-decoration: underline; 
}
a.papertitle:active {
	color: blue; 
}
.paperdescription {
	color: black;
}
.papervenue {
	color: black;
	font-style: italic;
}
.paperaward {
	color: red;
	font-weight: bold
}
.paperauthfzq {
	text-decoration: underline;
}
#table-pubs
{
	margin-top:10px;
	margin-bottom:15px;
	width: 100%;
	text-align: left;
	border-collapse: collapse;
}
#table-pubs th
{
	padding: 20px 8px;
	color: #000;
}
#table-pubs td
{
	padding: 8px;
	color: #000;
}
#table-pubs .odd
{
	background: #e8edff; 
}
.fzqname {
	font-size:xx-large;
	margin-top: -5px;
	font-weight: bold;
	font-stretch: extra-expanded;
	font-variant: small-caps;
}
.fzqtitle {
	font-size: medium;
	font-weight: bold;
	font-stretch:expanded;
	font-variant:normal;
	margin-top: 2px;
}
tr.project
{
	height: 100px;
	margin-bottom: 20px;
	margin-top: 20px;
	border:thin;
}
td.project-image
{
	vertical-align: top;
	width: 200 px;
}
td.project-info
{
	vertical-align: top;
	border-top:thin;
	border-top-color:#C30;
	padding-left: 20px;
}
.project-title {
	font-weight:bold;
	color:#C30;
  font-size: small;
}
.project-page-link {
	font-size: x-small;
	color:#999999;
}
li.selected-pubs-list {
	margin-top: 10px;
}
.research-interest {
	color: #C30;
}
div#container {
	margin: 0 auto;
	width: 900px;
	text-align: left;
}
.oneColElsCtr #container {
	width: 900px;
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColElsCtr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
.oneColElsCtr #footer {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background:#03F;
}
.oneColElsCtr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 20px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
div#pic {
	width: auto;
	float: left;
}
div#main-header {
	margin-left: 223px;
	height: 272;
}
#table-nav {
	width: 100%;
	background-color: #FFEAD4;
}
#table-nav td {
	margin: 5px;
}
.nav {
	font-size: small;
	font-style: italic;
}
.comments {
	margin-top: 25px;
	background-color:#FFFFFF;
}
a.nav:link {
	color: red; 
	text-decoration: 
	none; 
}
a.nav:visited {
	color: red; 
	text-decoration: none; 
}
a.nav:hover {
	color: orange; 
	text-decoration: underline; 
}
a.nav:active {
	color: blue; 
}
a img {
	border: none; 
}

