body { 
	font-family: trebuchet ms, verdana, sans-serif; 
	/* font-family: verdana, sans-serif; */
	/* font-family: lucinda, helvetica, arial, sans-serif; */
	font-size: 14px;
	line-height: 1.5em; 
	color: #000022; 
	background: #25383C;
}

#container
{
	background: #ffffff;
	margin: 20px auto 20px auto;
	border: 1px solid #000000;
	text-align: left;
	width: 1000px;
}

a {
	text-decoration: none;
}

#header {
	background: #fff8c6;
	padding: 17px;
}

#header-image {
	float: left;
	width: 110px;
	padding: 0px 0px;
}

#header-text {
	margin-left: 90px;
}
	
h1.header-text {
	/* font-family: arial, verdana, sans-serif; */
	/* font-family: Tahoma, Geneva, sans-serif; */
	font-family: broadway, tahoma, geneva, sans-serif; 
	color: #463e3f;
	margin: 15px 40px;
	font-size: 22px;
	color: #617c58;
}

h2.header-text {
	font-family: arial, verdana, sans-serif;
	color: #463e3f;
	margin: 15px 77px;
	font-size: 17px;
	color: #616D7E;
}

#navigation
{
	float: left;
	width: 100%;
	background: #c9c299;
}

#navigation ul
{
	margin: 0;
	padding: 0;
}

#navigation ul li
{
	list-style-type: none;
	display: inline;
}

#navigation li a
{
	display: block;
	float: left;
	padding: 3px 10px;
	color: #C34A2C;
	text-decoration: none;
	border-right: 1px solid #fff;
	font-family: trebuchet ms, verdana, sans-serif;
	font-weight: bold;
}

#navigation li a:hover { 
	background-color: #4E9258;
	color: #ffffff;
}

#navigation li a.active {
	background-color: #4E9258;
	color: #ffffff;
}

#content
{
	clear: both;
	padding: 5px 20px;
	
}

#content li {
	padding: 3px 0px;
}

p.bold, span.bold {
	font-weight: bold;
}

p.italic, span.italic {
	font-style: italic;
}

span.jrnl{
	color: #c35617;
	font-weight: bold;
}

span.conf {
	color: #4e9258;
	font-weight: bold;
}

p.command {
	font-family: Courier New, Lucida Console;
	font-size: 15px;
	text-indent: 25px;
}

.casestudy {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	border-collapse:collapse;
}

.casestudy  td {
	font-size: 1em;
	border: 1px solid #98bf21;
	padding: 2px 5px;
	color: #000;
	background-color: #eaf2d3;
}

#footer
{
	background: #fff8c6;
	text-align: right;
	padding: 15px;
	border-top: 1px solid #c9c299;
}

ul#researchinterests {
	font-size: 13px;
}

#researchinterests li {
	padding: 1px 0px;
}

