body
{
  color:#000000;
  background-color: #ffffff;
  font-family: Arial, Helvetica, sans-serif; 
/*  font-family: Tahoma, Verdana, sans-serif; */
/*  font-family: "Trebuchet MS", Helvetica, sans-serif; */
/*  font-family: Geneva, Verdana, sans-serif; */
}

table
{
  color: #000000;
  background-color: #ffffff; 
  font-size: 14px;
  text-align: left;
  vertical-align: top;
  margin-left: auto;
  margin-right: auto;
}

.pagetitle
{
  font-size: 32px;
}

.pagesubtitle
{
  font-size: 12px;
  font-style: italic;
  text-align: left;
}

.pagetitledate
{
  font-size: 10px;
  text-align: right;
  text-transform: uppercase;
  vertical-align: bottom;
}

#mainbx
{
  text-align: left;
  vertical-align: top;
}

.navbxfill
{
  color: #003366;
  font-size: 12px;
}

a.navbar:link, a.navbar:visited
{
  display: block;
  font-size: 12px;
  font-weight: bold;
  color: #003366;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}

a.navbar:hover, a.navbar:active
{
  display: block;
  font-size: 12px;
  font-weight: bold;
  color: #ffffff;
  background-color: #003366;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}

.crumbs
{
  font-size:12px;
/*  background-color:#d3d3d380; */
}

hr
{
  color: #0000ff;
  height: 1px;
  width: 100%;
}

.pagefooter
{
  font-size: 12px;
  font-family: Arial,Helvetica,sans-serif;
  text-align: center;
}

/* Main Section of Child Pages */
.column-a
{
  color: black;
  font-size: 14px;
  font-weight: normal;
  text-align: center;
  vertical-align: top;
}
.column-a h1
{
  font-size: 16px;
  font-weight: normal;
  text-align: center;
}
.column-a a {
  color: black;
  font-size: .75em;
  font-style: italic;
  font-weight: bold;
}
.column-b
{
  color: black;
  font-size: 16px;
  font-weight: normal;
  text-align: left;
  vertical-align: top;
}
.column-b h1
{
  font-size: 28px;
  font-weight: normal;
}
.column-b h2
{
  font-size: 18px;
  font-weight: normal;
}
.column-b a {
  color: black;
  font-size: .75em;
  font-style: italic;
  font-weight: bold;
}

/* Bottom section of Home Page with miscellaneous content */
.content-h
{
  color: black;
  font-size: 12px;
  font-weight: normal;
  text-align: left;
  vertical-align: top;
}
.content-h h1
{
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}
.content-h a {
  color: black;
  font-size: .75em;
  font-style: italic;
  font-weight: bold;
}

/* Center section of Home Page with Featured Pages */
.feature-a
{
  color: black;
  font-size: 14px;
  font-weight: normal;
  text-align: center;
  vertical-align: top;
}
.feature-a h1
{
  font-size: 16px;
  font-weight: bold;
}
.feature-a a {
  color: black;
  font-size: .75em;
  font-style: italic;
  font-weight: bold;
}

/* Top of Home Page container holding image and text overlayed */
.container-a {
  position: relative;
  font-size: 14px;
  font-weight: normal;
  text-align: center;
  color: white;
}
.container-a h1 {
  font-size: 20px;
  font-weight: bold;
}
.container-a a {
  color: white;
  font-size: .75em;
  font-style: italic;
  font-weight: bold;
}

/* Bottom left text */
.bottom-left {
  position: absolute;
  bottom: 8px;
  left: 16px;
}

/* Top left text */
.top-left {
  position: absolute;
  top: 8px;
  left: 16px;
}

/* Top right text */
.top-right {
  position: absolute;
  top: 8px;
  right: 16px;
}

/* Bottom right text */
.bottom-right {
  position: absolute;
  bottom: 8px;
  right: 16px;
}

/* Centered text */
.centered-top {
  position: absolute;
  top: 25%;
  left: 50%;
  transform: translate(-50%, -50%);
}
/* Centered text */
.centered-mid {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
/* Centered text */
.centered-bot {
  position: absolute;
  top: 75%;
  left: 50%;
  transform: translate(-50%, -50%);
}
