/* General Styles */
body
{
margin: 0;
padding: 0;
font-family: arial, helvetica, sans-serif;
}

.bodyText
{
font-family: arial, helvetica, sans-serif;
font-size: 12px;
}

.captionText
{
font-family: arial, helvetica, sans-serif;
font-size: 11px;
}

/* Home Styles */
.homeBG
{
   margin: 0;
   padding: 0;
   background: url(../images/LeC_homeBG.jpg) repeat-x #669933;
}

/* About Styles */
.aboutBG
{
   margin: 0;
   padding: 0;
   background: url(../about/images/LeC_aboutBG.gif) repeat-x #9999ff;
}

a.abNav:link
{
color: #000000;
text-decoration: underline;
}

a.abNav:hover
{
color: #ccff99;
text-decoration: none;
}

a.abNav:active
{
color: #cc3300;
text-decoration: underline;
}

a.abNav:visited
{
color: #000000;
text-decoration: underline;
}

/* Services Styles */
.servicesBG
{
   margin: 0;
   padding: 0;
   background: url(../services/images/LeC_servicesBG.gif) repeat-x #66cccc;
}

a.svNav:link
{
color: #000000;
text-decoration: underline;
}

a.svNav:hover
{
color: #ccffcc;
text-decoration: none;
}

a.svNav:active
{
color: #cc3300;
text-decoration: underline;
}

a.svNav:visited
{
color: #000000;
text-decoration: underline;
}

/* About Valerie Wolpe Styles */
.valBG
{
   margin: 0;
   padding: 0;
   background: url(../valerie/images/LeC_valBG.gif) repeat-x #ff9933;
}

a.valNav:link
{
color: #000000;
text-decoration: underline;
}

a.valNav:hover
{
color: #ffff66;
text-decoration: none;
}

a.valNav:active
{
color: #cc3300;
text-decoration: underline;
}

a.valNav:visited
{
color: #000000;
text-decoration: underline;
}

/* Coaching Styles */
.coachBG
{
   margin: 0;
   padding: 0;
   background: url(../coaching/images/LeC_coachBG.gif) repeat-x #cccc66;
}

/* Quiz Styles */
.quizBG
{
   margin: 0;
   padding: 0;
   background: url(../quiz/images/LeC_quizBG.gif) repeat-x #ffff99;
}

/* Newsletter Styles */
.newsBG
{
   margin: 0;
   padding: 0;
   background: url(../services/images/LeC_servicesBG.gif) repeat-x #99ccff;
}

a.NewsNav:link
{
color: #ccffcc;
text-decoration: underline;
}

a.NewsNav:hover
{
color: #ffff66;
text-decoration: none;
}

a.NewsNav:active
{
color: #cc3300;
text-decoration: underline;
}

a.NewsNav:visited
{
color: #ffff66;
text-decoration: underline;
}

/* Calendar Styles */
.calBG
{
   margin: 0;
   padding: 0;
   background: url(../calendar/images/LeC_calBG.gif) repeat-x #99cc99;
}

/* Resources Styles */
.resBG
{
   margin: 0;
   padding: 0;
   background: url(../resources/images/LeC_resBG.gif) repeat-x #ffcc66;
}

/* Contact Styles */
.conBG
{
   margin: 0;
   padding: 0;
   background: url(../contact/images/LeC_conBG.gif) repeat-x #ccff99;
}

a.conNav:link
{
color: #000000;
text-decoration: underline;
}

a.conNav:hover
{
color: #009999;
text-decoration: none;
}

a.conNav:active
{
color: #cc3300;
text-decoration: underline;
}

a.conNav:visited
{
color: #ffff66;
text-decoration: underline;
}

a:link	
{
color:	#cc0000;
background-color: transparent;
}

a:visited	
{
color:	#000000;
background-color: transparent;
}

a:active	
{
color:	#000000;
background-color: transparent;
}

a:hover	
{
color:	#6699ff;
background-color: transparent;
}

h1	
{
font-size:	24px;
}
	
h2	
{
font-size:	22px;
}
	
h3
{
font-size:	20px;
}
	
h4 
{
font-size:	18px;
}
	
h5	
{
font-size:	14px;
}
	
h6
{
font-size:	12px;
}	

h1, h2, h3, h4, h5, h6	
{
font-family: helvetica, arial, sans-serif;
font-weight: bold;
color: #000000;
background-color: transparent;
margin:	5px 0 0 0;
}

ol, ul, li
{
line-height: 1.25em;
margin: 4px 0 8px 12px;
}
