/* for drop down menu */
A.topMenu 	{
			FONT-WEIGHT: normal; 
			FONT-SIZE: 8pt; 
			COLOR: black; 
			FONT-FAMILY: Verdana, Arial, Helvetica; 
			TEXT-DECORATION: none
			}
			
A.topMenu:hover 
			{
			COLOR: #ffffff
			}
			
A.subMenu 	{
			FONT-SIZE: 8pt; 
			COLOR: black; 
			FONT-FAMILY: Verdana, Arial, Helvetica; 
			TEXT-DECORATION: none
			}
			
A.subMenu:hover 
			{
			COLOR: #ff9800
			}
/* End drop menu */

/* */
BODY 		{
			margin:0px;
			font-family: Verdana, Arial, Helvetica;
			background-image: url("../asset/LOL_HOME2.gif");
			background-repeat: no-repeat;
			}
/* */
/* main content */
.myTable 	{
			margin-left:5px;
			font-size:14px;
			}
			
.mytable img{
			padding:10px;
			border:1px solid #000;
			}
			
.mytable H1 	{
			margin-left:0px;
			margin-top: -10px;
			margin-bottom: 5px;
			font-size:30px;
			font-weight:bold;
			width:600px;
			}
			
.mytable H2 	{
			margin-left:0px;
			margin-top: -10px;
			margin-bottom: 4px;
			font-size:20px;
			font-weight:bold;
			width:600px;
			}

#address   {
			font-size:11px;
			line-height:14px;
			margin-top:25px;
			margin-bottom:0px;
			margin-left:430px;
			list-style: none;
			}
/*end*/


/* side navigation */
.sidenav	{
			height:350px;
			}
		
.sidenav a	{
			color:#000; 
			}
				
.sidenav a:hover 
			{
			text-decoration:underline;
			color:white;
			}
	
.sidenav li	{
			margin-left:-15px;
			font-size:12px;
			line-height:14px;
			}

.sidenav H1 {
			margin-left:55px;
			margin-top:5px;
			padding-bottom:10px;
			font-size:20px;
			line-height:24px;
			color:#FFFF00;
			}
/*end*/

/*to control overall side of the webpage */
#container {
			margin: 0px;
			margin-left: 0px;
			margin-right: 0px;
			padding: 0px;
			width:800px;
			}
/*end*/

/*to control "Lord of Life" and "Cross" logo*/
#banner 	{
			background-image: url("../asset/name_bkgd.gif");
			background-repeat:repeat-x;
			height:121px;
			padding: 0px;
			margin-bottom: 0px;
			}
/*end*/

/*to control Menu Cells*/	
#banner2 	{
			height:70px;
			padding: 0px;
			margin-bottom: 0px;
			}
/*end*/

/**/
#footer 	{
			margin-left:170px;
			border-top:1px solid #000;
			padding-top:3px;
			padding-bottom:30px;
			font-size:10px;
			width:630px;
			}
/*end*/
