@charset "utf-8";
body {
	font: 90% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #84874E;
}
/* hw indicating which page the user is currently on, id will be inserted in body tag of each page, using modify/templates/make attribute editable*/
#home #menuhome a,
#sc #menusc a,
#loc #menuloc a,
#con #menucon a,
#ws #menuws a,
#fee #menufee a,
#ash #menuash a,{
	color: #000;
	text-decoration: none;
	padding-right: .5em;
	font-weight: bold;
	padding-left: .5em;

}


#container  {
	width: 779px;
	margin: 10px auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #FFFFFF;
	background-image: url(../images/border_sides.gif);
	background-repeat: repeat-y;
}
#mainContent  {
	padding-left: 50px;
	padding-right: 50px;
	padding-top: 20px;

}

#mainContent #leftdiv {
	width: 400px;
}


#menubkgd {
	background-image: url(../images/border_left_noicon.gif);
	background-repeat: repeat-y;
	height: 25px;
	margin: 0px;
	padding: 0px;
	background-position: 0px;
	background-color: #FFF;
}
#headerlogo {

}
#menubardiv ul{
	list-style-type: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 50px;
	padding: 0px;
}
#menubardiv li {
	display: inline;
}



#menubardiv {
	background-image: url(../images/border_menu.gif);
	background-repeat: no-repeat;
	background-position: 5px 18px;
	height: 28px;
}
#menubardiv #menubarul li a:link , a:visited{
	color: #000;
	text-decoration: none;
	font-weight: bold;
	padding-right: 0.5em;
	padding-left: 0.5em;
	font-size: 85%;
}
#menubardiv #menubarul li a:hover {
	font-weight: bold;
	color: #84874E;
	text-decoration: none;
	padding-right: 0.5em;
	padding-left: 0.5em;
	font-size: 85%;
}

#footer1 {
	background-image: url(../images/border_footer.gif);
	background-repeat: no-repeat;
	height: 35px;
}
#footertext {
	font-size: 90%;
	text-decoration: none;
	margin-bottom: 12px;
}
.yogabullet    a{
	font-size: 120%;
	color: #000;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #84874E;
	padding: 0px;
	font-weight: bold;
}
.plainlink a{
	color: #0000CC;
	text-decoration: underline;
	padding: 0px;
}

.fltrt {
	float: right;
}
.fltlft {
	float: left;
}
.fltlftpic {
	float: left;
	padding-right: 10px;
}
.clearflt {
	clear: both;
}
.bold {
	font-weight: bold;
}
#headerlogo a {
	margin: 0px;
	padding: 0px;
}
#mainContent .feelist {
	font-size: 90%;
	list-style-type: disc;
}
#mainContent #feesmain {
	background-image: url(../photos/stckdstones.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
#mission {
	font-size: 10px;
	color: #666;
}
.red {
	color: #F00;
}
.redboldlarge {
	font-size: 1.4em;
	color: #F00;
}

