/* ------------------------------------------------ */
/* ESSENTIAL HTML ELEMENTS                          */
/* ------------------------------------------------ */

body {
	margin: 40px auto;
	font-family: sans-serif;
	font-size: 0.9em;
	line-height: 1.42857143;
	background: #fff;
}

h1 {
	text-align: center;
}

h1,h2{
}

h3 {
	padding-top:20px;
}

pre {
	display: block;
	padding: 9.5px;
	margin: 0 0 10px;
	line-height: 1.42857143;
	word-break: break-all;
	word-wrap: break-word;
	color: #333;
	background-color: #f5f5f5;
	border: 1px solid #ccc;
	border-radius: 4px;
}

a {
	text-decoration: none;
	color: #336;
	font-weight: 700;
}

p {
	text-align: justify;
}

figure {
	position: relative;
	display: inline-block;
}

figurecaption {
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 5px 10px;
	background: rgba(0,0,0,0.6);
	color: #fff;
	width: 100%;
	font-size: .8em;
	z-index: 10;
}

a[name] {
	position: absolute;
	height: 50px;
	margin-top: -50px;
}

/* ------------------------------------------------ */
/* GLOBAL CSS — Applies to entire miTLS website     */
/* ------------------------------------------------ */
#header {
	margin: 0 auto;
	width: 900px;
}

#hdr2 {
	margin: 0 auto;
	width: 900px;
}

#hdrbar {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1000;
	height: 40px;
	border-bottom: 2px solid #CCC;
	background: #eee;
	background: -moz-linear-gradient(top,rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%);
	background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,rgba(255,255,255,1)),color-stop(100%,rgba(229,229,229,1)));
	background: -webkit-linear-gradient(top,rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%);
	background: -o-linear-gradient(top,rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%);
	background: -ms-linear-gradient(top,rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%);
	background: linear-gradient(to bottom,rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff',endColorstr='#e5e5e5',GradientType=0);
}

#hdrbar2 {
	height: 40px;
	background: #edf3ff;
	background: -moz-linear-gradient(top,rgba(237,243,255,1) 0%,rgba(255,255,255,1) 100%);
	background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,rgba(237,243,255,1)),color-stop(100%,rgba(255,255,255,1)));
	background: -webkit-linear-gradient(top,rgba(237,243,255,1) 0%,rgba(255,255,255,1) 100%);
	background: -o-linear-gradient(top,rgba(237,243,255,1) 0%,rgba(255,255,255,1) 100%);
	background: -ms-linear-gradient(top,rgba(237,243,255,1) 0%,rgba(255,255,255,1) 100%);
	background: linear-gradient(to bottom,rgba(237,243,255,1) 0%,rgba(255,255,255,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#edf3ff',endColorstr='#ffffff',GradientType=0);
}

#hdrbar3 {
	width: 100%;
	background: rgba(237,243,255,1);
	text-align: center;
}

.hdrimg {
	float: left;
	margin: -5px 15px 0px 0px;
}

.hdrimg img {
	width: auto;
	height: 32px;
}

.hdrbtn {
	display: inline-block;
	font-size: 1.25em;
	font-weight: bold;
	text-align: center;
	padding: 10px 20px 5px;
	height: 25px;
	float: left;
	min-width: 110px;
}

.hdrbtn:hover {
	background: #f4f4f4;
	background: -moz-linear-gradient(top,rgba(244,244,244,1) 0%,rgba(209,209,209,1) 100%);
	background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,rgba(244,244,244,1)),color-stop(100%,rgba(209,209,209,1)));
	background: -webkit-linear-gradient(top,rgba(244,244,244,1) 0%,rgba(209,209,209,1) 100%);
	background: -o-linear-gradient(top,rgba(244,244,244,1) 0%,rgba(209,209,209,1) 100%);
	background: -ms-linear-gradient(top,rgba(244,244,244,1) 0%,rgba(209,209,209,1) 100%);
	background: linear-gradient(to bottom,rgba(244,244,244,1) 0%,rgba(209,209,209,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f4f4f4',endColorstr='#d1d1d1',GradientType=0);
}

.hdra {
	height: 27px;
	background: #fff;
	background: -moz-linear-gradient(top,rgba(255,255,255,1) 0%,rgba(237,243,255,1) 100%);
	background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,rgba(255,255,255,1)),color-stop(100%,rgba(237,243,255,1)));
	background: -webkit-linear-gradient(top,rgba(255,255,255,1) 0%,rgba(237,243,255,1) 100%);
	background: -o-linear-gradient(top,rgba(255,255,255,1) 0%,rgba(237,243,255,1) 100%);
	background: -ms-linear-gradient(top,rgba(255,255,255,1) 0%,rgba(237,243,255,1) 100%);
	background: linear-gradient(to bottom,rgba(255,255,255,1) 0%,rgba(237,243,255,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff',endColorstr='#edf3ff',GradientType=0);
}

.hdr2btn {
	display: inline-block;
	font-size: 1em;
	text-align: center;
	padding: 10px 20px 5px;
	height: 30px;
	float: left;
}

.hdr3btn {
	display: inline-block;
	font-size: 1.15em;
	text-align: center;
	padding: 10px 20px 5px;
	height: 22px;
}

#contents {
	width: 900px;
	margin: 0 auto;
}

.text-right {
	text-align: right;
}

#footer {
	position: fixed;
	bottom: 00px;
	height: 70px;
	width: 100%;
	background: linear-gradient(to bottom,rgba(255,255,255,0) 0%,rgba(237,243,255,1) 60%);
}

#footer img {
	height: 30px;
	width: auto;
	margin: 0 30px;
}

.figure {
	text-align: center;
}

table.border {
	border: 1px solid black;
	font-size: 0.8em;
	border-spacing: 0px;
}

table.border th {
	background: #eee;
}

table.border td, th {
	border-bottom: 1px solid #555;
}

/* ------------------------------------------------ */
/* PEOPLE                                           */
/* ------------------------------------------------ */
div.person {
	width: 360px;
	float: left;
	margin: 0 45px 40px 45px;
}

div.person img {
	width: 100px;
	height: 100px;
	border-radius: 5px;
	margin-right: 10px;
	float: left;
	object-fit: cover;
	border: 2px solid #f5f5f5;
	box-shadow: 4px 4px 5px #ccc;
}

div.person h2 {
	font-size: 1.1em;
	position: relative;
}

div.person div.personInfo {
	display: block;
	padding: 9.5px;
	word-break: break-all;
	word-wrap: break-word;
	color: #333;
	background-color: #f5f5f5;
	border-radius: 4px;
	/*font-family: monospace;*/
	font-size: 10pt;
	height: 90px;
	text-align: right;
}


