/*#body-AB {
	background: url(/i/design/fixed/temple-background.jpg) repeat-y #F5F5F5 fixed;
}

#body-EW, #body-EB {
	background: url(/i/design/fixed/aum.jpg) center fixed no-repeat;
}

#body-AS {
	background: url(/i/design/fixed/seattle-background.jpg) center fixed no-repeat;
}

#body-AL {
	background: url(/i/design/fixed/community-background.jpg) no-repeat #BBDDBB fixed;
}

#body-All {
	background: #BBDDBB url(/i/design/fixed/WaterLily-blur.jpg) center fixed no-repeat;	
}*/
.AB {
	border: 2px solid blue;
	background-color: white;
}

.EW {
	border: 2px solid orange;
	background-color: white;
}

.AL {
	border: 2px solid green;
}

.loc-AB, .loc-AB a {
	color: blue;
}

.loc-EW, .loc-EW a {
	color: brown;
}

.loc-AL, .loc-AL a {
	color: green;
}

