/*** GENERAL ***/

html, body {
  background-color: #6276b6;
  background-image: url(../img/bkgs/pagebackground.gif);
  background-repeat: no-repeat;
  margin: 0px;
}


/*** AREA BACKGROUNDS ***/

#grayarea1 {
  background-image:url(../img/bkgs/graybkg1.jpg);
  background-color:#cccccc;
}
#grayarea2 {
  background-image:url(../img/bkgs/graybkg2.jpg);
  background-color:#cccccc;
}
#nav2area {
  background-image:url(../img/bkgs/nav2bkg_tool.jpg);
  background-color:#af8a2e;
}
#contentheadarea {
  background-image:url(../img/bkgs/goldbkg1.jpg);
  background-color:#f3cd70;
}
#contentarea {
  background-color:#edb62c;
}


/*** TEXT ***/

/* ordinary paragraph text */
p, li, dt, dd {
  font-family: Arial, Lucida, Helvetica, sans-serif;
  font-size: 12px;
  color: #000000;
  line-height: 16px;
}
p {
  margin-top: 0px;
  margin-bottom: 12px;
}
ul {
  margin-top: 0px;
  margin-bottom: 12px;
}

h1 {
  font-family: Arial, Lucida, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: normal;
  color: #ffffff;
  line-height: 18px;
  margin: 0px;
  padding: 0px;
}

h2 {
  font-family: Arial, Lucida, Helvetica, sans-serif;
  font-size: 13px;
  font-weight: bold;
  color: #000000;
  line-height: 15px;
  margin-bottom: 0px;
}

h2.top {
}

h3 {
  font-family: Arial, Lucida, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: bold;
  font-style: italic;
  color: #000000;
  line-height: 15px;
  margin-bottom: 0px;
}

/* lead-in text on section top-level pages */
.leadin {
  font-size: 14px;
  line-height: 17px;
  font-weight: normal;
}


/* default link characteristics */
a,
a:link { 
  color: #313b5b;
  text-decoration: underline;
}
a:visited { 
  color: #313b5b;
  text-decoration: underline;
}
a:active,
a:hover { 
  color: #6276b6;
  text-decoration: underline;
}

/* links from h1.top are links back to section top level */
h1.top a,
h1.top a:link,
h1.top a:visited {
  color: #ffffff;
  text-decoration: none;
}
h1.top a:active,
h1.top a:hover {
  color: #ffffff;
  text-decoration: underline;
}



/*** FORMS ***/

/* remove space around forms */
form {
  display: inline; 
  margin: 0; 
  padding: 0; 
}

/*** MISCELLANEOUS ***/

/* something off the screen */
.offscreen {
  position: absolute;
  left: 0px; top: -9999px;
  width: 1px; height: 1px;
  overflow: hidden;
}
/* something not displayed */
.nodisplay {
  display: none;
}

