/*-------------------------------------------------
GLOBALS & GENERAL CASES
-------------------------------------------------*/
body {
  color: #000000;
  background-color: white;
  font-family: "Times New Roman", Times, serif;
  font-size: 12pt;
  margin: 0;
}

* html .pagebreak {
  page-break-before: always;
}

#print_logo {
  display: block;
  margin-left: 16px;
}
  
#content_center { 
  left: 0;
  width: 7in;
}

table#schedule { width: 95%; }

#header, #content_left, #content_right, #copyright, #dropmenudiv { display: none; }
#content_center_scrollable { height: auto !important; }

#footer div.footer_contact {
  border-top: 1px solid #ccc;
  padding-top: 4px;
  margin: 0;
  padding-left: 48px;
  font-size: 9pt;
  width: 100%;
  position: absolute;
  bottom: 1.5cm;
}

* html #footer div.footer_contact { padding-left: 18px; }

#footer div.footer_contact span.phonenumber {
  display: inline;
}

* html #footer div.footer_contact { bottom: 0; }
  
div.footer_links { display: none; }

/*-------------------------------------------------
ACADEMICS HOME
-------------------------------------------------*/
#learning_opportunities li {
  width: 300px;
}

/*-------------------------------------------------
FAQS
-------------------------------------------------*/
.faq_answer {
  display: block;
}

/*-------------------------------------------------
FACULTY AND STAFF BIOS
-------------------------------------------------*/
div.bio { 
  display: inline;
}