/* Clear Any Formatting */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

address, article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

strong {
  font-weight: bold;
}

body 
{
  font-family: Arial, Helvetica, sans-serif;
	color: black;
	line-height: 1;	
	margin: 0px;
	padding: 0px;
	background: #FFFFFF fixed;
}

/* Headings */

h1 {
 font: bold 120% Arial, Helvetica, sans-serif;
 color: black;
 margin: 5px;
 padding: 5px;
}

h2 {
 font: bold 100% Arial, Helvetica, sans-serif;
 color: black;
 margin: 0px 0px 0px 0px;
 padding: 0px;
}

h3{
 font: bold 100% Arial, Helvetica, sans-serif;
 color: black;
 margin: 0px;
 padding: 0px;
}

h4{
 font: 100% Arial, Helvetica, sans-serif;
 color: black;
 margin: 0px;
 padding: 0px;
}

h5{
 font: 100% Arial, Helvetica, sans-serif;
 color: black;
 margin: 0px;
 padding: 0px;
}

/* Page Elements */

nav
{
	align-items: center;
	background:#C3D7EE;
	align-items: center;
	position: fixed;
	top:0;
	width: 100%;
	justify-content: center;
	text-align: center;
	height: 46px;
	z-index: 1;
}

nav img {
	float: left;
	height: 90%;
	padding-left: 5px;
	
}

nav a {
	position: relative;
	font-size: 16px;
	color: black;
	text-align: center;
	padding: 14px 16px;
	text-decoration: none;
	top: 15px;
}

nav a:hover {
	background-color: #8BB8E8;
	color:black;
	border-top-left-radius:5pt;
	border-top-right-radius:5pt;
	border-bottom-left-radius:5pt;
	border-bottom-right-radius:5pt;

}

Nav .icon {
  display: none;
}


.MainFrame
{
 /*   margin-left: 20%;
	width: 60%; */
	float:left;
        background: white;
	color: black;
	display: flex;
	flex-flow: column;
}


    
/* Paragraph Rules */
p
{
    margin: 0px;
}

.ContactInfo {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-around;
	align-items: center;
}

/* Aside Rules */

aside
{   
position: fixed;
	top: 60px;
	right: 0%;
    background-color: rgba(235, 232, 217, 0.8);
    font: small Verdana,sans-serif;
    font-size:80%;
    width: 10%;
    margin: 2%;
    padding: 20px;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    z-index: 1;
    box-shadow: 0 0 10px #629996;
    -moz-box-shadow: 0 0 10px #629996;
    -webkit-box-shadow: 0 0 10px #629996;

}

.ContactInfo img
{
  float:right;
  margin-left:4px;
  margin-right:15%;
  margin-top: 50px;
	border-top-left-radius:5pt;
	border-top-right-radius:5pt;
	border-bottom-left-radius:5pt;
	border-bottom-right-radius:5pt;

}

.ContactInfo article h2 {
	float: right;
}

/* Anchor Rules */

a:hover
{
    color:#0062A0;
}

a
{
    color: #2A69A6;
    text-decoration:none;
}

.Papers, .Teaching, .Home, .Conferences {
  background: #2774AE;
	color: white;
	border-top-right-radius:5pt;
	border-bottom-left-radius:5pt;
	border-bottom-right-radius:5pt;
	padding: 5px;
}

section {
	float:left;
	display:block;
	background-color:white;
	margin: 5% 15% 0% 15%;
}

section h1 {
	display: inline;
	background: #2774AE;
	color: white;
	border-top-left-radius:5pt;
	border-top-right-radius:5pt;
	margin: 10px 5px 0px 0px;
}

article {
	display:block;
	background-color: white;
	color:black;
	border-top-left-radius:5pt;
	border-top-right-radius:5pt;
	border-bottom-left-radius:5pt;
	border-bottom-right-radius:5pt;
	margin: 5px;
	margin-bottom: 10px;
	padding: 10px;

}

article:nth-child(even) {
	    background-color: #C3D7EE;
}

article header {
	display:block;
}

article header a {
	float:right;
	margin: 5px;
}

article h1 {
 font: bold 100% Arial, Helvetica, sans-serif;
 color: black;
 background: inherit;
 margin: 0px;
 padding: 0px;
 display: inline;
}

article h2 {
	font: 100% Arial, Helvectica, san-serif;
	color: black;
	display: inline;
}

article p {
	margin: 5px 0px 0px 5px;
}

article ul {
	margin-left: 10px;
}

article ul li {
	margin-left: 5px;
}

address {
	display:block;
	background-color: white;
	color:black;
	border-top-left-radius:5pt;
	border-top-right-radius:5pt;
	border-bottom-left-radius:5pt;
	border-bottom-right-radius:5pt;
	margin: 5px;
	margin-bottom: 10px;
	padding: 10px;	
}

tbody tr:nth-child(odd) {
	background-color: white;
}

tbody tr:nth-child(even) {
	background-color: #C3D7EE;
}

tr td {
	padding: 5px;
	color: black;
}