/* Global attributes for anchors (hyperlinks) within the site  */
a {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	font-style: normal;
	color:#FFCC66;
	vertical-align: middle;
	line-height:17px;
	text-decoration:none;
}
a.standout {
	color: #00FFFF;
}
/* This a:HOVER controls the fact that if you hover over a hyperlink it will change color to make it standout */
a:HOVER {color:#99FF00}

.StylePageHeading { 
	font: 18px Arial, Helvetica, sans-serif;  
	/* color: #FFCC66;  */
	color: #FFFFFF;
	text-align: center; 
}

.StyleSloganText {
	font: 16px Arial, Helvetica, sans-serif;
	color: #FFCC66;
	text-align: left;
	font-weight: bold;
}

/* "StyleSiteText" is setting the attributes for text written in the "main" body of each page in the site  */
.StyleSiteText {
	/* color: #FFCC66; */
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	padding-left: 20px;
	padding-right: 10px;
	padding-top: 20px;
}


/* attributes of the navigation menu */
.StyleNavigationMenu {
	background-image: url(images/menu.jpg); 
	background-repeat: no-repeat;
	padding-top: 20px;
/*
	text-align: left;
	font-size: 12px;
	***/
}


/* attributes of the bottom menu */
.StyleTopBanner{
	color:#FFCC66;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
}

a.StyleBottomMenu {
	/*color:#6699FF*/
	color:#FFCC66;
	font-size: xx-small;
}
a:StyleBottomMenu:HOVER {color:#99FF00}


/* "body" is setting the background color for the entire page (which i did as a small image
    for some reason)
*/
body {
	background-image: url(images/bg-Color.jpg);
}

.DayOfSchedule {color: #FFFF00}

.submenuStyle {
	background-image: url(images/menu.jpg); 
}

td.announcements  {
	/* only want a border on the BOTTOM of the td cell */
	border-bottom: 1px inset #FF9900;
	/* color of the bottom-border (purple) */
	border-color: #65328F;
}