body {
  font-family: Verdana, Arial, Sans-Serif;
  font-size: 10pt;
  text-align: justify;
  color: #FEF358;
  background: #000000;
}
td {
  font-family: Verdana, Arial, Sans-Serif;
  font-size: 10pt;
  color: #FEF358;
  background: #000000;
  text-align: justify;
}
.navtxt {
	font-family: Verdana, Arial, Arial Black, Sans-Serif;
	font-variant: small-caps;
	font-size: 14pt;
	font-weight: bold;
	text-decoration: none;
	line-height: 100%;
	color: #313172;
}

/* Hyperlinks */
a.nav:link {
	font-family: Verdana, Arial, Arial Black, Sans-Serif;
	font-size: 10pt;
	text-decoration: none;
	line-height: 125%;
	color: #ffffff;
}
a.nav:hover {
	font-family: Verdana, Arial, Arial Black, Sans-Serif;
	font-size: 10pt;
    text-decoration: underline;
	line-height: 125%;
	color: #ffffff;
}
a.nav:visited {
	font-family: Verdana, Arial, Arial Black, Sans-Serif;
	font-size: 10pt;
    text-decoration: none;
	line-height: 125%;
	color: #ffffff;
}
a:hover {
	color: #cc0033;
}
a.hdrnav:link {
	font-family: Verdana, Arial, Arial Black, Sans-Serif;
	font-size: 7pt;
	text-decoration: none;
	line-height: 125%;
	color: #FEF358;
}
a.hdrnav:hover {
	font-family: Verdana, Arial, Arial Black, Sans-Serif;
	font-size: 7pt;
    text-decoration: underline;
	line-height: 125%;
	color: #FEF358;
}
a.hdrnav:visited {
	font-family: Verdana, Arial, Arial Black, Sans-Serif;
	font-size: 7pt;
    text-decoration: underline;
	line-height: 125%;
	color: #ffffff;
}
a.whitelink:link {
	font-family: Verdana, Arial, Arial Black, Sans-Serif;
	font-size: 13pt;
	text-decoration: none;
	line-height: 125%;
	color: #ffffff;
}
a.whitelink:visited {
	font-family: Verdana, Arial, Arial Black, Sans-Serif;
	font-size: 13pt;
    text-decoration: none;
	line-height: 125%;
	color: #ffffff;
}
a.whitelink:hover {
	font-family: Verdana, Arial, Arial Black, Sans-Serif;
	font-size: 13pt;
    text-decoration: underline;
	line-height: 125%;
	color: #ffffff;
}


/* Page layout */
/* Header Positioning */
#header {
  padding-top: 0px;
  font-family: Verdana, Arial, Sans-Serif;
  font-size: 7pt;
  text-align: center;
  color: #FEF358;
  background: #000000;
  width: 550px;
  left: 210px;
  position: absolute;
}

/* Content Positioning */
.content {
  padding-left: 210px;
  padding-right: 10px;
  padding-top: 45px;
  font-family: Verdana, Arial, Sans-Serif;
  font-size: 10pt;
  text-align: justify;
  color: #FEF358;
  background: #000000;
}

/* Navigation and Image Positioning */
#navbar {
  position: absolute;
  top: 90px;
  left: 10px;
  width: 188px;
  text-align: right;
  line-height: 125%;
}
#smallowlhead {
  position: absolute;
  top: 5px;
  left: 10px;
  width: 188px;
}
