
body{
	font-family: 'Roboto Slab', serif;
	background-color: #FFF;
	display: inline-block;
	font-weight:300;
}

.warning{
	display:none;
}

.sidebar{
	position: relative;
	top: 160px;
	left: 20px;
	}
	
.main_content{
	position: absolute;
	top: 0px;
	left: 250px;
	}

.body_wrapper{
	
	min-width: 600px;
	max-width: 1000px;
	margin-right: 100px;
}

.header_box{
	margin-left: -250px;
	margin-top: 30px;
	margin-bottom: 20px;
	width: 400px;
	padding: 10px;
}

.header_title{
	font-size: 36px;
	font-style: italic;
	font-weight: 600;
	color: #03406A;
}

.header_subtitle{
	margin-top: -10px;
	font-size: 24px;
	font-style: italic;
	font-weight: 400;
	line-height: 90%;
	color: #666;
}

.header_address{
	color: #666;
}


.headshot{
	width: 200px;
	height: 252px;
	border-style: double;
	transform: scale(0.9,1);
}	

ul{
	list-style-type:none;
	margin:0;
	padding:0;
}

.navbar{
	margin-left: -240px;
	margin-bottom: -10px;
	margin-top: -10px;
}

a:link,a:visited{
	color:#03406A;
	text-decoration:none;
	text-transform:none;
}

.nav{
	font-weight:bold;
	text-align:center;
	padding:6px;
	background-color:#03406A;
	color: #FFFFFF;
	margin-left: 6px;
	border-style: solid;
	border-color: #000000;
	border-width: 2px;
	font-size:16px;
}

.nav:hover{
	background-color: #0A64A4;
	cursor: pointer;
    transition: all 0.3s ease-in-out;
}

a:hover,a:active{
	color:#0A64A4;
	text-decoration: underline;
}


.body_content{
	color: #000000;
	background-color: #FFFFFF;
/*	border-style: solid;
	border-color: #000000;
	border-width: 2px; 
*/	padding: 20px;
/*	border-radius: 0px;
	-moz-box-shadow: 3px 3px 8px #000;
	-webkit-box-shadow: 3px 3px 8px #000;
	box-shadow: 3px 3px 8px #000;
	ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=135, Color='#000000')";
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000');
*/
}

.body_subhead{
	font-size: 20px;
	font-weight: bold;
}

.body_text{
	font-size: 16px;
	font-weight: 300;
	margin-left: 50px;
	margin-top: 20px;
	text-indent: 0px;
}

.paper_title{
  padding: 5px 20px;
	font-size: 18px;
	margin-top: 0px;
}

.paper_abstract{

	font-size: 14px;
	font-weight: 300;
	margin-left: 50px;
	margin-top: 3px;
	text-indent: 10px;
	min-width: 500px;
}

.paper_link{
	font-weight: bold;
	}

.url{
	background-color: #FFFFFF;
	color: #03406A;
	padding: 0px;
}

.mobile{ 
	display: none;
	}

