/* stylesheet for CFL */

*	{
	font-family: inherit;
	font-size: inherit;
	color: inherit;
	}

BODY {
	font-family: serif;
	font-size: 100%;
	color: black;
	background-color: #fffff4;
	}

/*#007ba7;*/

a img{
	border: none;
	text-decoration: none;
}

/*Headers*/

H1	{
	color: #598f7a;
	font-family: sans-serif;
	font-size: 105%;
	}

H2	{
	color: black;
	font-family: serif;
	font-size: 110%;
	}

H3 {
	font-size: 95%;
	font-family: sans-serif;
}

H5	{
	color: #007ba9;
	font-size: 110%;
}

H4, .h4	{
	font-family: sans-serif;
	color: black;
	font-weight: bold;
	font-size: 105%;
}

H5{
	color: #007ba7;
	font-family: sans-serif;
	font-size: 110%;
}

H2 a	{
	color: #598f7a;
	font-weight: bold;
	font-style: italic;
}

/*All Links	*/
a:link, a:active, a:visited { 
	color: #598f7a; 
	text-decoration: underline;
}

a:hover{
	color: #598f7a;
	text-decoration: none;
}

/*Mainpage Links*/	
.left_link {
	font-family: sans-serif;
	font-size: 90%;
	color: #598f7a;
	text-decoration: none;
	margin-right: 10px;
	}
.left_link A:link {
	font-family: sans-serif;
	font-size: 90%;
	color: #598f7a;
	text-decoration: none;
	margin-right: 10px;
	}
	
.left_link A:visited {
	font-family: sans-serif;
	font-size: 90%;
	color: #598f7a;
	text-decoration: none;
	margin-right: 10px;
	}
.left_link A:hover {
	color: black;
	text-decoration: inherit;
	}
/*Training Links*/
a.trainings, a.trainings2, a.bookstore {
	text-decoration: none;
	font-size: inherit;
	
} 
a.trainings {
	color: #25674b;
	font-weight: bold;
	font-size: 95%;
}
a.trainings2 {
	color: black;
}
a:hover.trainings, a:hover.trainings2, a:hover.bookstore {
	color: #598f7a;
	text-decoration: inherit;
}

/*bookstore links*/
a.bookstore {
	color: #2F5355;
	font-weight: bold;
	font-size: 110%;
}

a:hover.bookstore {
	color: #666666;
	text-decoration: inherit;
}

/*Links for Centerpiece Page*/
a.centerpiece {
	color: #007ba7;
}

.centerpiece p a {
	color: #414141;
}

.footer_text {
	font-size: 60%;
	margin-top: 2px;
	padding-top: 0px;
}

.smaller {
	font-size: 60%;
}

.smaller2 {
	font-size: 95%;
	color: #25674b;
}

.smaller3 {
	font-size: 90%;
}

.smaller4 {
	font-size: 85%;
	color: black;
}

.pad{
	padding: 10px;
}

.float_right {
	float: right;
	margin-left: 15px;
}

.float_left{
	float: left;
	padding: 0px 10px 0px 10px;
}

.hear{
	font-size: 95%;
	font-family: san-serif;
}

/*Basic styles for all pages*/

.style, .style3{
	font-weight: bold;
}

.style2, .style3{
	font-style: italic;
}

.indent{
	text-indent: -10px;
	padding-left: 15px;
}

#edu, .caption{
	color: #4a4a4a;
}

.caption{
	font-size: 80%;
}

#edu {
	font-size: 90%;
	text-align: center;
	float: right;
	width: 125px;
}


.padding{
	padding-left: 15px;
}

table div{
	padding: 0px 20px 0px 20px;
	width: 75%;
	font-style: italic;
	float: right;
	padding: 10px;
}

.news_links, .news_links a {
	font-style: normal;
	text-decoration: none;
	text-indent: -30px;
}

.news_links {
	margin-left: 65px;
}

.news_links a{
	margin-left: 15px;
	color: #007ba7;
	font-family: serif;
}

.news_links a:hover {
	color: black;
}

.grief_link a {
	font-weight: normal;
	color: #25674b;
}

.wolfelt p {
	font-size: 95%;
	font-family: sans-serif;
}

.heal{
	float: left;
	width: 80%;
	margin-right: 10px;
}

.heal_head, .heal_link{
	font-family: serif;
	font-style: italic;
	text-decoration: none;
}

.heal_head{
	color: white;
	font-size: 125%;
}

.b_head{
	font-size: 110%; font-weight: bold; text-align: center;
}

.b_sub{
	font-family: sans-serif; font-size: 95%; text-align: center;
}

.footer_text {
	font-size: 60%;
	margin-top: 2px;
	padding-top: 0px;
}

.byline {
	font-style: italic;
	font-size: 80%;
}

.bold {
	font-weight: bold;
}

.italic{
	font-style: italic;
}

/*ADMIN STYLES*/
.schedule_table TH {
  background-color: #8dbcaa;
  color: white;
  font-size: 14px;
  padding: 2px;
  padding-left: 8px;
  padding-right: 8px;
  border-right: 1px solid white;
}

.schedule_table TD {
  padding-top: 5px;
  padding-bottom: 5px;
}

.edit_table TD, .edit_table2 TD, .edit_row TD, .delete_row TD {
  font-family: sans-serif;
  font-size: 14px;
}

.edit_table2 {
  background-color: #dddddd;
}

.edit_row, TR:HOVER.edit { background-color: #cfe3db; }
.delete_row { background-color: #e8cfcf; }

BLOCKQUOTE.add {
  border: 1px solid #568f7c;
  padding: 4px;
  font-size: 90%;
  width: 275px;
}

.add H1, .add A:LINK, .add A:VISITED, .add A:ACTIVE, .add A:HOVER {
  font-size: 90%;
}

A:LINK.edit, A:VISITED.edit, A:ACTIVE.edit {
  color: #636363;
  font-size: 100%;
  font-weight: bold;
  text-decoration: none;
  font-family: sans-serif;
}

