/* camp details page only  */
						 
#eco-test                { 
                           width: 520px; 
						   margin:auto; 
						   padding:12px; 
						   background-color: #DFFFEF; 
						   border: 12px ridge #c0c0c0; 
						 }
#eco-test h3             { color: #ff0000; margin:0; padding: 0; }
#camp-right, #camp-left  { margin: 0; padding: 0; }
#camp-right p, #camp-left p { font-size: 90%; margin: 0; padding: 0; }
#camp-right              { float: right; width: 58%; }
#camp-right-left         { float: left; width: 70%; }
#camp-right-right        { float: right; width: 75px; margin:18px 12px; }
#camp-left               { float: left; width: 38%; margin: 8px 0; }
#camp-left-right         { float: right; width: 75%;  }
#camp-left-left          { float: left; width: 25%; text-align: center; margin:0 0 0 12px;  }
#test-left               { float: left; }
#test-right              { float: right; }
#test-left ul, 
#test-right              { margin:0; padding: 0 12px 0 12px; }
#test-left li, 
#test-right li           { font-size: 90%; list-style: none; }

 .head                   {  background-color:  #000000; color: #FFFFFF; font-size: 85%; text-align: center; font-weight: 700; }
 .green                  {  background-color:  #E6F7EE; color: #000000; font-size: 80%; text-align: center;}
 .blue                   {  background-color:  #F0F0FF; color: #000000; font-size: 80%; text-align: center; }
 .tan                    {  background-color:  #FCF5EF; color: #000000; font-size: 85%; text-align: center; }