/**************
* mdh2o.css ~ middledeschuteswatersheds.com cascading style sheet © 2006 Middle Deschutes Watershed Councils by michael@galacticagent.com. This is the main style sheet for control of standard tags and elements, and overall site layout.
**************/

/********** COLORS OF NOTE USED IN SITE **********

**** CUSTOM CLIENT COLORS (please help maintain client branding by using only specified colors) ***
*	
*	#515E78; /*-- mdh2o blue R:84 G:91 B:120  --*
*	#989EAD; /*-- mdh2o med. blue R: G: B:  --*
*	#A8AEBB; /*-- mdh2o lt. blue R: G: B:  --*
*	#B2BE88; /*-- mdh2o green R: G: B:  --*
*	#BFC89A; /*-- mdh2o lt. green R: G: B:  --*
*	#E7ECDA; /*-- mdh2o uber lt. green R: G: B:  --*
*
*		*** GENRAL HEX COLORS ***
*
*	#4F4F4F; /*-- 70% grey --*
*	#CCCCCD; /*-- 20% gray R:204 G:204 B:205 --*
*	#EFEFF0; /*-- 10% gray R:239 G:239 B:240 --*
*	#B1515D; /*-- red approx PMS 187 --*

************************************************************/

/*-- MAIN CSS CONTROL --*/
/*-- STANDARD TAGS --*/

body {
	background:#fff;
	text-align:center;
	margin:0;
	padding:0;
	}


h1, h2, h3, h4, h5 {
	font-family:Georgia, Times New Roman, Times, Courier, serif;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	color:#E7ECDA; /*-- mdh2o uber lt. green R: G: B:  --*/
	margin:10px 10px 10px 10px;
	}
	
h1 {
	font-size: 14px;
	}


h2 {
	font-size: 12px;
	}


h3 {
	font-size: 10px;
	color:#404B65; /*-- mdh2o blue R: G: B:  --*/
	padding: 0 0 0 20px;
	}


h4 {
	font-size: 10px;
	color:#404B65; /*-- mdh2o blue R: G: B:  --*/
	}


h5 {
	font-family:Georgia, Times New Roman, Times, Courier, serif;
	font-size: 10px;
	color:#404B65; /*-- mdh2o blue R: G: B:  --*/
	}

p {
	margin:0;
	padding:0;
	}