﻿#contentcontainer .beta-inner-noline 
{
  margin-top: 20px;
  overflow: hidden;
}

#contentcontainer .content-left-inner ul 
{
  margin-top: 0;
  padding-top: 0;
}

acronym {
  border-bottom-style: dotted;
  border-bottom-width: 1px;
}

h1, h2, h3
{
  text-transform: none;
}

h1 {
  font-family: 'Arial Narrow' , Arial, Helvetica, Sans-Serif;
  font-weight: bold;
  font-size: 18px;
  color: #9acb00;
  margin: 0px 0px .5em -10px;
  padding: 0px 0px 0px 10px;
  background-position: 0px 7px;
  background-image: url(images/Bullet01.gif);
  background-repeat: no-repeat;
}

h2 {
  margin-bottom: .5em;
}

h3 {
  font-size: 12px;
  font-weight: bold;
  margin: 0px;
  padding: 0px 0px .5em 0px;
}

h4 {
  font-size: 11px;
  font-weight: bold;
  margin: 0px;
  padding: 0px 0px .5em 0px;
}

p {
  padding-bottom: 1em;
}

ul { 
  margin-bottom: 1em; 
  margin-top: 0; 
}

#nav ul li a {
  display: block;
  width: 139px;
  padding: 2px 0px 2px 0px;
  color: #a1a1a1;
  text-decoration: none;
  font-weight: bold;
}

#subnav ul {
  margin-bottom: 1em;
  background-color: #dedede;
  padding-top: 5px;
  padding-bottom: 1px;
}

#subnav ul li {
  margin: 0px 0px 6px 0px;
}

#subnav ul li a {
  color: #808080;
  font-weight: bold;
  display: block;
  font-size: 11px;
  line-height: 100%;
}

#subnav ul li a:hover, #subnav .selected
{
  background-position: 5px 2px;
}

#subnav img {
  display: block;
  background-image: none;
}

#subnav h3
{
  background-position: 0px 3px;
  color: #9acb00;
  font-size: 12px;
  font-weight: bold;
  margin: 0 0 0px 0;
  text-transform: uppercase;
  padding-left: 12px;
  background-image: url('images/Bullet01.gif');
  background-repeat: no-repeat;
}

.graytext {
  color: gray;
}

.smallgraytext {
  color: gray;
  font-size: .8em;
}

.boldtext {
  font-weight: bold;
}

.subselected {
  font-weight: bold;
  color: red;
}

.hrdashed {
  background-position: left center;
  background-image: url(images/line_horizontal.gif);
  background-repeat: repeat-x;
}

.dashedline {
  background-position: left center;
  background-image: url(images/line_horizontal.gif);
  background-repeat: repeat-x;
}

.hrdashed {
  height: 1px;
  margin-bottom: 1em;
}

.imageright {
  float: right;
}

#contentcontainer .beta .caption 
{
    padding-bottom: 1em;
}

#nav ul li li
{
  background-color: transparent;
}

#nav ul li ul
{ 
    background: #dedede url('images/menu-background.gif') repeat top left;
    padding-top: 4px;
    padding-bottom: 2px;
} 

#subnav ul 
{ 
    background: #dedede url('images/submenu-background.gif') repeat top left;
} 

#nav .subselected 
{ 
    background-color: transparent;
}

#nav ul li li a:Hover 
{ 
    background-color: transparent;
}

#footer
{
    background: #dedede url('images/bottom-pattern.gif') repeat-x top left;
    padding-top: 28px;
}

.shaded
{
    background-color: #EDF8D6;
}

#contentcontainer .content-left-inner td p
{
    padding-bottom: .5em;
    padding-top: .5em;
}

blockquote
{
    background-position: left top;
    background-image: url(images/quote-open.gif);
    background-repeat: no-repeat;
    padding-top: 30px;
    margin: 0;
}

blockquote p
{
    background-position: right bottom;
    background-image: url(images/quote-close.gif);
    background-repeat: no-repeat;
    padding-bottom: 30px;
    color: #C0C0C0;
    font-size: 1.7em;
}

#contentcontainer th
{
    text-align: left; 
    background-color: #90B434; 
    color: #FFFFFF; 
    font-weight: bold; 
    text-transform: uppercase;
}

#header .logo 
{ 
    float: left; width:406px; height:68px; 
}