/* CSS Contribute Styles Document */




/*miscellaneous classes. ------------------------------------------------------------*/

.centeredtext { text-align: center;
}
/*centers text */

.alert {
	color: #C00;
	font-weight:bolder;
	letter-spacing: 1px;
	background: #eaeaea;
	
	}
	
.highlight {
	color:#036;
	background-color:#e0dbc9;
	
	}
	
	
	
#content p.textindent {
	
	padding-right: 20px;
	padding-left: 46px;
	font-size: 85%;
	
}

#content p.smalltype, #leftbar_holder p.smalltype, #rightbar_holder p.smalltype {
	
	font-size: 70%;
	color: #666;
	
}


#content .centeredtext {
	
	text-align: center;
	
}


#content p.hang { text-indent: -2em; margin-left: 2em; }
	


/* The following optional image classes allow editors to override default image styles. Remove or comment out if they are not needed */

#content img.imageright, #rightbar_holder img.imageright, #leftbar_holder img.imageright {

	float: right;
	border: 1px solid #8c99bb;
	background: #e1e7f9;
	padding: 3px 0 3px 3px;
	margin: 10px 0 0 10px;
	
}		



#content img.noborder, #leftbar_holder img.noborder, #rightbar_holder img.noborder {
	
	border: none;
	background: none;
	padding: 0;
	margin: 0 5px 5px 0;
	
}

#content img.pdf {
	
	border: none;
	background: none;
	padding: 0;
	margin: 0;
	
}

.left {

float: left;
margin: 0 20px 10px 0;

}

.right {

float: right;
margin: 0 0 20px 10px;

}


#leftbar_2 p.imgcaption {
	
	font-size: 70%;
	color: #900;
	
}

/*end optional image styles */


#leftbar_holder .nobold {
	
	font-weight: normal;
	
}
