/* CSS Document */
<!--
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
}
table, p {font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	text-align:left;}


/*the Headings and main text of the pages*/
.heading {color:#000000;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size: 18px;
font-weight:bold;
text-align:center;
}
.subtitle/*Kurraba*/ {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	text-align:center;
	color: #FFFFCC;
}
.slogan {
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
	font-style: italic;
	text-align:center;
}
.maintitle/*Berkeley Vale*/ {
	color: #FFFFCC;
	font-weight: bold;
	font-size: 24px;
	text-align:center;}
/*the Background colour along the top nad around the side.*/
.SideBorderbg {background-color: #336699;
color: #FFFFFF;}
/*The menu and navigation layout*/
.sidenav table {background-color:#336699;
					color: #FFFFFF;}
.mainbody table {background-color:#FFFFFF;}

.menubar {
	background-color:#990033;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:15px;
	text-align:center;
}
.menubar td { width:103px;
height:103px;
	color: #FFFFFF;
border-left-color: #336699;
border-right-color: #336699;
border-bottom:hidden;
border-top:hidden;
border-left-width:thin;
border-right-width:thin;
border-left-style:ridge;

}

.menubar a:link {
	color: #FFFFFF;
	text-decoration: none;
}
.menubar a:visited {
	text-decoration: none;
	color: #FFFFCC;
}
.menubar a:hover {
	text-decoration: underline;
	color: #FF6600 ;
	
}
.menubar a:active {
	text-decoration: none;
	color: #990033;
}
.menubarhl {
	background-color:#336699;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:15px;
	text-align:center;
}
.menubarhl a:link {
	color: #FFFFFF;
	text-decoration: none;
}
.menubarhl a:hover {
	text-decoration: underline;
	color: #FF6600;
}
.menubarhl a:visited {
	text-decoration: underline;
	color: #FFFFCC ;

.sidenav {padding-bottom: 1;
vertical-align: top;}

.bottomMenu {font-size: 10px;}

/*this effects the Bible verse and the Location text on the index page */
#bibleverse {text-align: center;
font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	}
li {
	list-style-image: url(images/crosssm.gif);
	font-size:14px;
}

-->

