/* styles used by the webyep rich text element in the sidebar and tinymce */
#sidebar-content {
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	color: #ffda77;
	font-size: 1.1em;
}

#sidebar-content h1 {
	font-size: 1.4em;
}

#sidebar-content h2 {
	font-size: 1.3em;
}

#sidebar-content h3 {
	font-size: 1.2em;
}

#sidebar-content ul {
	margin-left: 0px;
	list-style: circle;
	list-style-position: outside;
}
#sidebar-content li {
	margin-left: 20px;
	font-size: 1.2em;
}

#sidebar-content ul, #sidebar-content li, #sidebar-content a {
	color: white;
}

.announcement {
	color: white;
	font-size: 1.1em;
	line-height: 1.5em;
	margin-bottom: 10px;
}

.mission {
	word-spacing: 0px;
	letter-spacing: 1px;
	text-align: left;
	color: #ffda77;
	font-size: 1em;
	line-height: 1.5em;
	text-transform: uppercase;
	
}

.quote, .quote a {
	color: white;
	line-height: 1.5em;
	margin-bottom: 10px;
}
/*

.quote a {
	color: #ffda77;
}

*/
.quote-author {
	color: white;
	font-size: 1.1em;
	line-height: 1.5em;
	font-weight: bold;
}
.no-style {
}

/* override tinymce background color for content section so you can see white text */
.mceContentBody {
	background-color: #987d62;
	width: 323px;
	margin-right: 25px;
	margin-left: 25px;
	margin-top: 25px;
}
