body { 	
	background-image: url(images/bground_blu.gif);
	background-repeat: repeat;
	background-color: #FFF;
 	color:#299ED6; 
	font-family: Verdana, Tahoma, sans-serif;
}

 /* These grey notes will help guide your adjustment of your styles in this "css style sheet" 
 This new template was produced to support all "CSL" centers thoughout the world. 
 This template is not for the various Unity Centers For Spiritual Living, but rather
 for the CSL centers which grew out of Religious Science.  
 The branding and branding elements (basically the logo) belong to CSL 
  and may only be used by CSL centers.  
  
 If you change your denomination from CSL to Unity, ANTN or any other New Thought denomination, 
 then please ask for a New Template which reflects your new situation 
 
The underlying website structure has been adjusted 
to make it simple and intuitive to work on your web pages.

The navigation has been shifted away from roll-over graphics to text based css links.
This will make it easier for you to adjust your website to take advantage of any of the elements 
that we have created.
 
 You will find explanations and guidance in how to use this element, 
 the CSS (Cascading Style Sheet) interspersed among the elements below.
 
 vers. 1.2
  */

 
/* below are the basic or default link styles for the web.  
this is the style a link will be if you do not select a particular style 
from this style sheet.  

Notice link styles have four elements: link, visited, hover, active 
these elements are explained below. */
 
/* unvisited link */

a:link {
	color:#6593D2;
	font-size: .8em;
}    

/* visited link */
a:visited {
	color:#990099;
	font-size: .8em;
} 

/* mouse over link */
a:hover {
	color:#009900;
	font-size: .8em;
}   

/* selected link */
a:active {
	color:#0000FF;
	font-size: .8em;
}  

/* The Top Navigation LInks are below */
/* Below we have the first set of "classed" link, 
within the web vernacular these are called "pseudo classes"
notice the difference between the basic links above and the 
pseudo class links below.  */

/* unvisited link */
a.topnav:link {
	color:#B870AB;
}

/* visited link */
a.topnav:visited {
	color:#E98972;
}

/* mouse over link */
a.topnav:hover {
	color:#C5CC4F;
} 

/* selected link */
a.topnav:active {
	color:#0000FF;
}


/* The Bottom Navigation link styles are below */

/* unvisited link */
a.bottomnav:link {
	color:#B870AB;
}

/* visited link */
a.bottomnav:visited {
	color:#E98972;
}

/* mouse over link */
a.bottomnav:hover {
	color:#C5CC4F;
} 

/* selected link */
a.bottomnav:active {
	color:#0000FF;
}

/* below is a text style for the link set above
this helps to maintain consistency throughout the site 
for a professional and clean look. */
.bottomnav-text {

	font-family: tahoma;
	font-size: .9em;
	color: #CD9BC4;
	text-decoration: none;
}

/*Below are the linkchain styles
 This is The small navigation toward the top of the page
below the masthead graphic which targets sub-pages in particular folders.
*/

a.linkchain:link {
	color:#6593D2;
}

a.linkchain:visited {
	color:#E98972;
}

a.linkchain:hover {
	color:#C5CC4F;
} 

a.linkchain:active {
	color:#0000FF;
}

/* below is text style for the link set above
this helps to maintain consistency throughout the site 
for a professional and clean look. */
.linkchain-text {

	font-family: tahoma;
	font-size: .7em;
	color: #CF4420;
	text-decoration: none;
}

/* The Map link styles are below 
This is the link which allows for the end-user to jump to a mapping service
and find your center */

a.maplink:link {
	color:#6593D2;
	font-size: .83em;
	font-weight: bold; 
}

a.maplink:visited {
	color:#E98972;
}

a.maplink:hover {
	color:#C5CC4F;
} 

a.maplink:active {
	color:#0000FF;
}

/* below is text style for the link set above
this helps to maintain consistency throughout the site 
for a professional and clean look. */
.maplink-text {

	font-family: tahoma;
	font-size: .8em;
	color: #CF4420;
	font-weight: bold; 
}

/* The Video link (upper right on page) styles are below */

/* unvisited link */
a.video:link {
	color:#B870AB;
}

/* visited link */
a.video:visited {
	color:#E98972;
}

/* mouse over link */
a.video:hover {
	color:#C5CC4F;
} 

/* selected link */
a.video:active {
	color:#0000FF;
}

/* below is a text style for the link set above
this helps to maintain consistency throughout the site 
for a professional and clean look. */
.video-text {

	font-family: tahoma;
	font-size: .9em;
	color: #CD9BC4;
	text-decoration: none;
}
/* The Science of Mind Clase Navigation link styles are below 
The new template features a shift to a full set of the Holmes Institute Classes.
This supports the ongoing move toward uniformity and standardization. */

a.somclasses:link {
	color:#6593D2;
	font-size: .75em;
	font-weight: bold; 
}
a.somclasses:visited {
	color:#E98972;
}
a.somclasses:hover {
	color:#C5CC4F;
} 
a.somclasses:active {
	color:#0000FF;
}

/* below is text style for the link set above
this helps to maintain consistency throughout the site 
for a professional and clean look. */
.somclasses-text {

	font-family: tahoma;
	font-size: .8em;
	color: #798F3D;
	font-weight: bold; 
}

/* The Mega link styles are below 
This is the link style which allows for you to create  links 
that are bigger than the regular links 
yet remain consistent and thus professional looking throughout the site. */

a.megalinks:link {
	color:#6593D2;
	font-size: 1em;
	font-weight: bold; 
}
a.megalinks:visited {
	color:#E98972;
}
a.megalinks:hover {
	color:#C5CC4F;
} 
a.megalinks:active {
	color:#0000FF;
}

/* below is text style for the link set above
this helps to maintain consistency throughout the site 
for a professional and clean look. */
.megalinks-text {

	font-family: tahoma;
	font-size: .8em;
	color: #CF4420;
	font-weight: bold; 
}


/* The highlight link styles are below 
This is the link style which allows for you to create highlighted links 
these links are highlighted in yellow for emphasis   
and remain consistent thus professional looking throughout the site. */
a.highlight:link {
	color:#005279; 
	background-color: #FFFF00;
	font-size: .8em;
	font-weight: bold;  
}
a.highlight:visited {
	color:#990099; 
	font-size: .8em;
}
a.highlight:hover {
	color:#009900; 
	font-size: .8em;
} 
a.highlight:active {
	color:#0000FF; 
	font-size: .8em;
}

/* The text link styles are below 
these are named to help you know what styles 
are governing the appearance of the particular text on the site
 */
 
 /* 
 Below is the upper right top of page service times text
 */
.serviceTimes {
	font-family: tahoma;
	font-size: .8em;
	font-weight: bold;
	color: #006699;
	text-decoration: none;
}


.top_text {
	font-family: tahoma;
	font-size: .7em;
	font-weight: bold;
	color: #008080;
	text-decoration: none;
}

.text {

	font-family: tahoma;
	font-size: .9em;
	color: #8D867E;
	text-decoration: none;
}

.textEco {

	font-family: tahoma;
	font-size: .8em;
	font-weight: bold;
	color: #71A600;
	text-decoration: none;
}

.textSky {
	font-family: tahoma;
	font-size: .8em;
	font-weight: bold;
	color: #006699;
	text-decoration: none;
}

.page_banner {
	font-family: tahoma;
	font-size: .7em;
	font-weight: bold;
	color: #299ED6;
	text-decoration: none;
}

.page_title {
	font-family: tahoma;
	font-size: 1.1em;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
}
 
.title-eco {
	font-family: tahoma;
	font-size: 1.2em;
	font-weight: bold;
	color: #71A600;
	text-decoration: none;
}

.solar-text {
	font-family: tahoma;
	font-size: .8em;
	font-weight: bold;
	color: #FDDC00;
}

.solar-title {
	font-family: tahoma;
	font-size: 1em;
	font-weight: bold;
	color: #FDDC00;
}

.more {

	font-family: tahoma;
	font-size: 1.0em;
	font-weight: bold;
	color: #636363;
	text-decoration: none;
}

.titleSky {
	font-family: tahoma;
	font-size: 1em;
	font-weight: bold;
	color: #006699;
	text-decoration: none;
}

.copyright {
	font-family: tahoma;
	font-size: .7em;
	color: #207BA8;
	text-decoration: none;
}

.picture-text {

	font-family: tahoma;
	font-size: .8em;
	color: #852792;
	text-decoration: none;
}

 /* 
 Below are the calendar styles.
 These shouuld make it easier to adjust the calendar.
 as well as announcements of events on your site
 */
 
.calendar-text {
	font-family: tahoma;
	font-size: 1em;
	color: #299ED6;
}

.calendar-title {
	font-family: tahoma;
	font-size: 1.2em;
	color: #852792;
}

.santaclaus {
	font-family: tahoma;
	font-size: 1.2em;
	color: #CC0000;
}
.burningbowl-text {

	font-family: tahoma;
	font-size: 1em;
	color: #CF4420;
	font-weight: bold; 
}
			 