body {
	margin: 50px 50px 50px 50px;
	border: none;
	background: #B0B0B0;
	font-size: 8pt;
	font-family: "Georgia", "sans serif";
	color: black;
} 
                            
a:link, a:visited {
  color: #518CD7;
  background: transparent;
  font-weight: bold;
  text-decoration: none;
}

img {
  margin: 10px 10px 10px 10px;
  border:none;
}

h1 {
	font-family: "Georgia","sans serif";
	font-size: 15pt;
}

h2 {
	font-family: "Georgia","sans serif";
	font-size:10pt;
}

hr {
	height: 1px;
}

DIV.front_page_tables1 {
  font-size: 8pt;
  width: 560px;
  text-align: center;
  margin-top: 0px;
  padding-top:8px;
  padding-bottom:8px;
  padding-left:8px;
  padding-right:8px;
  float:right;
  background: white;
  border: 1px solid black;
}

DIV.random_h2 {
	margin-left:0 px;
}

DIV.demo_h2 {
	margin-top:19px;
}

DIV.front_page_tables2 {
  font-size: 8pt;
  width: 560px;
  text-align: center;
  margin-top: 0px;
  margin-bottom: 30px;
  margin-right: 28px;
  margin-left:0px;
  padding-top:8px;
  padding-bottom:8px;
  padding-left:8px;
  padding-right: 8px;
  float:left;
  clear:left;
  background: white;
  border: 1px solid black;
}

DIV.People {
	margin-left:auto;
	margin-right:auto;
	clear:left;
}

DIV.Publications {
	width: 100px;
	margin-left:auto;
	margin-right:auto;
	margin-top:360px;
 }

DIV.Publications ul {
	border: none;
	background: white;
	padding-left: 15px;
}

DIV.Publications table {
	border: 1px solid black;
	background: white;
	width:260px;
	margin-left:-80px;
	padding-left:35px;
}

DIV.Demos {
	float:right;
	width:550px;
	margin-top:-46px;
}

DIV.row1 {
	
	margin-left:auto;
	margin-right:auto;
}
DIV.row2 {
	
	margin-top:-40px;;
	margin-bottom:30px;
	margin-left:auto;
	margin-right:auto;
}
DIV.row3 {

	margin-left:auto;
	margin-right:auto;
}

DIV.footer {
  font-size: 7pt;
  clear: both;
  margin-left:auto;
  margin-right:auto;
  text-align:center;
}

DIV.footer p {
	margin:2px;
}

.container {width: 500px; margin: 10px auto;}

ul.tabs {
	margin: 0;
	padding: 0;
	float: left;
	list-style: none;
	height: 70px;
	border-top: 1px solid black;
	border-left: 1px solid black;
	width: 100%;
}
ul.tabs li {
	float: left;
	margin: 0;
	padding: 0;
	height: 70px;
	line-height: 31px;
	border: 1px solid black;
	border-left: none;
	margin-top: -1px;
	background: #e0e0e0;
	overflow: hidden;
	position: relative;
}
ul.tabs li a {
	text-decoration: none;
	color: #000;
	display: block;
	font-size: 1.2em;
	padding: 0 20px;
	border: 1px solid #fff;
	outline: none;
}
ul.tabs li img {
	margin-top: 7px;
	margin-bottom: 10px;
	margin-left: -10px;
	margin-right: -10px;
}
ul.tabs li a:hover {
	background: #ccc;
}	
html ul.tabs li.active, html ul.tabs li.active a:hover  {
	background: #fff;
	border-top: 1px solid #fff;
}
.tab_container {
	border: 1px solid black;
	position:relative;
	border-bottom: none;
	clear: both;
	float: left; 
	width: 100%;
	background: #fff;
}
.tab_content {
	font-family: "Georgia","sans serif";
	position:relative;
	width:100%;
	padding: 20px;
	font-size: 1.2em;
}
.tab_content h2 {
	font-weight: normal;
	padding-bottom: 5px;
	border-bottom: 1px dashed #ddd;
	font-size: 1.8em;
}
.tab_content h3 a{
	font-size:8pt;
	color: #518CD7;
}
.tab_content img {
	float: left;
	margin: 0 20px 20px 0;
	border: 1px solid #ddd;
	padding: 5px;
}
.list_content {
	font-family: "Georgia","sans serif";
	background:white;
	border: 1px solid black;
	padding-left:15px;
	margin-bottom: 30px;
}
.list_content h2 {
	font-size: 10pt;
	
}
.list_content h3 {
	padding-left: 25px;
	font-weight:normal;
}
.list_content ol {
	padding-left: 70px;
}

DIV.photo {
    float: left;
	margin-left:20px;
	margin-top:60px;
	border: 1px solid #ccc;
	padding: 5px;
	background:white;
}

DIV.bio {
	font-size:10pt;
	background:white;
	border: 1px solid black;
	width: 600px;
	height: 350px;
	margin-left: auto;
	margin-right:auto;
	padding: 0px;
}

DIV.bio p {
	margin-left: 250px;
	margin-top: 10px;
}

DIV.interests {
	margin-left: 250px;
	text-align:justify;
	margin-right: 20px;
}

DIV.interests p {
	margin-left: 0px;
	margin-top: 0px;
}

DIV.extra {
	font-size:10pt;
	background:white;
	border: 1px solid black;
	width: 600px;
	margin-left: auto;
	margin-right:auto;
	padding: 0px;
}

DIV.extra p {
	margin-left:20px;
	margin-right:20px;
	margin-top:20px;
}

DIV.extra h2 {
	margin-left: 20px;
}

DIV.extra h3 {
	margin-left: 10px;
}
.hangingindent {
	text-indent: -22px;
	padding-left: 22px;
	margin-right: 20px;
}
