body {
	font-family: Arial, "Times New Roman", Times, serif;
	font-size: 12px;
	text-align: left;
	background-color: #FFFFFF;
}
p	{
	margin-top: .75em;
	margin-bottom: .75em;
	line-height: 1.25em;
	font-size: 12px;
}
h1 {
	font-size: 16px;
	color: #464646;
	font-weight: bold;
	text-align: left;
	margin-top: 6px;
	margin-bottom: 6px;
}
h2 {
	font-size: 14px;
	color: #252525;
	font-weight: bold;
	text-align: left;
	margin-top: 12px;
	margin-bottom: 6px;
}
h3	{
	font-size: 12px;
	font-weight: bold;
	font-color: #555555;
	text-align: center;
	margin-top: 6px;
	margin-bottom: 6px;
}
hr	{
	border: 2px solid #2d73b9;
	width: 100%;
}
.navigation {
	background-color: #2D73B9;
	width: 90%;
	text-align: center;
	border: 2px solid #7D7D7D;
	margin-left: 5%;
	padding: 3px;
}
.navigation ul {
	margin: 0px;
}
.navigation li {
	list-style-type: none;
	display: inline;
}
.navigation li a {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	padding-right: 18px;
	padding-left: 18px;
}
.lastitem {
	border-right-style: none !important;
}
.currentpage {
	color: #F8F400 !important;
}

table 	{
	width: 100%;
}
td	{	
	padding:  3px 6px 3px 6px;
}
td a:link, td a:active, td a:visited	{
	font-weight: bold;
	color: #2d73b9;
}

.content	{
	padding: 12px;	
	margin: 0 5% 0 5%;
}
.content a:link, .content a:active {
	font-weight: bold;
	text-decoration: none;
	color: #2d73b9;
}
.content a:visited {
	color: #2d73b9;
	font-weight: bold;
	text-decoration: none;
}
.content a:hover {
	text-decoration: underline;
	color: #555555;
}
.header	{
	padding: 0 0 0 5%;
}
.footer	{
	width: 100%;
	font-color: #7D7D7D;
	text-align: center;
	font-size: 9px;
	font-weight: bold;
}
ul	{
	margin-top: 0px;
	margin-bottom: 0px;

}
li	{
	line-height: 150%;
}
.papers	{
	width: 100%;
	font-size: 10px;
	font-weight: bold;
	border: 1px solid #555555;
}
.papers td	{
	border: 1px solid #555555;
	width: 33%;
	text-align: left;
	valign: top;
}
#toprow	{
	background-color: #2D73B9;
	font: 12px bold;
	color: #FFFFFF !important;
	padding: 2px;
}
.clear	{
	clear: both;
}
.columnleft	{
	float: left;
	width: 60%;
	line-spacing: 200%;
}
.columnright	{
	float: right;
	width: 40%;
}
.columnright40	{
	float: right;
	width: 33%;
	background-color: #ECECED;
	border: 2px solid #808080;
	padding: 12px;
}
.columnright25	{
	float: right;
	width: 33%;
}
.columnleft60	{
	float: left;
	width: 60%;
}
.bio p	{
	line-height: 200%;
	padding: 50px;
}
.courses 	{
	line-height: 200%;
	padding: 30px;
}
.research1_box 	{
	float: right;
	width: 100%;
	background-color: #ECECED;
	border: 2px solid #808080;
	padding: 12px;
}
.research1 td	{
	padding: 12px;
	width: 100%;
}
.picture td	{
	padding: 6 px;
	width: 100%;
}
.33 td	{
	width: 33%;
	border: 1px solid #555555;
	padding: 6px;
	text-align: left;
	valign: top;
}
.50 td	{
	width: 50%;
	border: 1px solid #555555;
	padding: 6px;
	text-align: left;
	valign: top;
}