/* *** 2010.06.12: This style sheet may be used as a template for CSS positioning of 'Ends of the Earth' newsletters *** */ 

@charset "utf-8";

/* browser resets */
html, body {
  margin: 0px;
  padding: 0px;
  border: none;
  color: #000;
  background: #fff;
}
html, body, p, th, td, li, dd, dt {
  font: 13px Verdana, Arial, Helvetica, sans-serif;
}
h1, h2, h3, h4, h5, h6 {
  font-family: Verdana, Arial, Helvetica, sans-serif;
}
h1 { font-size: 26px; }
h2 { font-size: 20px; }
h3 { font-size: 16px; }
h4 { font-size: 13px; }
h5 { font-size: 11px; }
h6 { font-size: 9px; }
a:link { color: #00f; }
a:visited { color: #009; }
a:hover { color: #06f; }
a:active { color: #0cf; }

/* defining styles */

#layout {
	display: block;
	width: 750px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

#header, #footer {
	width: 750px;
	background-color: white;
}

#content {
	padding: 0;
}

div.center {           /* ======== specifically for centering images ========== */
	display: block;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

#page1wrap {
	padding: 0;
}

#page1leftcolumn {
	float: left;
	width: 200px;
	border: 2px solid black;
}

#p1rightcolumnwrapper {
	display: block;
	float: left;
	margin-left: 10px;
	Width: 538px;
	border: 0px double black;
	background-color: white;
}

#p1rightcolumnleft {
	display: block;
	float: left;
	text-align: justify;
	margin-left: 0px;
	margin-right: 0px;
	width: 269px;
	background-color: white;
}

#p1rightcolumnright {
	display: block;
	float: left;
	margin-left: 0px;
	margin-right: 0px;
	width: 269px;
	background-color: white;
}

#page2wrap {        /* page 2 is 3 columns of 250px each column */ 
	padding: 0;
}

#p2leftcolwrap {
	display: block;
	float: left;
	margin-left: 0px;
	Width: 250px;
	border: 0px double black;
	background-color: white;
}

#p2midcolwrap {
	display: block;
	float: left;
	margin-left: 0px;
	Width: 250px;
	border: 0px double black;
	background-color: white;
}

#p2rightcolwrap {
	display: block;
	float: left;
	margin-left: 0px;
	Width: 250px;
	border: 0px double black;
	background-color: white;
}

#page3wrap {    /* page 3 has a header w/3 columns, middle content with 1 column, and a footer with a header and 2 columns */
	padding: 0;
}

#p3headerwrap {
	display: block;
	float: left;
	margin-left: 0px;
	margin-bottom: 0px;
	Width: 750px;
	border: 0px double black;
	background-color: white;
}

#p3leftcolwrap {
	display: block;
	float: left;
	margin-left: 0px;
	Width: 250px;
	border: 0px double black;
	background-color: white;
}

#p3midcolwrap {
	display: block;
	float: left;
	margin-left: 0px;
	Width: 250px;
	border: 0px double black;
	background-color: white;
}

#p3rightcolwrap {
	display: block;
	float: left;
	margin-left: 0px;
	Width: 250px;
	border: 0px double black;
	background-color: white;
}

#p3midcontentwrap {    /* has 1 column */
	display: block;
	float: left;
	margin-left: 0px;
	margin-bottom: 0px;
	Width: 750px;
	border: 0px double black;
	background-color: white;
}

#p3footerwrap {    /* has a heading and 2 columns */
	display: block;
	float: left;
	margin-left: 0px;
	margin-bottom: 0px;
	Width: 750px;
	border: 0px double black;
	background-color: white;
}

#p3footerheadingwrap {    /* for heading of the footer */
	display: block;
	float: left;
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	Width: 750px;
	border: 0px double black;
	background-color: #ccc; 
}

#p3footerwrapleftcolwrap {    /* for the left hand column of the footer */
	display: block;
	float: left;
	margin-left: 0px;
	margin-bottom: 0px;
	Width: 375px;
	border: 0px double black;
	background-color: white;
}

#p3footerwraprightcolwrap {    /* for the right hand column of the footer */
	display: block;
	float: left;
	margin-left: 0px;
	margin-bottom: 0px;
	Width: 375px;
	border: 0px double black;
	background-color: white;
}

#page4wrap {    /* page 4 has 1 column with a top paragraph & a bottom picture */
	padding: 0;
}

#p4colwrap {
	display: block;
	float: left;
	margin-left: 0px;
	margin-bottom: 0px;
	Width: 750px;
	border: 0px double black;
	background-color: white;
}

#page5wrap {    /* page 5 has a header followed by 2 different sized columns */
	padding: 0;
}

#p5headerwrap {
	display: block;
	margin-left: 0px;
	margin-right: 0px;
	padding: 0;
	width: 750px;
	margin-bottom: 0px;
	border: 0px double black;
	background-color: white;
}

#p5leftcolwrap {
	display: block;
	float: left;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	width: 250px;
	border: 0px double black;
	background-color: white;
}

#p5rightcolwrap {
	display: block;
	float: left;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
	width: 500px;
	border: 0px double black;
	background-color: white;
}

#page6wrap {    /* page 6 has 2 columns and a footer */
	padding: 0;
}

#p6leftcolwrap {
	display: block;
	float: left;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	width: 375px;
	border: 0px double black;
	background-color: white;
}

#p6rightcolwrap {
	display: block;
	float: left;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
	width: 375px;
	border: 0px double black;
	background-color: white;
}

#p6footerwrap {
	display: block;
	margin-left: 0px;
	margin-right: 0px;
	padding: 0;
	width: 750px;
	margin-bottom: 0px;
	border: 0px double black;
	background-color: white;
}

#page7wrap {    /* page 7 has a header, 2 columns, and a footer */
	padding: 0px;
}

#p7headerwrap {
	float: left;
	display: block;
	margin-left: 84px;
	margin-right: 0px;
	padding: 0px;
	width: 580px;
	margin-bottom: 0px;
	border: 2px double black;
	background-color: #ccc;
}

#p7contentwrap {           /* the content area has 2 cols  */
	float: left;
	padding: 0px;
	margin-bottom: 10px;
	margin-top: 10px;
}
	
#p7leftcolwrap {
	display: block;
	float: left;
	margin-left: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	padding-left: 2px;
	width: 365px;
	border: 4px dashed black;
	background-color: white;
}

#p7rightcolwrap {
	display: block;
	float: left;
	margin-right: 0px;
	margin-left: 10px;
	margin-bottom: 0px;
	padding-left: 2px;
	width: 365px;
	border: 4px dashed black;
	background-color: white;
}

#p7footerwrap {           /* the footer has 2 columns of uneven width  */
	float: left;
	display: block;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding-bottom: 0px;
	width: 750px;
	border: 0px solid black;
	background-color: white;
}

#p7footerleftcolwrap {
	display: block;
	float: left;
	margin-left: 0px;
	Width: 250px;
	border: 0px double black;
	background-color: white;
}

#p7footerrightcolwrap {           /* the right footer column has a header and 2 columns  */
	display: block;
	float: left;
	margin-left: 0px;
	width: 500px;
	border: 0px double black;
	background-color: #ccc;
}

#p7footerrightcolheaderwrap {
	display: block;
	float: left;
	margin-left: 0px;
	width: 500px;
	border: 0px double black;
	background-color:#ccc;
}

#p7footerrightcolleftwrap {
	display: block;
	float: left;
	margin-left: 0px;
	width: 250px;
	border: 0px double black;
	background-color:#ccc;
}

#p7footerrightcolrightwrap {
	display: block;
	float: left;
	margin-left: 0px;
	width: 250px;
	border: 0px double black;
	background-color:#ccc;
}

#page8wrap {    /* page 8 has a header and a footer */
	padding: 0px;
}

#p8headerwrap {
	float: left;
	display: block;
	margin-left: 0px;
	margin-right: 0px;
	padding: 0px;
	width: 750px;
	margin-bottom: 0px;
	border: 0px double black;
	background-color: white;
}

#p8footerwrap {       /* footer has a title on top and three vertical columns */
	float: left;
	display: block;
	margin-left: 0px;
	margin-right: 0px;
	padding: 0px;
	width: 750px;
	margin-bottom: 0px;
	border: 2px solid black;
	background-color: white;
}

#p8footertopwrap {
	float: left;
	display: block;
	margin-left: 0px;
	margin-right: 0px;
	padding: 0px;
	Width: 746px;
	border: 0px solid black;
	background-color: white;
}

#p8footerleftcolwrap {
	float: left;
	display: block;
	margin-left: 0px;
	margin-right: 0px;
	padding: 0;
	Width: 75px;
	border: 0px solid black;
	background-color: white;
}

#p8footermidcolwrap {
	float: left;
	display: block;
	z-index: 100;
	margin-left: 0px;
	margin-right: 0px;
	padding: 0;
	Width: 416px;
	border: 0px solid black;
	background-color: white;
}

#p8footerrightcolwrap {
	float: left;
	display: block;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 410px;
	width: 255px;
	padding: 2px;
	background-color: white;
	border-top: 2px solid black;
	border-left: 2px solid black;
}	

div { /* causes Mozilla browsers to handle box model in same way as IE */
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0px;
  padding: 0px;
}

/* this is supposed to work for IE only / 
#page1right {
  float: left;
  margin-left: 8px;
  width: 518px;
  border: 6px double black;
}

 this is supposed to work in all other browsers. It uses the parent / child relationship
which, supposedly, IE doesn't recognize. As of 2009.11.17 I haven't gotten it to work! 
html> #page1right {
  float: left;
  margin-left: 8px;
  width: 530px;
  border: 6px double black;
}  */

.page-break-before {
	display: block;
    width: 750px;
    height: 1px;
	page-break-before: always;
}

.page-break-after {
	display: block;
    width: 750px;
    height: 1px;
	page-break-after: always;
}

.strong {
	font-weight: bold;
}

.italic {
	font-style: italic;
}

.uline {
	text-decoration: underline;
}

.page {
  text-align: center;
  font-weight: bold;
  margin-top: 0px;
}

.center {
	text-align: center;
}

.right {
	text-align: right;
	margin-top: 0px;
	margin-bottom: 0px;
}

.left {
	text-align: left;
	margin-top: 0px;
	margin-bottom: 0px;
}

.justify {
	text-align: justify;
}

.page1justify {
	text-align: justify;
	font-size: 11px;
}

.page2justify {
    text-align: justify;
    font-size: 11px;
    line-height: 99.99%;
}

p.top {
	text-align: left;
	font-weight: bold;
	margin-bottom: 0em;
	margin-top: 0em;
   font-size: 11px;
}
p.other {
	text-align: left;
	margin-left: 10px;
	margin-top: 0em;
	margin-bottom: 0em;
   font-size: 11px;
}

.small-caps {
	font-variant: small-caps;
}

.review {
	text-align: justify;
	text-indent: 10px;
}

/*  ============  formatting for Ordered List tag  ==============  */ 
ol { list-style-type: upper-roman; }
ol ol { list-style-type: upper-alpha; }
ol ol ol { list-style-type: decimal; }
ol ol ol ol { list-style-type: lower-alpha; }
ol ol ol ol ol { list-style-type: lower-roman; }
/*  ============  formatting for Ordered List tag  ==============  */

ul {
	list-style-type: decimal;
	margin-top: 0px;
	text-align: justify;
	font-size: 14px;
}

ul.upper {
	list-style-type: upper-roman;
	text-align: justify;
}

ul.lower {
	list-style-type: lower-alpha;
	text-align: justify;
}

ul.alphaup {
	list-style-type: upper-alpha;
	text-align: justify;
}

ul.disc {
	list-style-type: disc;
	text-align: justify;
}

ul.none {
	list-style-type: none;
	text-align: justify;
}

li.space {
	margin-bottom: 1em;
}

li.nomargin {
	margin-left: -6px;
}

.TableCommonStyles {
	Width: 100%;
	font-size: 13px;
	border: 0px solid black;
	vertical-align: top;
	line-height: 100%;
}

td {
	vertical-align: top;
}

.footnr {              /* == formatting for the footnote number == */
	position: relative;
	bottom: 0.5em;
	color: red;
	font-size: 0.8em;
	font-weight: bold;
	margin-top: 0px;
}

.footnote {              /* == formatting for the footnote itself == */             
	font-size: 0.8em;
	text-indent: 20px;
	margin-top: 0px;
}
