html {
	height: 100%;
	margin: 0px;
	padding: 0px;
	text-align: left;
	font: 16px Candara, Verdana, Helvetica, Arial, sans-serif; /* Resets 1em to 10px */
	}
body {
     width: 940px;
     margin:0 auto;
     padding-left: 0em;
     font-family: Garamond, "Times New Roman", Times, serif;
	 font-size: 1.2em;
     color: black;
     background-color: #FFF4D2}
DIV.mainheader
{
    display:inline-block;
    position: relative;
	top: 0.1em;
	left: -4px;
	width: 100%;
    BORDER-RIGHT: #F38630   4px solid;
    PADDING-RIGHT: 2em;
    BORDER-TOP: #F38630   4px solid;
    BORDER-BOTTOM: #F38630   4px solid;
    PADDING-LEFT: 2em;
    PADDING-BOTTOM: 0.25em;
    MARGIN: 0;
    BORDER-LEFT: #F38630   4px solid;
    COLOR: #990000;
    PADDING-TOP: 0.25em;
    FONT-STYLE: normal;
    FONT-FAMILY: Candara, Verdana, Helvetica, Arial, sans-serif;
    BACKGROUND-COLOR: #FFEEBB;
    background-repeat: no-repeat;
    background-position: 5 5;
}
DIV.mainheader img {float: left;
       margin: 0px 20px 0px 0px}
#sidebar {
    float:left;
    PADDING-TOP: 40px;
    max-width: 165px;
}
#main {
    margin-left: 175px;
    padding: 2 em;
    PADDING-TOP: 20px;
    max-width:775px;
}
#footer {
    clear:both;
}
p {
     font-family: Garamond, "Times New Roman", Times, serif;
	 font-size: 1.0em;
     color: black;
     line-height: 125%;
     text-align:justify
}
strong {
     font-family: Garamond, "Times New Roman", Times, serif;
	 font-size: 1.0em;
     FONT-STYLE: bold;
}

/* unvisited link */
a:link {
    color: #FF3399;
    font-weight: bold;
    text-decoration:none;
}

/* visited link */
a:visited {
    color: #CC3399;
    text-decoration:none;
    font-weight: bold;
}

/* mouse over link */
a:hover {
    color: #FF4400;
    font-weight: bold;
}

/* selected link */
a:active {
    color: #BB3300;
    font-weight: bold;
} 

table {
     font-family: Garamond, "Times New Roman", Times, serif;
	 font-size: 1.0em;
     color: black;
     background-color: #FFF4D2 ;
     vertical-align: top
     margin: 0px;
     margin-left: 30px;
     height: 100%;
     border-collapse: separate;
     border-spacing: 6px
}
th {
  background-color: #F2BC85;
  color: white;
}
td {
    vertical-align: top
}
tr {
    vertical-align: top
}
/* For the main Title Text */
titletext {
    font-family: Candara, Verdana, Helvetica, Arial, sans-serif;
    color: #990000;
    font-size: 250%;
    left: 265px;
    text-align: center;
    line-height: 2;
}
/* For the second-line Title Text */
subtitletext {
    font-family: Candara, Verdana, Helvetica, Arial, sans-serif;
    color: #990000;
    font-size: 150%;
    left: 165px;
    text-indent: 65px;
    text-align: center;
}
h1 {
  font-family: Candara, Verdana, Helvetica, Arial, sans-serif;
color: #990000;
}
h2 {
  font-family: Candara, Verdana, Helvetica, Arial, sans-serif;
  color: #000000;
  background-color: #F2BC85; /* green BBF296 */
  text-align: center;
}
h3 {
  font-family: Candara, Verdana, Helvetica, Arial, sans-serif;
    color: #990000;
}
h4 {
  font-family: Candara, Verdana, Helvetica, Arial, sans-serif;
    color: #990000;
}
address {
    font-family: Garamond, "Times New Roman", Times, serif;
	color: #990000;
	font-style:normal;
	margin-top: 1em;
    padding-top: 1em;
    border-top: medium dotted #990000}
ul.navbar {
    margin: 0;
    padding: 0;
    list-style: none;}
ul.navbar li.navbar {
  margin: 2px 0 6px 0;
  padding: 0;
  line-height: 40px; /* height of icon */
  background-repeat: no-repeat;
  background-position: 0 50%;
  color: #990000;
  font-family: Candara, Futura, Verdana, Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-size:120%
  }
ul.navbar li.navbar a {
  text-decoration: none;
  color: #990000;
  font-weight: bold;
  padding-left: 45px; /* width of icon + whitespace */
}
ul.navbar li.navbar a:visited {
  text-decoration: none;
  color: #990000;
  font-weight: bolder;
  border-style: none;
}
ul.navbar li.navbar a:hover {
  text-decoration: none;
  color: #990000;
  font-weight: bolder;
  border-style: dotted;
  border-width: light;
  border-color: #F38630;
}
ul.navbar li.navbar a:active{
  text-decoration: none;
  color: #990000;
  font-weight: bolder;
  border-style: none;
}
#hhome { background-image: url('./WebPageImages/homeicon.png'); }
#research { background-image: url('./WebPageImages/researchicon.png'); }
#people { background-image: url('./WebPageImages/peopleicon.png'); }
#papers { background-image: url('./WebPageImages/papersicon.png'); }
#teaching { background-image: url('./WebPageImages/teachingicon.png'); }
#misc { background-image: url('./WebPageImages/miscicon.png'); }

