﻿
body{/*---GEneral design---*/
	margin: 0;
	background:#FFFFFF;
	background-image:url('images/BGpicture.gif');background-repeat:repeat-x;
	font-family:"Times New Roman", Times, serif;
	color:#000000;
	font-size:12px;	
}

.textContext{ /*---MGA text sa mga content---*/
	font-family:Verdana;
	font-size:10px;
	color:#000000;
}

.textFooter{
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #FFFFFF;
}
.textTitle{ /*---Text sa mga header ng mga table Like "OUR MISSION etc.."---*/
	font-family:Times New Roman;
	font-size:14px;
	color:#FFFFFF;
	}

#headerPortion{
	/*---TABLE PARA SA HEADER ung malaking IMAGE---*/
	margin-left: auto;
	margin-right: auto;
	width: 800px;
	height: 180px;
	background: url('images/header_coupleb.jpg') no-repeat;
}


/*---TABLE FOR MENU "HOME,FAITH,HISTORY etc..."---*/

#menuPortion{
	width: 650px;
	height: 30px;
	margin-left: auto;
	margin-right: auto;
}
#leftSide{
	width: 11px;
	height: 30;
	background: no-repeat;
	background-color: #333333;
	font-family: verdana;
	font-size: 12px;
}
#rightSide{
	width: 15px;
	height: 30px;
	background: no-repeat;
	background-color: #333333;
}
#menu1 {
	border: .5px solid #FFFFFF;
	width: 85px;
	height: 30px;
	background: no-repeat;
	text-align: center;
}
#menuBlank{
	background: #333333;
	width: 199px;
	height: 30px;
}

#bodyPortion{/*---TABLE FOR BODY---*/
width:650px;
height:auto;
margin-left:auto;
margin-right:auto;
background:#f1f1f1;
}
#lowerCornerTable{
width:650px;
margin-left:auto;
margin-right:auto;
background:#f1f1f1;
}
#lowerrightSide{
	width: 15px;
	height: 14px;
	background: url(images/lowerRightSide.gif) no-repeat;
}
#lowerleftSide{
width:11px;
height:14px;
background:url(images/lowerLeftSide.gif) no-repeat;
}
#lowerBlank{
width:604px;
height:14px;
}


/***PARA sa FOOTER TABLE**/
#footerTable{
width:650px;
margin-left:auto;
margin-right:auto;
padding-top:3px;


}

#footerrightSide{
	width: 12px;
	height: 25px;
	background: none no-repeat;
	background-color: #333333;
}
#footerleftSide{
	width: 12px;
	height: 25px;
	background: none no-repeat;
	background-color: #333333;
}
#footerBlank{
	width: 620px;
	height: 25px;
	background: none repeat-x;
	background-color: #333333;
}

/**PARA SA MGA MAIN MENU ITO "HOME,FAITH,HISTORY etc."**/
.menuText:link{
	font-family: verdana;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
.menuText:active{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
color:#FFFFFF;
text-decoration:none;
font-weight:bold;
}
.menuText:visited{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
color:#FFFFFF;
text-decoration:none;
font-weight:bold;
}

.menuText:hover {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
color:#dc9696;
text-decoration:underline;
font-weight:bold;
}

.selected:hover {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
color:#FFFFFF;
text-decoration:underline;
font-weight:bold;
}
.selected:visited {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
color:#dc9696;
text-decoration:none;
font-weight:bold;
}
.selected:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #dc9696;
	text-decoration: none;
	font-weight: bold;
}
.selected:active {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
color:#dc9696;
text-decoration:none;
font-weight:bold;
}

/**Para sa gallery POrtion ito**/
/*Pag maglalgay ka ng image kailangan lagyan mo ng onMouseOver at onMouseOur like example below for image*/
/*<img onmouseover="this.className='pictureHover';" onmouseout="this.className='pictureOut';" src="images/samplePicture2.gif" />*/
#pictureDIV{
	width: 137px;
	height: 410px;
	background: #CCCCCC;
	margin-left: 12px;
	margin-top: 10px;
	padding: 10px;
	text-align: center;
	top: 0px;
}
#gallery{
margin:0;
width:90%;
text-align:left;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
color:#dc9696;
}

.pictureHover{
 filter:alpha(opacity=50);	
	}

.pictureOut{
 filter:alpha(opacity=100);	
	}

#ourMissionDIV{
width:218px;
height:410px;
margin-left:0px;
margin-top:10px;
top:0px;


}
#rytDIV{
width:218px;
height:410px;
margin-left:10px;
margin-top:10px;
top:0px;


}

#menu1 {
	border: .5px solid #FFFFFF;
	width: 85px;
	height: 30px;
	background: no-repeat;
	text-align: center;
	background-color: #333333;
}

