/* Gary Boix 
Senior Information Architect
Tree of Life, Inc. 
©COPYRIGHT 2009 All Rights Reserved. */

@charset "UTF-8";
body {
	background: #ffffff;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: normal;
}

#container {
	margin: 0 auto;
	width: 800px;
	padding: 0;
	border: thin solid #060;	
	}
#header {
	display: inline;
	margin-bottom: 0;
}

#left {
	float:left
	clear:none;
	margin-right: 10px;
	width: 142px;
	
}

#MainContent {
	width: 640px;
	padding-left: 10px;
}
#footer {
	clear: both;
}
a.showlink{
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	text-decoration: underline;
	color: #060;
}


.reg_closed {
	font-family: Arial, Helvetica, sans-serif;
	color: #900;
}


.copyright_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
}
