




/*
     FILE ARCHIVED ON 8:12:24 Sep 20, 2008 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 23:54:55 Apr 19, 2016.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/* common styles for Harvard magazine site  */


/* GENERAL */

html, body {
  margin: 0px;
}
body {
  background-color: #e3e3d9;
  text-align: center;        /* centers the page for IE/win */
}

img{border:0}

/* for div containing skip links and other content that should never be seen by visual browsers */
.offscreen {
  position: absolute;
  left: 0px; top: -9999px;
  width: 1px; height: 1px;
  overflow: hidden;
}
/* for back to top anchor */
#divtopanchor {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 1px;
  height: 1px;
  z-index: 1;
}

/* div to clear floating divs */
.divclear {
  clear: both;
}

/* remove space around form */
form {
  display: inline;
  margin: 0;
  padding: 0;
}
/* get rid of fieldsets and legends */
fieldset {
  display: inline;
  border: none;
  margin: 0;
  padding: 0;
}
legend {
  display: none;
}

/* table cells by default aligned left and top */
td {
  text-align: left;
  vertical-align: top;
}

/* layout table */
/* note: cellspacing=0 must still be specified in table tag because of IE */
table.layouttable {
  border: none;
  border-spacing: 0px;
  margin: 0px;
  padding: 0px;
}
table.layouttable td {
  padding: 0px;
}

/* elements for screen display or print display only */
span.screenonly {
  display: inline;
}
span.printonly {
  display: none;
}
div.screenonly {
  display: block;
}
div.printonly {
  display: none;
}


/* default font and links */
html, body {
  font-family: Georgia, "Times New Roman", Times, serif;
  color: #000000;
}
h1, h2, h3, h4, h5, h6, p, ul, ol, li {
  margin-top: 0px;
}
a,
a:link {
  color: #982308;
  text-decoration: underline;
	/*  text-decoration: none;  Original Hecht style changes 062708 */

}
a:visited {
  color: #982308;
  text-decoration: underline;
	/*  text-decoration: none;  Original Hecht style changes 062708 */

}
a:active,
a:hover,
a:focus {
  color: #982308;
  text-decoration: none;
	/*  text-decoration: underline;  Original Hecht style changes 062708 */
}



/* OUTER SHELL */
/* centered container for all page content */

#divoutershell {
  position: relative;
  z-index: 1;
  width: 968px;
  margin: 0px auto;
  text-align: left; /* undoes centering in body style */
}



/* PAGE AREA */
/* area containing banner, navigation, text, etc. */

#divpagearea {
  position: relative;
  z-index: 1;
  width: 800px;
  min-height: 600px;
  background-color: #ffffff;
}



/* AD AREA */
/* area to right of page area, containing advertisements, or sometimes empty */

#divadarea {
  position: absolute;
  left: 808px;
  top: 0px;
  width: 160px;
  z-index: 10;
  padding-bottom: 20px;
}
#divadarea p {
  margin: 0px;
}
#divadarea div.divad {
  margin-bottom: 5px;
}

