.header {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	color: #666666;
	text-decoration: none; 
} /*Style of the page titles e.g. Contact etc.*/
.addres {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #333333;
	line-height: normal;
} /*Style of the footer*/

.announce {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	line-height: normal;
} /*Style of the announcement text. Also caption text.*/

.main {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	color: #333333;
	text-decoration: none;
} /*Style of the main feature text and main text on other pages*/

a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #000000;
	font-size: 11px;
	line-height: 16px;
	text-decoration:underline;
} /*Style of links*/

a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #000000;
	font-size: 11px;
	line-height: 16px;
} /*Style of visited links*/

a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #000000;
	font-size: 11px;
	line-height: 16px;
	text-decoration:none;
} /*Style of links upon hover*/

.address-school {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	text-decoration: none;
} /*DO NOT KNOW -- USED???*/

/*STYLE COMPONENTS FOR THE UNORDERED LIST*/
ul#menu {
  width: 100px;
  list-style-type: none;
  border-top: solid 1px #cecece;
  margin: 0;
  padding: 0;
}

ul#menu ol {
  display: none;
  text-align: left;
  list-style-type: none;
  margin: 0;
  padding: 5px;
}

ul#menu li, 
  ul#menu a {
  font-family: verdana, sans-serif;
  font-size: 11px;
  color: #000000;
}

ul#menu li {
  border-bottom: solid 1px #cecece;
  line-height: 15px;
}

ul#menu ol li {
  border-bottom: none;
}

ul#menu ol li:before {
  content: "- ";
}

ul#menu a {
  text-decoration: none;
  outline: none;
} /*style of menu items*/

ul#menu a:hover {
  text-decoration: none;
  outline: none;
  color: #539dbc;
} /*style of menu items upon hover*/

ul#menu a.active {
  color: #be5028;
} /*I assume the style of menu items selected but does not seem to work*/

/*END OF STYLE COMPONENTS FOR THE UNORDERED LIST*/

.news-link {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #000000;
}  /*DO NOT KNOW -- USED??? Might have been the style for old news links. Used for the "more" link*/

a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #000000;
	font-size: 11px;
	line-height: 16px;
	text-decoration:underline;
} /*I believe this is the style of an internal link -- I've now made it the same as other links*/

.border {
	border: 1px dotted #CC0000;
} /*DO NOT KNOW -- USED???*/

.link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}  /*DO NOT KNOW -- USED???*/
