.temple {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.BodyText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #554B44;
	font-style: normal;
}
.HomeLink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #8F8970;
	font-weight: bold;
}
.BodyTextHeading {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #8F8970;
	font-weight: normal;
	font-style: normal;
}
.templeHeading {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.footerText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
}
.teamNames {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #8F8970;
	font-weight: bold;
	font-style: normal;
}

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

#nav{
font: 14px Verdana;
width: 100%; /*leave this value as is in most cases*/
}

#nav ul{
	margin: 0;
	padding: 0;
	float: left;
	width: 100%; /*width of menu*/
	background-color: #573923;
}

#nav ul li{
display: inline;
}

#nav ul li a{
	float: right;
	color: #B3A59B; /*text color*/
	padding: 5px 11px;
	text-decoration: none; /*dark purple divider between menu items*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
}

#nav ul li a:hover, #nav ul li .current{
color: white !important; /*text color of selected and active item*/
padding-top: 6px; /*shift text down 1px for selected and active item*/
padding-bottom: 4px; /*shift text down 1px for selected and active item*/
background-color: #573923;

}.HeadingLight {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 22px;
	color: #DAD4CF;
}
.teamHeading {


	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #333333;
	font-weight: bold;
	font-style: normal;
}
