html, body {
    margin: 0;
    padding: 0;
}

body {
	background-color:#777;
	/* background-image: url(images/background_small.png); */
	color:#333;
	font-family:Georgia, "Lucida Sans Unicode", "Lucida Grande", Arial, Helvetica, sans-serif;
}

#topbar {
	background-color:#777;
	/* background-image: url(images/background_small.png); */
	position:fixed;
	width:100%;
	z-index:999999;
}

#menu {
	width:70%;

	margin:auto;
	margin-top:10px;
	background-color:#777;
	/* background-image: url(images/background_medium.png); */
	background-image: url(images/background_small.png);

	-webkit-box-shadow: 0 0 5px #666;
	-moz-box-shadow: 0 0 5px #666;
	box-shadow: 0 0 5px #666;
	

	-webkit-border-top-left-radius:10px;
	-moz-border-radius-topleft:10px;
	border-top-left-radius:10px;
	-webkit-border-top-right-radius:10px;
	-moz-border-radius-topright:10px;
	border-top-right-radius:10px;
}

#banner {
	height:90px;
	color:#FFF;
	padding-top:30px;
}

#banner h1 {
	margin:0px 30px;
	padding:0;
	font-size:30px;
}

#banner p {
	margin:10px 30px;
	padding:0;
	font-size:15px;
	text-transform: uppercase;
}

#navigation {
	width:100%;
    height: 40px;
    padding:0;
	margin-bottom:0;
	background-color:#222;
	overflow:auto;
}

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

#navigation ul li{
   display:inline;
   float:left;
   margin:0px;
   padding:0;
}

#navigation ul li a{
   display:block;
   padding:0px 10px;
   color:#fff;
   text-decoration:none;
   line-height:40px;
   margin:0;
}

#navigation ul li a:hover {
   background:#FFF;
   color:#333;
}

#content {
	width: calc(70% - 40px);
	background-color:#FFF;
	margin:auto;
	padding-top:180px;
	padding-left:20px;
	padding-right:20px;
	padding-bottom:20px;
	margin-bottom:10px;
	margin-top:0;
	
	text-align: justify;

	-webkit-border-bottom-left-radius:10px;
	-moz-border-radius-bottomleft:10px;
	border-bottom-left-radius:10px;
	-webkit-border-bottom-right-radius:10px;
	-moz-border-radius-bottomright:10px;
	border-bottom-right-radius:10px;

	-webkit-box-shadow: 0 0 5px #666;
	-moz-box-shadow: 0 0 5px #666;
	box-shadow: 0 0 5px #666;
}

#content h1 {
	background-color:#333;
	color:#FFF;
	margin-left:-10px;
	margin-right:-10px;
	margin-top:0;
	padding-left:10px;
	padding-top:2px;
	padding-bottom:2px;
	overflow:hidden;
	clear:left;

	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
}

#content h2 {
	background-color:#555;
	padding-left:10px;
	padding-top:2px;
	padding-bottom:2px;
	margin-right:-10px;
	color:#FFF;
	overflow:hidden;
	clear:left;

	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
}

#content h3 {
	background-color:#777;
	padding-left:10px;
	padding-top:2px;
	padding-bottom:2px;
	margin-left:10px;
	margin-right:-10px;
	color:#FFF;
	overflow:hidden;

	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
}

#content .clearDiv {
clear:both;
}

span.hide {
	display:none;
}

#contactsidebar {
	width:20%;
	max-width:200px;
	float:right;
	background-color:#EEE;
	border: 1px solid #B5B5B5;
	margin-left: 20px;
	margin-bottom: 10px;
	padding: 0 10px;

	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;

	-webkit-box-shadow: 0 0 5px #D5D5D5;
	-moz-box-shadow: 0 0 5px #D5D5D5;
	box-shadow: 0 0 5px #D5D5D5;
}

#contactsidebar img {
	margin:auto;
	display:block; 
	margin-top:10px;
	width:calc(100% + 20px);
	position:relative;
	left:-10px;
	overflow:hidden;

	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
}

#contactsidebar h3, #contactsidebar p {
	margin: 10px 0;
	text-align:center;
}

#contactsidebar p {
	overflow:auto;
}

.imgfloatl, .imgfloatr, .imgfull {
	background-color:#F8F8F8;
	border: 1px solid #B5B5B5;
	margin-bottom: 10px;
	margin-top: 0px;
	padding: 10px 10px;

	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;

	-webkit-box-shadow: 0 0 5px #D5D5D5;
	-moz-box-shadow: 0 0 5px #D5D5D5;
	box-shadow: 0 0 5px #D5D5D5;
}

.imgfloatl {
	float:left;
	clear:left;
	margin-left: 0px;
	margin-right: 20px;
	width:33%;
	max-width:350px;
}

.imgfloatr {
	float:right;
	clear:right;
	margin-left: 20px;
	margin-right: 0px;
	width:33%;
	max-width:350px;
}

.imgfull {
	clear:both;
	width:85%;
	max-width:800px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
}

.imgfloatl img, .imgfloatr img {
	height:auto;
	width:auto;
	max-width:100%;
}

.imgfloatl video, .imgfloatr video {
	height:auto;
	max-width:100%;
}

.imgfloatl p, .imgfull p, .imgfloatr p {
	margin-top:10px;
	margin-bottom:0px;
	font-size:15px;
}


.imgfull img {
	height:auto;
	margin:auto;
}

span.FigureTitle {
	font-weight: bold;
}

a.FigureReference {
	font-weight: bold;
	display:inline-block;
}


span.pubStar{
	display:inline-block;
	margin:0;
	padding:0;
	color:#F00;
	background: none;
	font-weight:bold;
	font-size:15px;
}

.pubEntryComment {
	margin-top:-10px;
	margin-left:20px;
	padding:0;
	font-size:13px;
	color:#F00;
}

.File {
	overflow:hidden;
	text-align:center;
	margin-top:10px;
	margin-bottom:10px;
	background-color:#EEE;
	padding:5px;
}

.File:hover {
	background-color:#DDF;
}

span.FileInfo {
	font-size:10px;
}

#Footer {
	height:calc(100vh - 320px);
}

a.anchor{
	display: block; 
	position: relative; 
	top: -180px; 
	visibility: hidden;
}

a.anchorfig{
	display: block; 
	position: relative; 
	top: -190px; 
	visibility: hidden;
}

a:link, a:visited {
	text-decoration:none;
	color:#065388;
}
a:hover {
	color:#990000;	
}
a.current:link, a.current:visited {
	color:#111;
	font-weight:bold;
}
img { border:none; }

h1 {
	font-weight:normal;
}

