/*** NAVIGATION ***/
.navBkgd {
	background-image: url(../images/nav_bkgd.jpg);
	background-repeat: no-repeat;
}
.navMidbkgd {
	background-image: url(../images/nav_mid_bkgd.jpg);
	background-repeat: repeat-y;
}
.navBtmbkgd {
	background-image: url(../images/nav_btm_bkgd.jpg);
	background-repeat: no-repeat;
    font-family: Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #DEFEBC;
	text-decoration: none;
	padding-left: 13;
	padding-bottom: 5;
	padding-right: 0;
	padding-top: 5;
}

.navLink {
    font-family: Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFB85;
	text-decoration: none;
	padding-left: 5;
	padding-bottom: 5;
	padding-right: 5;
	padding-top: 5;
}
a.navLink {text-decoration: none}
a:hover.navLink {text-decoration: none;
                 color: #000000;
}
a:visited.navLink {text-decoration: none;
}

.navLinkChinese {
    font-family: PMingLiU,MingLiU, serif;
	font-size: 16px;
	color: #FFFB85;
	text-decoration: none;
	padding-left: 5;
	padding-bottom: 5;
	padding-right: 5;
	padding-top: 5;
}
a.navLinkChinese {text-decoration: none}
a:hover.navLinkChinese {text-decoration: none;
                 color: #000000;
}
a:visited.navLinkChinese {text-decoration: none;
}

/*** TEXT ***/

.MainBody {
    font-family: Arial, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	padding-left: 20;
	padding-bottom: 20;
	padding-right: 20;
	padding-top: 20;
}

.MainBodyChinese {
    font-family: PMingLiU,MingLiU, serif;
	font-size: 16px;
	color: #000000;
	text-decoration: none;
	padding-left: 20;
	padding-bottom: 20;
	padding-right: 20;
	padding-top: 20;
}
.calendar {
    font-family: Arial, sans-serif;
	font-size: 13px;
	color: #000000;
	text-decoration: none;
	background-color:#E2E4AC;
}
.calendarC {
    font-family: PMingLiU,MingLiU, serif;
	font-size: 13px;
	color: #000000;
	text-decoration: none;
	background-color:#E2E4AC;
}

.heading {
    font-family: Arial, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	padding-left: 5;
	padding-bottom: 5;
	padding-right: 5;
	padding-top: 5;
}	

/*** BODY BACKGROUND ***/

.mainBkgd {
	background-image: url(../images/main_bkgd.jpg);
	background-repeat: no-repeat;
}
.masterHallBkgd {
	background-image: url(../images/masterhall_bkgd.jpg);
	background-repeat: no-repeat;
}
.dipperBkgd {
	background-image: url(../images/dipper_bkgd.jpg);
	background-repeat: no-repeat;
}
.bulletinBkgd {
	background-image: url(../images/bulletin_bkgd.jpg);
	background-repeat: no-repeat;
}
.calendarBkgd {
	background-image: url(../images/calendar_bkgd.jpg);
	background-repeat: no-repeat;
}
.divinationBkgd {
	background-image: url(../images/divination_bkgd.jpg);
	background-repeat: no-repeat;
}
.lightBkgd {
	background-image: url(../images/light_bkgd.jpg);
	background-repeat: no-repeat;
}
.libraryBkgd {
	background-image: url(../images/library_bkgd.jpg);
	background-repeat: no-repeat;
}
.shrineBkgd {
	background-image: url(../images/shrine_bkgd.jpg);
	background-repeat: no-repeat;
}
.treeBkgd {
	background-image: url(../images/tree_bkgd.jpg);
	background-repeat: no-repeat;
}
.contactusBkgd {
	background-image: url(../images/masterhall_bkgd.jpg);
	background-repeat: no-repeat;
}
.footerImage {
	background-image: url(../images/footer.gif);
	background-repeat: no-repeat;
}



