html, body, #contents {
	min-height: 100%;
	width: 100%;
	height: 100%;
}  /* hack for IE5+/Win.*/

html>body, html>body #contents {height: auto;}
/* Without this, Moz1.0 adds a vertical scrollbar */

body      {margin: 0px; padding: 0px}
#contents {position: absolute; top: 0; left: 0; margin: 0px; padding: 0px; z-index:20;}
#main     {padding: 0px; margin-left: 0px; margin-top: 0px; height: auto; margin-bottom: 80px; z-index:20}
#footer   {position: absolute; bottom: 0; z-index:10;}

table, tr, td {background-image: none;}

.navbut {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #990000;
	text-decoration: none;
}
.pagetitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 40px;
	font-weight: bold;
	color: #333333;
	line-height: 60px;
}
.pagesubtitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-weight: bold;
	color: #333333;
	line-height: 22px;
}
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #737373;
	line-height: 13px;
}
.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	font-weight: normal;
	color: #333333;
}
.textblack {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	font-weight: normal;
	color: #000000;
}

.text-bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	font-weight: bold;
	color: #333333;
}
.text-gray {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	font-weight: normal;
	color: #474747;
}
.highlight {
	color: #c00000;
}
.graylabel {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height: 11px;
	font-weight: bold;
	color: #474747;
}
.thinborder {
	border: 1px solid #333333;
}
.searchborder {
	border: 1px solid #c00000;
}



/* Section stuff
 * Common
 */
.education-intro, .research-intro, .offices-intro, .aboutmit-intro {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	line-height: 22px;
	font-weight: normal;
	color: #333333;
}

.education-introtitle, .research-introtitle, .offices-introtitle, .aboutmit-introtitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	line-height: 22px;
	font-weight: bold;
	color: #333333;
}

/* Level 1
 */
.education-level1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	line-height: 23px;
	font-weight: bold;
	color: #333333;
}
/* Three-column headers */
.research-categories, .offices-categories, .life-categories {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 18px;
	font-weight: bold;
	color: #333333;
}

.research-letters, .life-letters, .offices-letters {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	font-weight: bold;
	color: #333333;
}

.aboutmit-level1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	line-height: 23px;
	font-weight: bold;
	color: #333333;
}


/* Level 2
 */
.education-level2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height: 19px;
	font-weight: bold;
	color: #333333;
}


/* Active
 */
.research-active {
	color: #c00000;
}
.offices-active {
	color: #c00000;
}
.life-active {
	color: #c00000;
}


/* Bigletter
 */
.research-bigletter, .offices-bigletter, .life-bigletter {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	line-height: 26px;
	font-weight: bold;
	color: #c00000;
}

/* Bigcat
 */
.research-bigcat, .offices-bigcat {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	line-height: 23px;
	font-weight: bold;
	color: #c00000;
}
.life-bigcat {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	line-height: 19px;
	font-weight: bold;
	color: #c00000;
}

/* Littlecat
 * (subcategory titles)
 */
.research-littlecat, .offices-littlecat, .life-littlecat {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	font-weight: bold;
	color: #c00000;
}


/* Activebut
 */
.research-activebut, .offices-activebut, .life-activebut {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	font-weight: normal;
	color: #c00000;
}

/* Listing
 */
.research-listing, .offices-listing, .offices-alphalisting, .life-listing {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	font-weight: normal;
	color: #c00000;
}

.aboutmit-listing, .education-listing {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	font-weight: normal;
	color: #333333;
}

/* About MIT */
.aboutmit-mission {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	line-height: 22px;
	font-weight: normal;
	color: #333333;
}


a {
	text-decoration: none;
	color: #333333;
}
a.footer {
	color: #737373;
}
a:hover {
	text-decoration: underline;
	color: #c00000;
}
a.navbut:hover {
	color: #990000;
}
a:active {
	color: #d74c00;
}
a.research-listing:visited {
	color: #900000;
}
a.research-listing:active {
	color: #d74c00;
}
a.offices-listing:visited {
	color: #900000;
}
a.offices-listing:active {
	color: #d74c00;
}
a.navbut:active {
	color: #FF0000;
}

/* about this site styles */

/* default text */

.site-text {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    line-height: 18px;
    color: #333333}


/* page title (to left of navigation) */

.sitepagetitle {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 22px;
    line-height: 28px;
}

/* headings and other larger text */

.text-bigger {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 17px;
    line-height: 22px;
    color: #333333;
}

/* introductory text */

.introtext {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 17px;
    line-height: 22px;
    color: #333333;
}

/* images with borders */

.borderedimage {
    border-color: #474747;
}

/* request spotlight form */

.formtext {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    line-height: 18px;
    color: #000000;
}
.forminstructions {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-style: italic;
}
.formprompt {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: bold;
}

/* past spotlights */

.pastspotnav {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    line-height: 19px;
}
.pastspottext {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    line-height: 22px;
}
.pastspothead {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 17px;
}

/* caption (gallery) */

.caption {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    line-height: 14px;
    color: #333333;
}

/* links inside large text blocks */

a.contentlink:link, a.contentlink:visited {
    font-family: Arial, Helvetica, sans-serif;
    text-decoration: none;
    font-weight: bold;
    color: #333333;
} 

a.contentlink:active, a.contentlink:hover {
    font-family: Arial, Helvetica, sans-serif;
    text-decoration: underline;
    font-weight: bold;
    color: #c00000;
}

/* sub navigation of the about this site section */

a.nav {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
    line-height: 17px;
    color: #c00000;
    text-decoration: none;
}

a.nav:visited {
    font-family: Arial, Helvetica, sans-serif;
    text-decoration: none;
    font-weight: normal;
    color: #c00000;
}

a.nav:active { 
    font-family: Arial, Helvetica, sans-serif;
    text-decoration: underline;
    font-weight: normal;
    color: #d74c00;
}

a.nav:hover {
    font-family: Arial, Helvetica, sans-serif;
    text-decoration: underline;
    font-weight: normal;
    color: #c00000;
}

.navfocus {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
    line-height: 17px;
    color: #900000;
    text-decoration: none;
}

/* In about this site index */
#cutout {
  position: absolute;
  left: 160px;
  top: 478px;
  bottom: 0px;
  right: 0px;
  z-layer: 3;
  background-color: #dfdfb8;
  margin: 0px;
  padding: 0px;
}