@charset "utf-8";
body {
	font: 100%/1.4 Verdana, Arial, Helvetica, sans-serif;
	background: #fff;
	margin: 0;
	padding: 0;
	color: #000;
}

 Element/tag selectors 
ul, ol, dl { 
    margin-left : 1em;
	padding-left: 1em;
	
}

/*remove top margin*/
h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;	 
	
	padding-right: 30px;
	padding-left: 5%; 
	font-family: Verdana, Geneva, sans-serif;
	
}
h1 {font-size: 1.5em;

font-weight:170;
}
h2 {font-size: 1.1em;

font-weight:170;
}
h3 {font-size: 1em;

font-weight:50;
}
p {font-size: 1em
font-weight:100;
}
/* remove  blue border around a link image  */
a img { 
	border: none;
}

/* link styling - copied from web sites. DO NOT CHANGE ORDER*/
a:link {
	color:#414958;
	text-decoration: underline; 
}
a:visited {
	color: #4E5869;
	text-decoration: underline;
}
a:hover, a:active, a:focus { 
	text-decoration: none;
}

/* container  for all divs */
.container {
	width: 90%;
	max-width: 1260px;
	min-width: 780px;
	background: #fff;
	margin: 0 auto;
}

/* the header contains the group "logo" as a figure */
.header {
	background: #6F7D94;
}

/* Left column of layout. It contains the navigation list */
.sidebar1 {
	float: left;
	width: 27%; 
	background: #fff;
	padding-bottom: 0px;
}

/*main area for content */
.content {
	width: 60%;
	float: left;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 15px;
}

/* lists in the content area. Padding on the left creates the indention. Padding at  the bottom  creats space between other elements.   */
.content ul, .content ol { 
	padding: 0 15px 15px 40px; 
}

/* navigation list styles  */
ul.nav {
	list-style: none; 
	margin-bottom: 15px; 
	background-color: #FFF;
	border-top-width: 1px;
	border-top-style: outset;
	border-right-style: outset;
	border-bottom-style: outset;
	border-left-style: outset;
	border-top-color: #666;
}
ul.nav li {
	border-bottom: 1px solid #666; /*  button separator */
}
/* styles for visited links */
ul.nav a, ul.nav a:visited { 
	padding: 5px 5px 5px 15px;
	display: block; 
	text-decoration: none;
	background: #fff; 
	color: #000;
}
/*style for hovering over link */
ul.nav a:hover, ul.nav a:active, ul.nav a:focus { 
	background: #6F7D94;
	color: #FFF;
}

/* The footer */
.footer {
	font-size:9px;
	padding: 10px 0;
	background: #fff;
	position: relative;
	clear: both; 
}

/*style for list of people in people page */
.ListOfPeople {
	line-height:0.8em;
	font-size: 0.8 em
}

/*float classes */
.fltrt {  
	float: right;
	margin-left: 8px;
}
.fltlft { 
	float: left;
	margin-right: 8px;
}
.clearfloat { 
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
.container .content .ListOfPeople p {
		line-height:1.2em;
}
.IndentedList {
	margin-left: 1em;
}

/*for centering movie */

.TomographyMovie {  
          margin: 0px auto;
}.container .content video {
	float: left;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 40px;
	padding: 10px;
}
.container .content p {
	text-align: justify;
}
