#fixed_nav {
  border: 1px solid silver;
  background-color: #fffdda;
  position: fixed;
  top: 10px;
  width: 185px;
  font-family: Segoe Print;
  font-weight: bold;
}
#link_box {
  border: 1px solid silver;
  margin: 10px;
  padding: 3px;
  background-color: #bcd4fa;
  width: 158px;
  height: 24px;
}
#award_box {
  border: 1px solid silver;
  margin: 10px;
  padding: 2px;
  background-color: #bcd4fa;
  width: 158px;
  height: 300px;
}
body {
  font-family: Arial,Helvetica,sans-serif;
  background-color: #bcd4fa;
}
#content_box {
	border: 1px solid silver;
	top: 11px;
	width: 830px;
	background-color: #fffdda;
	position: absolute;
	left: 204px;
	height: 3350px;
	font-family: Segoe Print;
	font-weight: normal;
}
#banner {
	margin: 10px;
	position: absolute;
	left: 1px;
	border: 1px solid silver;
	background-color: #bcd4fa;
	top: 0px;
	width: 807px;
	height: 101px;
	z-index:1
}
#banner_text1 {
	margin: 10px;
	position: absolute;
	font-size: 2.0em;
	left: 13px;
	line-height: 2.5em;
	top: -13px;
	font-family: Segoe Print;
	font-weight: bold;
	text-align: left;
	z-index:2;
	width: 675px;
}
#banner_text2 {
	margin: 10px;
	position: absolute;
	font-size: 1.5em;
	left: 13px;
	line-height: 1.3em;
	top: 10px;
	width: 636px;
	height: 300px;
	font-family: Segoe Print;
	font-weight: bold;
	z-index:3
}
#banner_mascot2 {
	position: absolute;
	left: 700px;
	border: 1px solid silver;
	top: 21px;
	z-index: 1;
}
#page_content {
	position: absolute;
	top: 118px;
	left: 14px;
	width: 805px;
	background-color: #fffdda;
	height: 2167px;
}
h2 {
  font-size: medium;
  color: Black;
  font-weight: 100;
  font-family: Arial,Helvetica,sans-serif;
}
h3 {
  font-size: medium;
  color: Black;
  font-weight: 100;
  font-family: Arial,Helvetica,sans-serif;
}
font.blue {
  color: blue;
}
font.red {
  color: Red;
}
font.BlueHeading {
  color: blue;
  font-size: 18px;
}
#images_right {
  padding-left: 10px;
  padding-top: 10px;
  padding-bottom: 8px;
  float: right;
}
#images_left {
  padding-right: 10px;
  padding-top: 10px;
  padding-bottom: 8px;
  float: left;
}
#normal td, #normal font, #normal p {
  color: black;
  font-family: 'Verdana';
}
table.special_Yellow {
  border: 2px solid Red;
  background-color: Yellow;
}
table.border {
  border: 1px solid #999999;
  background-color: #bcd4fa;
}
table.border td {
  border: 1px solid #999999;
  background-color: #ffffff;
}
table.border th {
  color: Blue;
  font-family: 'Verdana';
}
#highlight td {
  background-color: #bcd4fa;
  color: blue;
  font-family: 'Verdana';
}
a:link {
  color: blue;
  text-decoration: none;
}
a:hover {
  color: red;
  text-decoration: none;
}
a:visited {
  color: green;
  text-decoration: none;
}
h1 {
  font-family: Verdana,Arial,Helvetica,sans-serif;
  font-size: 14px;
  font-weight: lighter;
}
h2 {
  font-family: Verdana,Arial,Helvetica,sans-serif;
  font-size: 14px;
  font-weight: lighter;
}
h3 {
  font-family: Verdana,Arial,Helvetica,sans-serif;
  font-size: 14px;
}
