/* home page styles for PARTNER site  */







/* GENERAL */



body {

  background-color: #bddc91;

  background-image: url(http://web.mit.edu/aeroastro/partner/news2/img/home/pagebkg.gif);

  background-repeat: repeat-x;

}

a,

a:link {

  color: #c52727;

  text-decoration: none;

}

a:visited {

  color: #2a69bc;

  text-decoration: underline;

}

a:active,

a:hover,

a:focus {

  color: #c52727;

  text-decoration: underline;

}



 



/* HEADER */



#divheader {

  background-color: #70aad7;

  background-image: url(http://web.mit.edu/aeroastro/partner/news2/img/home/headerbkg.gif);

  background-repeat: repeat-y;

}







/* BODY */



/* photo */

img#sectionphoto {

  margin-bottom: 14px;

}



/* cell containing intro text */

td#introtextcell {

  border-right: 1px solid #7692a1;

}

/* intro text (total width 399px) */

#divintrotext {

  padding: 8px 13px;

	width: 373px;

}

#divintrotext p {

  font-size: 0.95em;

  font-weight: normal;

  line-height: 140%;

  color: #244f82;

}



/* spotlight (total width 151px) */

#divspotlight {

  width: 137px;

  margin: 0px;

  padding: 0px 0px 16px 14px;

}

#divspotlight h2 {

  font-size: 0.75em;

	font-weight: bold;

  color: #cc3333;

  line-height: 100%;

	text-transform: uppercase;

  margin: 0px 0px 12px 0px;

}

#divspotlight p {

  font-size: 0.75em;

  font-weight: normal;

  line-height: 140%;

  color: #000000;

}







/* SPONSORS */



#divsponsors {

  padding: 0px 0px 12px 201px;

}

#divsponsors p {

  font-size: 0.70em;

  line-height: 100%;

  white-space: nowrap;

  color: #585858;

  margin: 0px;

}







/* FOOTER */



#divfooter {

  border-top: 1px solid #89aa87;

}

