@charset "UTF-8";
/* CSS Document */

#blueHeartbox {
	padding-top:10px;
	width: 250px;
	text-align:left;
	margin-bottom:15px;
	margin-left:auto;
	margin-right:auto;
}
#facebookDiv {
	padding-top:0px;
	height: 45px;
	width: 250px;
	text-align:left;
	margin-bottom:0px;
	margin-top: 0px;
	margin-left:auto;
	margin-right:auto;
}

#blueHeartbox a:link {
 color: #09c; 
 text-decoration: none; 
 font-weight:bold;
}
 
#blueHeartbox a:visited{
 color: #09c; 
 text-decoration: none; 
 font-weight:bold;
}
 
#blueHeartbox a:hover { 
 color: #09c; 
 text-decoration: underline; 
 font-weight:bold;
}

body, td, th {
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
}
.purple_header {
	color: #60F;
	font-size: large;
	font-style: italic;
}
.photoCaption {
	font-size: xx-small;
}
.bodyText {
	text-align: left;
}

a:link {
	color: #9E770C;
	font-weight: bold;
	text-decoration: none;
	
}
a:visited {
	color: #993300;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	color: #9E770C;
	font-weight: bold;
	text-decoration: underline;
	
}

.noBorder.a:link {
	text-decoration: none;
}
.noBorder.a:hover {
	text-decoration: underline;
}
.noBorder.a:active {
	text-decoration: inherit;
}
	
	
.topStarDiv {
	width: 560px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
}
	
.contentsContainer {
	margin-left: 10px;
	float: left;
	clear: both;
	width: 190px;
	margin-top: 25px;
	
}
.contentsItem {
	margin-left: 10px;
	float: left;
	clear: right;
	width: 190px;
	margin-top: 25px;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	height: auto;
	padding-top: 10px;
	padding-left: 0px;
	background-image: url(images/black_blue1b.gif);
	background-repeat: repeat;
}
a.contents:link {
	color: #FF0;
	text-decoration: none;
}
a.contents:visited {
	color: #FFF;
	text-decoration: none;
}
a.contents:hover {
	color: #FCF;
	text-decoration: underline;
}
a.contents:active {
	color: #00F;
	
}

.welcome {
	padding: 10px 0;
	width: 780px;
	float: right;
}
.counterText {
	font-size: small;
	font-family: "Courier New", Courier, monospace;
	font-weight: bold;
	text-align: center; 
}

#featuredDiv {
	width:80%;
	margin:auto;
}
#linksDiv {
	width:60%;
	margin:auto;
	
}
.dayofMeditationGreen {
	color:#063;
	font-size: small;
	font-family: Arial, Helvetica, sans-serif;
}
.springGatheringGreen {
	color:#037904;
	font-size: small;
	font-family: Arial, Helvetica, sans-serif;
}
.danceofLifeRed {
	color:#DC070B;
    font-size: small;
	font-family: Arial, Helvetica, sans-serif;
}


