/* Advent 08 print styles */

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

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

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

img {
	border: 0;
}

.hidden {
	display: none;
}

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

div#content img:after {
   content: attr(alt);
   font-size: 90%;
}

/* Other type styles */

.centre {
	text-align: center;
}
.centreQuote {
	text-align: center;
	font-style: italic;
}
.redText {
	color: #0066CC;
}
.greenText {
	color: #006600;
}

/* Main holder Div */

div#main {
  text-align: left;
	background: none;
}

/* Header */

div#header ul#navigation {
	display: none;
}

h1 {
	font-size: 1.8em;
	text-align: left;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #336633;
}
h1 a, h1 a:link, h1 a:visited {
	text-align: left;
	padding: 1em;
	padding-left: 0;
	background: none;
	text-decoration: none;
}


/* Columns */

div#sidebar {
	display: none !important;
}


div#mainColumn {
	float: none;
	display: block;
}
div#mainColumn div.inactive {
	display: block !important;
}
div#mainColumn div h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #336633;
  font-size: 1.2em;
}
div#mainColumn ul#progress_list {
	display: none;
}

/* Content div */

div#content {
	float: none;
	display: block;
	position: relative;
	padding-bottom: 2em;
}
div#content p {
  line-height: 1.6em;
	margin: 0.3em 1em 0.9em 1em;
  padding: 0;
}
div#content > p {
	padding-left:  0.8em;
	padding-right: 0.8em;
}
div#content ul {}
div#content li {}

div#content img.imageWrapLeft {
	margin: 0.4em 0.5em 0.2em 10px;
	float: none;
}
div#content img.imageWrapRight {
	margin: 0.4em 10px 0.2em 0.5em;
	float: none;
}
div#content p img.imageWrapLeft {
	padding-top: 0.8em;
}
div#content p img.imageWrapRight {
	padding-top: 0.8em;
}
div#content p.thumbnails a {
	clear: both;
}

div#content img {
	margin: 10px 0px;
}

h2 {
	padding: 0.5em 1em 0.5em 0 !important;
  margin: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 1.6em;
  line-height: 1.8em;
	color: #336633;
	background-repeat: no-repeat;
	background-position: left top;
}

#content h2 a:hover, h3 a:hover {
    color: #000;
}

#content h3 {
	color: #000066;
	margin: 0.2em 1em 0.6em 0.5em;
	padding: 0.2em;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #336633;
  font-size: 1.2em;
  line-height: 1.5em;
}
h3 a {
	text-decoration: none;
	color: #0066CC;
}
h3 a:hover {
	text-decoration: underline;
}
div#content h4 {
	color: #993333;
    margin: 0.1em 7.7em 0.3em 0.3em;
	padding: 0.4em 0.1em 0 0.6em;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 1.2em;
    line-height: 1.3em;
}
div#content ul.bullets {
	list-style-type: disc;
	list-style-position: inside;
	line-height: 1.5em;
}
div#content ul.bullets ul.bullets {
	list-style-type: circle;
}
div#content blockquote {
	margin-bottom: 0.9em;
	padding-left: 3em;
	padding-right: 3em;
	color: #333300;
}
div#content blockquote.verse p {
	margin: 0.3em 1em 0.5em 1em;
	padding-left: 1em;
	text-indent: -1em;
}

/********************/
/*   Top Nav Menu   */
/********************/

ul#topnav  {
	display: none;
}


/*******************/
/* Page Footer Div */
/*******************/

div#pageFooter {
	padding: 0.2em 2.2em 0 2.2em;
	background: none;
}

div#pageFooter p.copyright {
	float: none;
	position: relative;
	width: 250px;
  text-align: left;
}

div#pageFooter p.toplink {
	display: none;
}

p.logo {
	display: none;
}

