/* Supplemental CSS Document */

.spacer
	{
	display: block;
	height: 25px;
	}

.floatright
	{
	float: right;
	width:35%;
	text-align:center;
	}
	
.centered
	{
	text-align: center;
	}
	
.padright
	{
	margin-right: 20px;
	}
	
.note
	{
	font-size: smaller;
	font-style: italic;
	}
	
/****************************************/
/* Styles for camps.php                 */
/****************************************/
	
.padded-x
	{
	padding-left: 20px;
	padding-right: 20px;
	}
	
.spacedout
	{
	line-height: 200%;
	}
	
.dottedhr
	{
	background: url(/images/layout/dotted.gif) top left repeat-x;
	height: 3px;
	width: 571px;
	margin: 20px 0;
	}
