body {
         margin: 0px;
     }

body,
td,
div,
p,
h1,
h1small,
h2,
h3,
h4,
h5,
h6,
pre,
li,
ul,
INPUT,
TEXTAREA,
SELECT,
OPTION {
          font-family: arial, verdana, sans-serif;
          font-size: 12px;
          color: #FFFFFF;
       }

td.secondaryPage   {   }

p,
h1,
h2,
h3,
h4,
h5,
h6,
pre {
		margin: 14px;
		margin-top: 0px; 
		margin-bottom: 12px;
		margin-right: 40px;
		}

h2 { margin-top: 20px;
     margin-bottom: 3px;}

li { margin-bottom: 8px;
     margin-right: 70px; }
		
h1
   {	
        font-style:bold;
        font-size:18px;
        color: #FF9700;
        margin-bottom: 6px;
   }
h2 {	font-size:14px;
	color: #FDCD00;}
h3 {	font-size:12px; 
        color: #FFFFFF; }
h4 {	font-size:10px;
	color: #FFFFFF; }
h5 {	font-size:10px;
	color: #FFFFFF; }
h6 {	font-size:10px;
	color: #FFFFFF;	}

p  {    margin-top: 6px;
        margin-bottom: 12px;
        margin-right: 70px;  }

p.spacedList {  
                margin-top: 6px;
                margin-bottom: 5px;     
             }


.footer {   font-size: 10px;}

.footer a:link     {  font-size: 11px;
                      font-weight: bold;
                      color: #00FCF8;}
.footer a:visited  {  font-size: 11px;
                      font-weight: bold;
                      color: #00FCF8;}
.footer a:active   {  font-size: 11px;
                      font-weight: bold;
                      color: #00FCF8;}
.footer a:hover    {  font-size: 11px;
                      font-weight: bold;
                      color: #FFFFFF;}


.leftnav { 
		margin: 6px; 
		margin-right: 7px;
		background-color: #DCDCB5;
		}
.leftnav p { 
		margin: 3px; 
		margin-top: 0px; 
		font-size: 14px; 
		text-align: center; 
		}
.leftnav p.small { 
		font-size: 9px; 
		}
		
/* new left nav begin */

#LeftNav2 {
	padding-right: 5px;
	margin-bottom: 30px;
}

#LeftNav2 ul {
	margin: 0px;
	padding: 0px;
	text-align: right;
}

#LeftNav2 li {
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
	margin-right: 0px;
	list-style-type: none;
	/* font: 0.8em "Comic Sans MS", cursive; */
	font: 1.2em "Arial Narrow", Helvetica, sans-serif;
	text-transform: uppercase;
}

#LeftNav2 a:link, #LeftNav2 a:visited {
	color: #C57500;
	text-decoration: none;
}

#LeftNav2 a:hover {
	color: #3333CC;
	text-decoration: none;
}

/* new left nav end */

acronym {
	border: none;
}
		
		
		
a         {     color: #00FCF8; 
                font-weight: bold; 
                text-decoration: none; }
a:link    {     color: #00FCF8 }
a:visited {     color: #00FCF8 }
a:hover   {     color: #FFFFFF;
                text-decoration: underline; }


/* Used for arrow to point to top of page
**** never worked on IE ****
#topofpage
{
z-index: 100;
position:fixed !important;
position:absolute;
left:660px;
bottom: 10px
}
*/

/* USED IN NEWSLETTER PAGES FOR AUTHOR OF ARTICLES */
.author
	{
	font-size: 10px;
	font-weight: normal;
	}

/* PHOTO GALLERY STYLES */
.title
	{
	font-size: 18px;
	font-weight: bold;
	}
.gallery
	{
	background-color: #cccccc;
	}
.galleryLinks
	{
	color: #3D4D7A; /* NOT WEBSAFE, BUT IT MATCHES 'PROVIDING GEAR' IN THE HEADER */
	font-size: 11px;
	font-weight: bold;
	vertical-align: top;
	}
.galleryLinks a:link
	{
	color: #000000;
	font-size: 10px;
	font-weight: normal;
	}
.galleryLinks a:visited
	{
	color: #000000;
	font-size: 10px;
	font-weight: normal;
	}
.galleryLinks a:active
	{
	color: #336666;
	font-size: 10px;
	font-weight: normal;
	}
.galleryLinks a:hover
	{
	color: #336666;
	font-size: 10px;
	font-weight: normal;
	text-decoration: underline;
	}
.homebackground /* USED ON THE HOME PAGE FOR A BACKGROUND IMAGE */
	 {
	 vertical-align: top;
	 background-image:url(http://www.climbingforkids.org/root_images/home/slopePiece2.jpg);
	 background-repeat: no-repeat
	 }
.homebackground_FormBox /* USED ON THE HOME PAGE FOR A BACKGROUND IMAGE
                   WITH BOX TO INCLUDE FORM FIELD WHEN NEEDED */
	 {
	 vertical-align: top;
	 background-image:url(http://www.climbingforkids.org/root_images/home/slopePiece2_formbox.jpg);
	 background-repeat: no-repeat
	 }
.adminHeader /* USED ON THE ADMIN PAGE */
	{
	background-color: #000099;
	color: #ffffff;
	font-weight: bold;
	}
.adminTable /* USED ON THE ADMIN PAGE */
	{
	background-color: #ffffff;
	}
.alert /* USED ON THE HOME PAGE; BOLD ORANGE */
	{
	color: #990011;
	}

/* How It Works progress bar: */

#ProgressBar {
	margin-top: 40px;
}

#ProgressBar a {
	float: left;
}

#ProgressBar img {
	border: none;
}

#Step5 {
	margin-top: -42px;
}