/* Layout Stylesheet */ 

.menuLinks{
	color:#9E1D38;
	text-decoration:none;
}
.menuLinks:hover{
	text-decoration:underline;
}
.menuLinksOnPage{
	color:#574922;
	text-decoration:none;
}
.menuLinksOnPage:hover{
	text-decoration:underline;
}
#SiteContent a{
	color:#9E1D38;
}