html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, font, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
dl, dt, dd, ol, ul, li, 
fieldset, form, label, legend, input, textarea, select,
table, caption, tbody, tfoot, thead, tr, th, td {
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
}



@font-face {
  font-family: "Garamond";
  src: url("fonts/garamond.ttf");
}

body {
  min-width: 784px; /* 784 */
  margin: 0;
  padding: 0;
  font-family: Garamond, Palatino, Georgia, Times, serif;
  font-size: 10pt;
  background: #fff;
  text-align:center;
}

#container {
  width:784px;
/*  background:url(../images/cover_head.png) top center no-repeat; */
}

#headerContainer {
	width:784px;
/*	height: 131px; */
	position: relative;
}

#contentContainer { 
	text-align: left;
	width:784px;
/*	background: url(../images/shoes_sideways.png) no-repeat;
	background-image: url(../images/sidelines.gif);
	background-repeat: repeat-y;
	background-color: #fff; */
}

#content {
	padding-top:20px;
	padding-bottom: 20px;
/*	margin-left: 73px; */
	border-left: 1px solid #666;
	border-right: 1px solid #666;
}

#storiesContainer {
	margin-top: 0px; /* was 40px; */
	background: url(../images/greydot.gif) top center repeat-y;		
}

#mainContent {
	padding-top:20px;
	padding-bottom: 20px;
	padding-left: 50px;
	padding-right: 50px;
}

#storyContent {
	margin-left: 190px;
	margin-right: 20px;
	text-align: justify;
}

#story {
	margin-left: 20px;
	margin-right: 25px;
	font-size:12pt;
}

#footerContainer {
	width:782px;
	height: 116px;
	border-bottom: 1px solid #666;
	border-left: 1px solid #666;
	border-right: 1px solid #666;
	padding-top: 20px;
}

#nav {
	width: 150px;
	text-align: right;
	float: left;
	margin-left: 10px;
}

#printpages {
	float:right;
	text-align: right;
}

#nonprinter {
	display:none;
}

#pagenum {
	text-align: right;
	font-style: italic;
}

div#p2, div#p3, div#p4, div#p5, div#p6 { display:none; } /* #p5 = aisha's footnotes. #p6 = michael's dipity map */

div#dipity { display:block; }

.breakoutright {
	float: right;
	border: 1px solid #333;
	background-color: #ccc;
	width: 200px;
	text-align: left;
	padding: 15px;
	margin: 10px;
	margin-right: 0px;
}

.breakoutleft {
	float: left;
	border: 1px solid #333;
	background-color: #ccc;
	width: 200px;
	text-align: left;
	padding: 15px;
	margin: 10px;
	margin-left: 0px;
	font-size: 14pt;
}

.breakoutquote {
	font-size: 14pt;
	font-style: italic;
}

.breakoutattrib {
	font-size:10pt;
	font-style: normal;
}

table.covertable td {
	padding-top: 20px;
}

.copyright {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 8pt;
	color: #666;
	float: right;
	margin-bottom: 0px;
	margin-right: 10px;
	margin-top: 15px;
	text-align:right;
}

.copyright a:link, .copyright a:visited, .copyright a:hover {
	color: #000;
	text-decoration:none;
}

p.subhead {
	border-bottom: 1px solid #ccc;
	padding-bottom: 10px;
	margin-bottom: 10px;
	font-weight: bold;
	width:60%;
	text-align: left;
}

.img_border { border: 1px solid black; }


a:link {
	color: #991b1e;
	text-decoration: none;
}

a:visited {
	color: #cc3333;
	text-decoration: none;
}

a:hover {
	color: #cc3333;
	text-decoration: underline;
}


.imageleft {
  float: left;
  margin-right: 15px;
  width: 75px;
  height: 75px;
  text-align: center;
}
.imageleft img {
	border: 1px solid #000;
}

.imagebio {
  /*float: right;*/
  border: 1px solid #555;
  margin-left: 15px;
  margin-bottom: 15px;
  margin-top: 15px;
  /*background-color:#991b1e;
  width: 125px;
  height: 150px;
  text-align: center; */
}

.storyImgRight {
	float: right;
	font-size:10pt;
	width: 250px;
	margin-left: 15px;
	margin-top: 0px;
	margin-bottom: 10px;
	padding: 7px;
	border: 1px solid black;
}

.storyImgLeft {
	float: left;
	font-size:10pt;
	width: 250px;
	margin-right: 15px;
	margin-top: 0px;
	margin-bottom: 10px;
	padding: 7px;
	border: 1px solid black;
}

.greybackground {
	background-color: #CCC;
	padding: 20px;
	margin-bottom: 10px;
	text-align: justify;
}

.whitebackground {
	background-color: #FFF;
	padding: 20px;
	margin-bottom: 10px;
	text-align: justify;
}

.author {
	font-style: italic;
	margin-left: 20px;
}

.teaser {
	font-weight:bold;
}

h1 {
	font-size: 24pt;
	color: #991b1e;
	margin-bottom:5px;
}

h2 {
	font-size:16pt;
	color: #991b1e;
	margin-top: 0px;
}

h3 {
	font-size:12pt;
	color: #000000;
	margin-top: 0px;
}

.text-top {
	vertical-align: text-top;
}

.footnote {
	font-size:10pt;
}

.click {
	font-style: italic;
	float: right;
}

blockquote {
	border: 1px solid #333;
	background-color: #ccc;
	text-align: left;
	padding: 15px;
	margin-top: 10px;
	margin-bottom: 10px;
	width: 400px;
	margin-left: auto;
	margin-right: auto;
	font-style: italic;
}