
/***** campSites Styles *****/

#campSites {
    background-color : #ffd680;
	border-top:2px solid #ff9900;
	border-left:2px solid #ff9900;
	border-right:2px solid #ff9900;
	border-bottom:2px solid #ff9900;
	color:#000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size : 12px;
	margin:0 0 0 15px;
	width:99%;
}

#campSites h1 {
	color:#0000ff;
	font-family : Arial, Helvetica, sans-serif;
	font-size: 140%;
	margin:10px 0 0 0;
	text-align : center;
}

#campSites table {
	margin:10px 0 10px 5px;
	width:98%;
}

#campSites ul {
	margin:0 0 0 12px;
}

#campSites li {
	margin:0 0 3px 0;
}

.ltCol {
	text-align:left;
	vertical-align : top;
	width:50%;
}

.ltCol li {
     list-style-type :none;
}

.rtCol {
	text-align:left;
	vertical-align : top;
	width:50%;
}

/*******  Back Buttons *****/

#backButtons {
    background-color : #ffc782;
	border-left:2px solid #ff9900;
	border-right:2px solid #ff9900;
	margin:0 0 0 15px;
	text-align : center;
	width:99%;
}

#backButtons input {
	color: #800000;
	font-size : 12px;
	font-weight : bold;
	margin: 10px 0 10px 0;
	width:26%;
}
