/* CSS Document */
html, body {
	background-color: #ccc; 
	text-align: center;  
	margin: 0; 
	padding: 0; 
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; 
	font-size: .9em; 
	
	/*height: 80%;*/
	/*height: 100%;*/ /* this is the key! */ 
}

/* commented backslash hack \*/ 
html, body{height:100%;} 
/* end hack */


#wrapper {
	background-color: #fff; 
	width: 850px;  
	margin: 15px auto; 
	text-align: left; 
	position: relative;
	border: 1px solid #000;
	/*min-height:100%;
	height:auto;*/
	/*height: 100%;*//* works only if parent container is assigned a height value */
}
/** html #wrapper{height:100%;}*//* ie6 and under*/

#header1 {
	width: 850px; 
	height: 111px; 
	/*background: url(../siteimages/header1full.jpg) no-repeat; */
	/*margin: 0 auto 4px; */
	text-align: left; 
	background-color: #fff;
	/*margin-bottom: 0;*/
}
#headermenu1 {
	width: 850px;
	height: 20px; 
	background-color: #fff;
	/*margin-top: 0;*/
}
#maincontentBox {
	width: 850px;
	background-color: #fff;
	height: 100%;
	/*min-height:300px;
  	height:auto !important; 
 	height:300px;*/
}
#col1 {
	float: left;
	width: 211px;
}
	#donateBox {
		margin-top: 6px;
	}
	#projectBox {
		width: 183px;
		background-color: #DCE0CC;
		margin-top: 5px;
		margin-left: 7px;
		margin-bottom: 9px;
		padding: 8px 8px 8px 8px;
		min-height: 260px;
	  	height: auto !important; 
	 	height: 260px;
		/*border: 1px solid #000;*/
	}

#col2 {
	float: left;
	width: 413px;
	margin: 9px 0 0 7px;
	/*border: 1px solid #000;*/
	/*min-height: 300px;
	height: auto !important; 
	height: 300px;*/
}
/* IE6 Only */
* html #col2 {
	width: 410px;
	margin: 9px 0 0 3px;
}

#col2wide {
	float: left;
	width: 621px;
	margin: 9px 0 0 7px;
	/*border: 1px solid #000;*/
	/*min-height: 300px;
	height: auto !important; 
	height: 300px;*/
}
	#innercontentBox {
		min-height: 300px;
		height: auto !important; 
		height: 300px;
	}
	

		
#col3 {
	float: right;
	width: 208px;
	/*border: 1px solid #000;*/
	/*height: 100%; *//* works only if parent container is assigned a height value */
}
	#updateBox {
		float: right;
		width: 199px;
		background-color: #DCE0CC;
		margin-top: 9px;
		margin-right: 7px;
		margin-bottom: 0;
		/*height: 100%;*/ /* works only if parent container is assigned a height value */
	}
		#updateContent {
			margin: 8px 8px 8px 8px;
			/*border: 1px solid #000;*/
			min-height: 300px;
  			height: auto !important; 
 			height: 300px;
			/*min-height: 100%; */ /* works only if parent container is assigned a height value */
		}
#footer2 {
	width: 850px;
	background-color: #fff;
}
#footer1 {
	width: 850px;
	background-color: #fff;
}

#footerSpacer1 {
	margin-right: auto;
	margin-left: auto;
	/*position: relative;*/
	width: 766px;
	height: 28px;
}

.copyright {
	margin-top: 6px;
	color: #444;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-align: center;
}

/********************** GLOBAL STYLES ***************************/
.float_clear {
	clear: both;
}

/********************** LAYER STYLES ***************************/
.hideLayer {
	visibility: hidden;
}
.showLayer {
	visibility: visible;
}
.collapseLayer {
	display: none;
}
.expandLayer {
	display: block;
}

