body {
	background-color: #881A31;
	margin: 10 0 0 0;
	text-align: justified;
	font-family: Arial, Verdana, Sans-Serif;
	font-size: 11px;
}

p, a {
	font-family: Arial, Verdana, Sans-Serif;
	font-size: 11px;
}

/*********** Top NaviBar ***********/

#menu {
	width: 750px;
	behavior: url("/css/csshover.htc");
}

#menu ul {
	list-style: none;
	margin: 0 5;
	padding: 0;
	border: 0;
	width: 6em;
	float: left;
}

#menu a, #menu h2 {
	font: 10px/14px Arial;
	display: block;
	margin: 0;
	border-color: #000 #000 #000 #000;
	padding: 2px 5px;
}

#menu h2 {
	color: #333;
	bordercolor: #00cccc;
	text-transform: uppercase;
}

#menu a {
	color: #4F1300;
	/*background: #FF9752;*/
	text-decoration: none;
}

#submenu a {
	color: #4F1300;
	background: #F4F7CE;
	text-decoration: none;
	font-weight: 600;
}

#menu a:hover {
	color: #A98C57;
	background: #FDC87B;
}

#menu ul ul {
	position: absolute;
	z-index: 500;
}

#menu ul ul ul {
	position: absolute;
	top: 0;
	left: 100%;
}

#menu ul li {float: left; width: 100%;}
#menu ul li a {
	height: 1%;
}

div#menu ul ul,
div#menu ul li:hover ul ul,
div#menu ul ul li:hover ul ul
{display: none;}

div#menu ul li:hover ul,
div#menu ul ul li:hover ul,
div#menu ul ul ul li:hover ul
{display: block;text-align:right;FILTER: alpha(opacity=50);}


/*********** Title for Church Information ***********/

.Title {
	font-family: "Bradley Hand ITC", Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #9900FF;
	font-weight: bold;
}

.subTitle {
	font-family: Arial, Helvetica, Verdana;
	font-size: 16px;
	color: #0099CC;
	font-weight: bold;
}

textarea {
	font-family: Arial, Helvetica, sans-serif;
}


/*********** Left NaviBar ***********/

div#leftNavi {
	padding:3px;
	margin:0 0 5;
	text-align:right;
	background:#FEFEE6;
	height:20px;
	font-size:11px;
	color:#C87D42;
	font-weight:600;
}

#leftNavi a {
	color: #C87D42;
	text-decoration: none;
}

/*********** Bottom NaviBar (Only in index.html) ***********/

div#bottomNavi_Title {
	margin:8 0 0 16;
	font-family:Arial;
	font-size:12px;
	color:#4F1300;
	font-weight:600;
}

div#bottomNavi {
	margin:0 0 0 13;
	width=160;
	text-align:left;
	font-family:Arial, Verdana;
	font-size:11px;
	color=#2D1A10;
}

.bottomNavi_ItemTitle {
	font-family:Arial, Verdana;
	font-size:11px;
	color=#000000;
	font-weight:700;
}

#bottomNavi a {
	color=#2D1A10;
	text-decoration: none;
}
