body {
    margin: 0; padding: 0;
    font-family: Lucida Grande, Geneva, Verdana, Helvetica, sans-serif;
    font-size: 11px;
    background-image: url(../images/vbar2.png); background-repeat: repeat-y;
}

a { text-decoration: none; }
a:link, a:visited { color: #006; }
a:hover, a:active { text-decoration: underline; color: #009; }

h1, h2, h3 { font-family: Verdana, Arial, Helvetica, sans-serif; color: #036; }

img { border: 0; }

div.content {
    position: relative;
    margin: 1em 0 0 125px;
    width: 650px;
    text-align: justify;
}

div.content h2 { margin-top: 0; font-size: 1.3em; }

/* used in publication display */
div.content td { text-align: justify; vertical-align: top; }
div.content td.leftcol { width: 75px; padding: 10px; font-weight: bold; text-align: left; }

/* formatting for content on index page */
div.indexcontent {
    position: relative;
    margin: 1em 0 0 125px;
    width: 500px;
    font-size: 13px; font-family: Georgia, Times New Roman, Times, serif;
    text-align:  justify;
    line-height: 1.5em;
}

/* formatting for the links located at the bottom of the index page */
div.mainlinks {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    position: relative;
    margin: 1em 0 0 125px;
    text-align: left;
    width: 500px;
}
div.mainlinks h1 { font-size: 1em; margin: 0; }
div.mainlinks td { width: 230px; padding: 0 10px 10px 10px; }
div.mainlinks img {
	border: 1px solid #999;
	height: 70px; /* temporary until new images are made with proper size */
	float: left;
	margin: 0 5px 0 0;
}

/* formatting for the research page (table of people) */
div.people {
    position: relative;
    width: 850px;
    margin: 1em 0 0 125px;
}
div.people h2 { font-size: 1.3em; }
div.people ul { list-style: none; margin: 0; padding: 0 0 0 5px; }
div.people td { vertical-align: top; padding-bottom: 10px; width: 300px; }
div.people td.picture { width: 100px; }
div.people h2 { margin: 0; }


/* footer */
div.footer {
	border-top: 1px solid #999;
	width: 100%;
	margin: 50px 0 0 0; padding: 0 0 20px 0;
	font-family: Georgia, Times New Roman, Times, serif;
	text-align: center;
}
div.footer ul { margin: 0; padding: 0; }
div.footer li {
	list-style: none;
	display: inline;
	margin: 0 5px 0 0px;
}

table#header { width: 100%; border-bottom: 0px solid #000000; }
table#header td { margin:0; padding: 0; border-top: 1px solid #000000; }
/*table#header td.top h1 { margin: 0 0 2px 110px; font-size: 20px; color: #2A5391; text-shadow: #AAA 5px 5px 5px; }
*/
table#header td.top h1 { margin: 0 0 2px 110px; font-size: 14px; color: #D85A1A; text-shadow: #AAA 5px 5px 5px; }
table#header td.top h2 { margin: 0 0 0 110px; text-transform: uppercase; font-size: 12px; color: #D85A1A; }
table#header td.top a:link, table#header td.top a:visited, table#header td.top a:hover, table#header td.top a:active {
    text-decoration: none;
}
table#header td.shadow {
    background-repeat: repeat-x;
    background-image: url(../images/shadow2.png);
}
table#header td.top {
    background-image: url(../images/delabosu.png);
    background-repeat: no-repeat;
    background-position: 20px 0px;
    height: 80px;

}

div.links { background-color: #C6C0B7; padding: 2px 5px 2px 15px; }
div.links a { margin: 0 15px 0 0; padding: 0; display: inline-table; font-size: 10px; font-weight: bold; text-decoration: none; }
div.links a:link,  div.links a:visited { color: #000; }
div.links a:hover, div.links a:active  { color: #D85A1A; }

/* lab director info */
div.labdir {
	position: absolute;
	width: 90px;
	top: 130px;
	left: 12px;
	text-align: justify;
	font-family: Georgia, Times, serif;
	font-weight: normal;
	font-size: 9px;
	text-align: left;
	line-height: 1.3em;
	color: #000;
}
div.labdir ul { list-style: none; margin: 0; padding: 0;}
div.labdir a { color: #FFF; }

div.bio {
    position: relative;
    margin: 1em 0 0 125px;
    width: 500px;
    text-align: justify;
}

div.bio h2 { margin-top: 0; font-size: 1.3em; }

/* used in publication display */
div.bio td { text-align: justify; vertical-align: top; }
div.bio td.leftcol { width: 75px; padding: 10px; font-weight: bold; text-align: left; }

/* display for safari users */
#safari {
    position: fixed;
    bottom: 10px;
    left: 10px;
}

