#printheader p {
	color:#000;
	font-weight:bold;
	font-size:20px;
	padding: 2px 2px 2px 2px;
	}


/* CONTAINER */

		#container {
			width: 95%;
			margin: 0 auto;
			font-family: Lucida Grande, Tahoma, Arial, Helvetica, sans-serif; /* Lucida Grande for the Macs, Tahoma for the PCs */
			font-size: 11px;
			line-height: 1.6em;
			color: #000;
			background-color: #FFF;
		}
		
/* GENERAL MOJO AND MULA */
		
		h1 {
			font-family: Arial, Helvetica, sans-serif;
			font-weight: normal;
			font-size: 32px;
			color: #000;
			margin-bottom: 30px;
			background-color: #FFF;
		}
		
		h2 {
			color: #000;
			font-size: 16px;
			font-family: Arial, Helvetica, sans-serif;
			background-color: #FFF;
		}
		
		a {
			color:#000;
			text-decoration: none;
		}

		img.tree {
			display:none;
		}
		img.signature {
			display:none;

		}
		form.top {
			display:none;

		}
	
		form.rhb {
			display:none;
		}
		
	
		
	
		
/* HEADER ELEMENTS */

		#header {
			display:none;

		}
		

		/* the slogan */
		#header p { 
			display:none;

		}

/* NAVIGATION ELEMENTS */
	
		 #navigation ul {
			display:none;

		}

		#navigation a {
			display:none;

		}

		#navigation a:link, #navlist a:visited {
			display:none;

		}
		
		#navigation a:hover {
			display:none;

		}

/* THE SMALL BOX BELOW NAV */

		#navigation p {
			display:none;

		}
		
/* CONTENT ELEMENTS */

		#content {
			width: 100%;
		}
		
		#content p {
			padding-bottom: 10px;
		}

		#content p.newsheadline {
			color: #000;
			font-weight:bold;
			font-size: 1em;
			border: 0px;
			margin: 0px;
			padding: 0px;
		}

		#content p.newsextract {
			color: #000;
			font-size: 1em;
			font-weight: normal;
			border: 0px;
			margin: 0px;
			padding: 0px;
		}

		#content p.newsdate {
			color: #000;
			font-size: 1em;
			font-weight: normal;
			border: 0px;
			margin: 0px 0px 10px 0px;
		}

#content p.blogtitle {
	color:#000;
	font-weight:bold;
	border-bottom: #000 solid 1px;
	font-size:1em;
	padding: 0px 2px 1px 2px;
	margin: 0px;
	
	}
#content p.blogtext {
	color:#000;
	font-weight:normal;
	font-size:1em;
	padding: 2px 5px 2px 5px;
	border: 0px;
	margin: 0px;
	}
#content p.blogtextcommentby {
	color:#000;
	font-weight:normal;
	font-size:1em;
	padding: 2px 5px 2px 5px;
	border-bottom: #000 dotted 1px;
	margin: 0px 0px 10px 0px;
	}

#content p.blogcomments {
	color:#000;
	font-weight:normal;
	text-align: right;
	border-bottom: #000 dotted 1px;
	font-size:1em;
	padding: 2px 2px 4px 2px;
	margin: 0px 0px 20px 0px;
	font-style: italic;
	}



/* SIDEBAR ELEMENTS */

		#sidebar {
			display:none;

		}
		
		#sidebar p {
			display:none;

		}

/* FOOTER ELEMENTS */

		#footer {
			margin-top: 20px;
			clear: both;
			background-color:#000;
			padding: 0px 5px 0px 5px;
		}
		
		#footer p {
			color:#000;
			padding: 5px;
		}
		
		#footer p a {
			color: #000;
			border-bottom: 1px dotted #0c8ad4;
		}
		
		#footer p a:hover {
			display:none;

		}

/**************** images styles ****************/		
	a img{
	  display:none;

	  }

	img.left,img.center,img.right {
	  display:none;

	  }

	img.right_no_border {
	  display:none;

	  }
	img.sig_right_no_border {
	  display:none;

	  }

	img.right_no_border {
	  display:none;

	  }

	img.left {
	  display:none;

	  }

	img.center {
	  display:none;

	  }

	img.right {
	  display:none;

	  }

		
		/* And they lived happily ever after. The End. */



.rightbox {
	display:none;

	}
.rightbox h1 {
	display:none;

	}
.rightbox h2 {
	display:none;
	}
.rightbox p {
	display:none;

	}
.rightbox p.tiny {
	display:none;

	}

.rightbox p.news {
	display:none;

	}
.rightbox h3 {
	display:none;

	}
.rightbox h4 {
	display:none;

}
.rightbox h5 {display:none;}
.rightbox h6 {display:none;}

.rightbox a {
	display:none;

	}
.rightbox a:hover {
	display:none;

	}
.rightbox img {
	display:none;

	}
.rightbox img.newslist {
	display:none;

	}
.rightbox img.home {
	display:none;

	}
.rightbox img.big {
	display:none;

	}
.rightbox form label {
	display:none;

	}
.rightbox div.clearfix {
	display:none;

	}
form.rightbox {
	display:none;

		}
/* here follows the brillant "no-extra-markup" clearing method devised by Tony Aslett - www.csscreator.com */
/* simply add the clearfix class to any containter that must enclose floated elements */
/* read the details of how and why this works at http://www.positioniseverything.net/easyclearing.html */
.clearfix:after {
    content: ".";              /* the period is placed on the page as the last thing before the div closes */
	display: block;          /* inline elements don't respond to the clear property */ 
    height: 0;                  /* ensure the period is not visible */
    clear: both;               /* make the container clear the period */
    visibility: hidden;	     /* further ensures the period is not visible */
}

.clearfix {display: inline-block;}   /* a fix for IE Mac */

/* next a fix for the dreaded Guillotine bug in IE6 */
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
/* end of "no-extra-markup" clearing method */
div.clearthefloats {clear:both;}
