﻿/* CSS Document */

body {
	background-image:url(images/backing.jpg);
	background-attachment:fixed;
	background-position: center top;
	background-repeat: no-repeat;
	margin: 0px;
}



/* //////////////////////////////////////////// TEXT STYLES /////////////////////////////*/

.txt_normal {
	font-size: 12px;
	line-height: 19px;
	color: #666666;
		text-align: left;
}

#txt_overall {
	font-family:"Trebuchet MS";
	padding-right: 20px;
	padding-left: 20px;
	text-align: left;

}

.txt_highlight {
	color:#CC6633;
	font-weight:bold;
}

.txt_sub_header {
	font-size: 14px;
	color:#336666;
	font-weight:600;
	text-decoration: underline;
}

.txt_header {
	font-size: 19px;
	line-height:19px;
	color:#996600;
	font-weight: bold;
	text-align: left;
}

.txt_bold {
	font-size: 15px;
	font-weight: bold;
}
.date {
	font-family:"Trebuchet MS";
	font-size:11px;
	color:#666666;
	
}

.education_name {
	color:#336633;
	font-size: 15px;
	font-weight:bolder;
	font-style:italic;
	
}
.education_teacher {

	font-size: 13px;
	text-decoration: underline;
	
}

.education_description {
	color: black;

}

.education_location {
	color: #996600;
	
}
.education_time {
	color: #996600;
	font-weight: bolder;
	
}

/* /////////////////////////////////////////PHP INCLUDES/////////////////////////////////*/


#sub_options a:link, #sub_options a:visited, #sub_options a:active {
	font-family: "Trebuchet MS";
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #006633;
	text-decoration: underline;
}

#sub_options a:hover {
	color:#009900;
}

#sub_options_news a:link, #sub_options_news a:visited, #sub_options_news a:active {
	font-family: "Trebuchet MS";
	font-size: 11px;
	font-style: normal;
	color: #006633;
	text-decoration: underline;
}

#sub_options_news a:hover {
	color:#009900;
}

.sub_options_news {
	font-family: "Trebuchet MS";
	font-size: 11px;
	font-style: normal;
	color: #006633;
	width: 200px;
	padding-left: 23px;;
	
	
}
/* ////////////////////////////////////////////TABLE STYLES/////////////////////////////////*/
.worship_table {
margin-left: 30px;
	width: 300px;
	float: left;
	line-height: 29px;
	font-size: 13px;
	color:#003366;
	border: solid 2px gray;
	padding-left: 12px;
	padding-right: 12px;
	text-align: left;
}
.worship_table_latino {
	margin-right: 30px;
	text-align: left;
	width: 300px;
	padding-left: 12px;
	padding-right: 12px;
	border:solid 2px gray;
	cell-spacing: 30px;
	line-height: 29px;
	font-size: 13px;
	color:#003366;
	float: right;
}

.time {
	color:#666633;
	font-weight:bold;
}

/* ///////////////////////////////////////POSITION and REPEAT///////////////////////////////////////////////////////*/
.norepeat {
	background-repeat: no-repeat;
	background-position: top;
}
