body {
	font-family:  'Roboto Slab', sans-serif;
	font-weight:300;
	margin: 0;
	padding: 0 10px 0 10px;
	height: 100%;
	overflow-y: auto;
	background-color: #f8f8f8;
}

#main_content {
	margin: 80px 0px 0px 255px;
	display: block;
	padding: 10px;
	width: 600px;
}

#header_box {
	display: block;
	top: 0px;
	left: 250px;
	width: 100%;
	height: 80px;
	position: fixed;
	padding: 10px 10px 0px 0px;
}

#navigation {
	display: block;
	top: 0px;
	left: 10px;
	width: 235px;
	height: 100%;
	position: fixed;
	background-color: #1a2a3a;
	
/*	
	background-color: #0077b3;
	background-color: #39404c;
	background-color: #5f636b;
	background-color: #6A8097;
	background-color: #21385E; 
	background-color: #4f1717; */
	padding-top: 20px;
}


* html #header {position:absolute;}
* html #navigation {position:absolute}

div.panel {
    padding: 0px;
    background-color: white;
    overflow: hidden;
    transition: max-height 0.3s ease-out;
}

div.subpanel {
    padding: 0 18px;
    background-color: white;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-out;
}

.accordion {
	display: none;
	}

@media only screen and (max-width: 768px){
#main_content {
	margin: 0px 0px 0px 0px;
	width: 100%;
	}
#header {
	position: relative;
	}
#navigation {
	position: relative;
	padding-top: 10px;
	width: 100%;
	left: 0px;
	}
.accordion {
	display: block;
	}
div.panel {
    max-height: 0;
    }
}



button {
    background-color: #f8f8f8;
    color: #444;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    transition: 0.4s;
   	font-weight:bold;
	font-size:16px;
	margin:0px;
}

button:active, button:hover {
	background-color: #a8b2c1;
    transition: all 0.3s ease-in-out;
}




.name{
    font-size: 18px;
	color: #FFF;
	}

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

.header_address{
	color: #000;
}


.headshot{
	width: 200px;
	height: 252px;
	border-style: double;
}	

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


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


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


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

.body_text{
	font-size: 16px;
	font-weight: 300;
	text-indent: 0px;
}

.paper_title{
  padding: 5px 20px;
	font-size: 18px;
	margin-top: 0px;
/*	min-width: 500px; */
}

.paper_abstract{

	font-size: 14px;
	font-weight: 300;
	margin-left: 50px;
	margin-top: 3px;
/*	min-width: 500px; */
}

.paper_link{
	font-weight: bold;
	}

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

footer{
	color: #fff;
	}

.photo{
	float:right; 
	max-height:200px; 
	width:auto; 
	margin: 0px 20px 20px 20px;
	}