@font-face {
  font-family: "open-sans";
  src: url(/fonts/OpenSans-Regular.woff);
}

@font-face {
  font-family: "open-sans-semibold";
  src: url(/fonts/OpenSans-Semibold.woff);
}

@font-face {
  font-family: "open-sans-bold";
  src: url(/fonts/OpenSans-Bold.woff);
}

html {
  overflow-y: scroll; 
}

body {
  margin: 0px 0px 0px 0px;
  background-color: #ffffcc;
  background-image: url("/images/bgbody.gif");
  background-repeat: repeat;
  font-family: open-sans, Arial, sans-serif;
  font-size: 11.5pt;
}

a {
  color: black;
}

#letterhead{
  font-family: 'Times New Roman', Times, serif;
  text-align: center;
  position: absolute;
  top: -500px;
  width: 50px;
}

#pageheader {
  background: #cccc99;
  background-image: url("/images/bghead.gif");
  background-repeat: repeat;
}
  
#menu {
  width: 100%;
  height: 30px;
  background-color: #999966;
  background-image: url("/images/bgnav_bar.gif");
  background-repeat: repeat;
  border-top: 2px solid #999966;
  border-bottom: 2px solid #999966;
}

#menu ul {
  list-style: none;
  padding: 0px;
  margin: 0px;
}

#menu ul li {
  display: block;
  position: relative;
  float: left;
}

#menu li ul {
  display: none;
}

#menu ul li a {
  display: block;
  height: 24px;
  padding: 4px 7px 2px 7px;
  vertical-align: middle;
  text-decoration: none;
  white-space: nowrap;
  color: white;
}

#menu ul li a:hover {
  background-color: #666633;
  background-image: url("/images/bgnav_current.gif");
  background-repeat: repeat;
}

#menu li:hover ul {
  display: block; 
  position: absolute;
}

#menu li:hover li {
  float: none;
}

#menu li:hover a {
  background-color: #666633;
  background-image: url("/images/bgnav_current.gif");
  background-repeat: repeat;
}

#menu li:hover li a {
  background-color: #999966;
  background-image: url("/images/bgnav_bar.gif");
  background-repeat: repeat;
}

#menu li:hover li a:hover {
  background-color: #666633;
  background-image: url("/images/bgnav_current.gif");
  background-repeat: repeat;
}

#drop-nav li ul {
  border: 2px solid #999966;
}  

#drop-nav li ul li {
  border-top: 0px;
}

#menucurrent {
  background-color: #8b8b5b;
  background-image: url("/images/bgnav_current.gif");
  margin: 0px 2px 0px 2px;
  font-family: open-sans-semibold;
  font-weight: bold;
}

.menuarrow {
  font-size: 6pt;
}

.menubuffer {
  width: 15px;
  font-size: 1pt;
}

.maincontent {
  padding: 20px 35px 35px 35px;
  text-align: justify;
}

.maincontent p {
  margin-bottom: 6.5pt;
}

.astlist {
  list-style: none;
  padding-left: 25px;
  text-indent: -15px;
}

.astlist li {
  margin-bottom: 6.5pt;
}

.astlist li:before {
  content: "*";
  display: block;
  float: left;
  width: 15px;
}

h1, h2, h3, h4 {
  margin-top: 0px;
  margin-bottom: 0px;
}

h1 {
  font-family: open-sans-bold;
  font-size: 16pt;
  font-weight: 400;
  font-variant: small-caps;
  text-decoration: underline;
  margin-bottom: -1px;
}

h2 {
  font-family: open-sans-bold;
  font-size: 15pt;
  font-weight: 400;
  font-variant: small-caps;
  margin-bottom: -2px;
  
}

h3 {
  font-family: open-sans-semibold;
  font-size: 11pt;
  font-weight: 400;
  font-style: italic;
  margin-top: -1px;
  margin-bottom: 1px;
}

p {
  margin-top: 0px;
}

b {
  font-family: open-sans-bold;
  font-weight: 500;
}

.dspn {
  font-family: Arial Narrow, sans-serif;
}

table {
  border: 2px solid #8b8b5b;
  border-collapse: collapse;
  width: 760px;
}

tr {
  border-bottom: 1px solid #999966;
}

td {
  padding: 1px 5px 1px 5px;
}

.tdr {
  text-align: right;
}

.matcol1 {
  background-color: #cccc99;
}

.matcol2 {
  background-color: #dadaa7;
}

.fdes {
  text-align: left;
}

.fusd {
  width: 12px;
  padding-left: 0px;
  padding-right: 0px;
  text-align: right;
}

.fdol {
  width: 54px;
  padding-left: 0px;
  padding-right: 0px;
  text-align: right;
}

.fcnd {
  width: 18px;
  padding-left: 2px;
  text-align: center;
}

.fpbl {
  border-bottom: 3px solid #999966;
}

#fkey table {
  border: 0px;
  margin-left: 10px;
  width: 450px;
}

#fkey tr {
  border: 0px;
}

#fkey td {
  border: 0px;
  padding: 0px 2px 0px 2px;
}

.tablewide {
  width: 760px;
}