body
{
  margin-left: auto;
  margin-right: auto;
  background-color: #FFFFFF; /* DBDBDB */
  width: 700px;
  font-family: Arial;
}

#frame
{
  border: 0px solid #1d3865;
  width: 100%;
}

#banner
{
  background-color: #ffffff;
  width: 100%;
  border-bottom: 1px solid #BBBBBB;
  padding-bottom: 10px;
}

#logo
{
  text-align: left;
  padding-left: 10px;
}

#motto
{
  text-align: right;
  padding-right: 10px;
}

.fullwidth
{
  width: 100%;
}

#subnav_container
{
  border-right: 1px solid #BBBBBB;
  width: 20%;
  vertical-align: top;
  padding-left: 0px;
  padding-top: 10px;
  white-space: nowrap;
}

#subnav_container a
{
  text-decoration: none;
  color: #1D3865;
  font-weight: bold;
  white-space: nowrap;
}

#subnav_container a:hover
{
  text-decoration: underline;
}

#subnav_container .selected_subnav
{
  color: #999999;
  white-space: nowrap;
}

#copyright
{
  text-align: center;
  font-size: 75%;
  font-weight: bold;
}

#toplevelnav_container
{
  background-color: #1d3865;
  color: #FFFFFF;
}

#toplevelnav_container table
{
  width: 100%;
}

#toplevelnav_container td
{
  border-right: 1px solid #BBBBBB;
  text-align: center;
}

#toplevelnav_container .last_nav
{
  border-right: 0px;
}

#toplevelnav_container .selected_section
{
  background-color: #cccccc;
  color: #1D3865;
}

#toplevelnav_container a
{
  text-decoration: none;
  color: #FFFFFF;
  font-weight: bold;
}

#toplevelnav_container .selected_section a
{
  text-decoration: none;
  font-weight: bold;
  color: #1D3865;
}

#toplevelnav_container a:hover
{
  text-decoration: underline;
}

#content_container
{
  padding-left: 10px;
  vertical-align: top;
  padding-top: 10px;
  min-height: 400px;
}

h1
{
  color: #1D3865;
}

h2
{
  color: #718BAE;
}

a
{
  color: #718BAE;
}

.team_member
{
  vertical-align: top;
}

.team_member p
{
  margin-top: 0px;
  margin-bottom: 0px;
}

.job_listing
{
  font-size: small;
}

.job_listing_field
{
  font-size: small;
}

.job_listing p
{
  margin-top: 0px;
  margin-bottom: 0px;
}

.job_listing ul
{
  margin-top: 0px;
  margin-bottom: 0px;
}

.job_listing_heading
{
  font-size: 10pt;
  font-weight: bold;
}

#subcat_container
{
  padding-left: 10px;
  font-size: 85%;
}

#subcat_container .selected_subcat
{
  color: #cccccc;
  white-space: nowrap;
}

