/* San Marcos Community Church Stylesheet */

body {
	background-color:#FFFFFF;
	margin-top: 0px;
	margin-left: 0px;
}

a:visited {
	color: #718FA5;
}

a:link {
	color: #718FA5;
}

.header_text {
 	font-family: Verdana, Arial, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
	padding-top: 10px;
	padding-left: 14px;
}

.footer_text {
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	color: #718FA5;
	background: #FFFFFF;
}

.footer_text a:visited {
	color: #718FA5;
}

.footer_text a:link {
	color: #718FA5;
}

.image_control {
	border-width:thin;
	border: 1px;
	border-color: #FFFFFF;
	border-style: solid;
}

.left_table_background { 
    background-color: #4a3820;
	color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-right: 1px;
	border-left: 0px;
	border-top: 0px;
	border-bottom: 0px;
	border-style: groove ;
}
 
.menu_background {
 	background-color: #718FA5;
	color: #FFFFFF;
	border-bottom: 1px;
	border-right: 0px;
	border-left: 0px;
	border-top: 0px;
	border-bottom-color: #FFFFFF;
	border-style: groove;
	font-family: Verdana, Arial, sans-serif;
	font-weight: bold;
	font-size: 14px;
	text-decoration: none;
}
  
.menu_background a:visited {
  	color: #FFFFFF;
	text-decoration: none;
}
  
.menu_background a:link {
  	text-decoration: none;
	color: #FFFFFF;
}
 
.right_table_background {
 	background: #4a3820;
}
 
.emphasis_text {
 	font-family: Verdana, Arial, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
}
 
 .emphasis_text a {
 	color: #718FA5;
}
  
.emphasis_text a:visited {
  	color: #718FA5;
}

.link_text {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
 
.link_text a {
 	text-decoration: underline;
	color: #FFFFFF;
}
 
.link_text a:active {
 	color: #FFFFFF;
}
 
.link_text a:visited {
 	color: #FFFFFF;
}
 
.story_text {
 	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	padding-top: 14px;
	padding-right: 14px;
	padding-left: 14px;
	padding-bottom: 14px;
}	
 
 .story_textbold {
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	font-weight: bold;
}

.story_header {
 	background: #FFFFFF;
	color: #718FA5;
	font-family: Verdana, Arial sans-serif;
	font-weight: bold;
	font-size: 13px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 13px;
}

/* PNG logo float */
.logo {
	position: absolute;
	top: 30px;
	left: 475px;
	width: 300px;
	z-index: 100;
	float: right;
}

.anylinkcss {
	position:absolute;
	visibility: hidden;
	border:1px solid #718FA5;
	border-bottom-width: 0;
	font:normal 12px Verdana;
	line-height: 18px;
	z-index: 100;
	background-color: #FFFFFF;
	width: 205px;
	color: #718FA5;
}

.anylinkcss a {
	width: 100%;
	display: block;
	text-indent: 3px;
	border-bottom: 1px solid #718FA5;
	padding: 1px 0;
	text-decoration: none;
	font-weight: bold;
	text-indent: 5px;
}

table { 
margin-left: auto;
margin-right: auto;
}

/*menu hover background color*/
.anylinkcss a:hover { 
	background-color: #718FA5;
	color: white;
}