/* *** 2010.05.10: 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: 8px;
	Width: 538px;
	border: 0px double black;
	background-color: white;
}

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

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

#page2wrap {    /* page 2 has a header followed by 3 columns */
	padding: 0;
}

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

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

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

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

#p2insetwrap {        /* p2insertwrap has a header and 2 columns */
	display: block;
	float: left;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
	margin-top: 0px;
	width: 500px;
	height: 366px;
	border: 5px double black;
	background-color: white;
}

#p2insetwrapheader {
	display: block;
	float: left;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
	margin-top: 0px;
	width: 100%;
	border: 0px double black;
	background-color: white;
}

#p2insetwrapleftcolwrap {
	display: block;
	float: left;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
	margin-top: 0px;
	width: 245px;
	height: 300px;
	border: px double black;
	background-color: white;
}

#p2insetwraprightcolwrap {
	display: block;
	float: left;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
	margin-top: 0px;
	width: 245px;
	height: 300px;
	border: px double black;
	background-color: white;
}


#page3wrap {    /* page 3 has no columns */
	padding: 0;
}

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

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

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

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

#p3midcontentsmallwrap {    /* in the center of the page */
	display: block;
	float: left;
	margin-left: 0px;
	margin-bottom: 0px;
	Width: 750px;
	border: 0px double black;
	background-color: white; 
}

#p3bottomheadingwrap {    /* for heading picture just above the footer */
	display: block;
	float: left;
	margin-left: 0px;
	margin-top: 100px;
	margin-bottom: 0px;
	Width: 750px;
	border: 0px double black;
	background-color: white; 
}

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

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

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

#page4wrap {    /* page 4 has 4 columns w/heading at top of col 1 */
	padding: 0;
}

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

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

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

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

#page5wrap {    /* page 5 has a header, a content, & a footer div */
	padding: 0;
}

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

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

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

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

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

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

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

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

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

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

#page6wrap {        /* page 6 is 3 columns of 259px each column */ 
	padding: 0;
}

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

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

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

#page7wrap {    /* page 8 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 a heading and 3 cols  */
	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;
}

#p7footerheadingwrap {
	float: left;
	display: block;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	padding-bottom: 0px;
	width: 750px;
	border: 1px solid black;
	background-color: #ccc;
}

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

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

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

#page8wrap {    /* page 7 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: 430px;
	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;
}
