/* CSS Document */

body {
	margin: 0;
	text-align: center;
	font-family: "Times New Roman", Times, serif;
	font-size: 11pt;
	background-color: #fff;
	line-height: 16pt;
}
#container {
	margin: 0 auto;
	position: relative;
	width: 650px;
	text-align: left;
	background-color: #FFF;}
	
a:link{
	color: #990000;
	text-decoration: none;
}
a:visited {
	color: #990000;
	text-decoration: none;
}
p {
	margin-left: 18px;
	margin-right: 18px;
}

/***********************************************/
/* tag-style.css                               */
/***********************************************/

h1, h2 {
font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 9pt;
	color: #000000;
	text-align: center;
	border-top-color: #000000;
	border-top-style: dotted;
	border-top-width: 1px;
	padding-top: 12px;
	text-transform: uppercase;
	letter-spacing: 0.5em;
	margin-bottom: -14px;
	padding-bottom: 12px;
}

h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11pt;
	font-weight: bold;
}

h4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12pt;
	color: #FFFFFF;
	text-align: center;
	border-top-color: #000000;
	border-top-style: solid;
	border-top-width: 2px;
	padding-top: 12px;
	text-transform: uppercase;
	letter-spacing: 0.5em;
	margin-bottom: -14px;
	background-color: #990000;
	padding-bottom: 12px;
}
h5 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11pt;
	text-transform: capitalize;
	letter-spacing: 5px;

}
cite {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11pt;
}
dt {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11pt;
	line-height: 18pt;

}
dd {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11pt;
	line-height: 18pt;

}
hr {
	color: #999999;
}

ul {
	margin-left: 36px;
	margin-right: 18px;

}
#faculty ul, #faculty ol {
	padding: 5px 0px;
}

#faculty li {
	list-style-type: none;
	text-indent: -0.15in;
	margin: 0 0 0 -.15in;
}
#faculty img {
	float: left;
	padding: 10px 0px 15px 0;
}

strong {
	font-weight: bold;
	margin-bottom: -20px;
}

/***********************************************/
/* Inline styles                               */
/***********************************************/

div.interest{
	font-size: 10px;
	line-height: 16px;
	position: relative;
	width: 40%;
	left: 45%;
	top: -57px;
	border-left-color: #999999;
	border-left-style: dotted;
	border-left-width: 1px;
	padding-left: 12px;
	margin-bottom: -40px;
	color: #000000;
	padding-top: 10px;

	}
	
div.name{
	font-size: 12px;
	line-height: 16px;
	font-weight: bold;
	padding-top: 9px;
	border-top-color: #990000;
	border-top-style: dotted;
	border-top-width: 1px;
	margin-top: 36px;


	}
	
div.faculty{
	font-size: 10px;
	line-height: 16px;
	}
	
div.degree{
	font-size: 10px;
	line-height: 16px;
	margin-left: 18px;
	margin-right: 18px;
	}
div.publications-head{
	font-size: 10px;
	line-height: 16px;
	padding-top: 0px;
	margin-bottom: 0;

	}
/*div.publications{
	font-size: 10px;
	line-height: 16px;
	padding-bottom: -12px;
	padding-top: 0px;
	margin-bottom: 0px;
	margin-left: 12px;
	color: #000000;}*/
/***********************************************/
/* Structure styles                            */
/***********************************************/
#toparea {
	position: absolute;
	top: -999px;
	left: -999px;
}
#rightnav {
	display: none;
}
#footer {
	position: absolute;
	top: -999px;
	left: -999px;
}
#leftnav {
	position: absolute;
	top: -999px;
	left: -999px;
}
#contentarea {
	margin: 0px;
	padding: 0px;
}
#print-top {
	margin: 0px;
	padding: 0px;
}
#print-header h1 {
	font-size: 18px;
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	margin-top: 15px;
	padding-top: 9px;
	margin-bottom: 0px;
	color: #990000;
}

