@import url('https://fonts.googleapis.com/css?family=Source Sans Pro');

body, h1, h2, h3 {
  font-family: Source Sans Pro;
}

h1 {
  font-family: Source Sans Pro;
  font-size: 202%;
  font-weight: bold;
  color: #92ADD1;
  line-height: 1em;
  //*   margin-top: 4%; *//
}

h2 {
  font-family: Source Sans Pro;
  font-size: 102%;
  font-weight: bold;
  color: #92ADD1;
  line-height: 1em;
  //* margin-bottom: 4%; *//
}

h3 {
  color: #000000;
  font-size: 100%;
  font-weight: bold;
  margin-top: 4%;
}

.HighlightGreen {
	color: #7BA79D;
	font-weight: bold;
}

.HighlightGold {
	color: #D8B25C;
	font-weight: bold;
}

.HighlightOrange {
	color: #DD8047;
	font-weight: bold;
}

.HighlightDarkGrey {
	color: #616161;
	font-weight: bold;
}

.Footer {
	text-align: right;
	color: #616161;
	border-top: 1px solid #ccc;
    margin-top: 20px;
    padding-top: 20px;
}

.SelectedMenuItem {color: #C00000; font-weight: bold;}

a:link,a:active,a:visited {color: #616161; font-weight: bold; text-decoration: underline;}
a:hover {color: #C00000; font-weight: bold; text-decoration: underline;}

li{
	margin-bottom: 2%;
}