/* REEP v4 CoWo Print styles */

body {
    font-family: verdana, arial, helvetica, sans-serif;
}

/* Globally remove margin and padding and set normal font size for page */
* {
	padding: 0px;
	margin: 0em;
	border: none;
}

body {
	margin: 3% 5%;
	font-size: 9pt;
	color: #000000;
	background: none;
	background-color: #FFFFFF;
}

/* Link styles */
a:link, a:visited {
	color: #333333;
  background: none;
  text-decoration: none;
  }
#content a:link:after, #content a:visited:after {
   content: " (" attr(href) ") ";
   font-size: 90%;
}
/* replace relative URLs with full address by inserting base address */
#content a[href^="/"]:after {
   content: " (http://www.reep.org/" attr(href) ") ";
}

/* Main Layout */
div#wrapper {
	width: 100%;
	background: none;
	border: none;
}
div#pageheader {
	background: none;
}
div#pageheader h1 {
  font-size: 14pt;
	color: #006600;
}
div#pageheader img#headerPic {
	display: none;
}
/* Top navigation tabs */
div#navTabs {
	display: none;

}


div#main {
	width: 100%;
	background: none;
	border: none;
}
div#main p {
	font-size: 1em;
	line-height: 1.4em;
	margin: 0.2em 0em 0.4em 0em;
}

div#content {
	background: none;
}
div#content p {}
div#content p.cowoMenu {
	display: none;
}
div#content h2 {
	margin: 0.5em 0em;
	padding: 0em;
	font-size: 16pt;
	text-align: left;
	background: none;
	color: #000000;
}
div#content h3 {
	margin: 0.2em 0em;
	padding-bottom: 0.2em;
	font-size: 12pt;
	font-weight: bold;
	color: #000066;
	border-bottom: 1px solid #cccccc;
}
div#content ul {
	margin: 0.5em 0em;
	margin-left: 16px;
	list-style-position: outside;
	font-size: 1em;
	line-height: 1.4em;
}
div#content ol {
	margin-left: 20px;
}
div#content ul li, div#content ol li {
	margin-top: 0.4em;
}

div#content form {
	display: none;
}

div#content dl {
	margin: 0.5em 0em;
}
div#content dt {
	margin: 0.5em 0em 0.1em 0em;
	font-size: 1em;
	line-height: 1.4em;
	font-weight: bold;
	color: #006600;
}
div#content dd {
	margin-bottom: 12pt;
	margin-left: 3em;
}
div#content dd em {
	background: none;
	font-style: normal;
}
div#content dd span.details {
	font-size: 90%;
	color: #666666;
}
div#content dd span.details em {
	background: none;
	color: #000000;
	font-style: normal;
}


/* Page Footer */
div#footer {
	padding: 1em 0px 0em 0px;
	background: none;
	border: none;
}
div#footer p {
	padding: 0.5em 1em 0.5em 1em;
	line-height: 1.2em;
	text-align: center;
}
div#footer span.pageLinks {
	display: none;
}
