body {
  margin: 20px;
  border: none;
  background: #B0B0B0;
  font-size: 10pt;
  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: 20pt;
}

h2 {
	font-family: "Georgia","sans serif";
	font-size:10pt;
}

hr {
	height: 1px;
}

h3 {
	font-family: "Georgia","sans serif";
	font-size: 10pt;
	text-align:center;
	}
	
	h4 {
	margin-top: -10px;
    margin-bottom: 0px;
    margin-right: 0px;
    margin-left:0px;
	font-family: "Georgia","sans serif";
	font-size: 14pt;text-align:center
	}
	
DIV.pub_cat {
  margin-left:auto;
  margin-right:auto;
  border: 1px solid black;
  background: white;
  font-size: 10pt;
  font-family: "Georgia", "sans serif";
  color: black;
  width:560px;
  padding: none;
  
}
	
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:273px;
}

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 {
	
	margin-left:auto;
	margin-right:auto;
	margin-top:10px;
 }

DIV.Publications ul {
	border: none;
	background: white;
	padding-left: 15px;
}

DIV.Publications table {
	border: 1px solid black;
	background: white;
	width:260px;
	margin-left:0px;
	padding-left:35px;
}

DIV.Demos {
	float:right;
	width:550px;
	margin-top:-46px;
}

DIV.row1 {

	margin-left:auto;
	margin-right:auto;
}
DIV.row2 {
	width:1170px;
	margin-top:320px;
	margin-bottom:30px;
	margin-left:auto;
	margin-right:auto;
}
DIV.row3 {
	width:1170px;
	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: 10px;
	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;
	padding-right: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;
}