body, th, td, a, form, select, input, p, ul, li {
  font-family: verdana, arial, helvetica, sans-serif;
  font-size: 11px;
}


/***********************************/
/* LEFT NAV COLUMN SETTINGS */
.col1 a, span.mydate {
  font-size: 10px;
}

/* .nav = standard nav element
   .nav-sel = selected nav element
   .nav-sel-section = selected nav section, non-selected nav element */
.nav, .nav-sel, .nav-sel-section{
  height: 39px;
  width: 114px;
  clear: both;
}

.nav a, .nav-sel a, .nav-sel-section a {
  float: right;
  text-align: right;
  padding: 8px 10px 7px 10px;
  color: #FFFFFF;
  text-decoration: none;  
}

.nav a:hover, .nav-sel a:hover, .nav-sel-section a:hover {
  text-decoration: underline;
}

/* extra padding for a single-line nav element */
.nav a.single, .nav-sel a.single {
  padding: 12px 10px 14px 10px;
}

.nav-sel, .nav-sel-section {
  background: #666666;
}

.nav-sub, 
.nav-sub-dbl, 
.nav-sub-sel, 
.nav-sub-dbl-sel {
  height: 18px;
  width: 114px;
  background: #666666;
  clear: both;
}

.nav-sub a, 
.nav-sub-dbl a, 
.nav-sub-sel a, 
.nav-sub-dbl-sel a {
  float: right;
  text-align: right;
  padding: 3px 10px 3px 2px;
  text-decoration: none;  
  color: #B9B9B9;
}

.nav-sub-sel a, .nav-sub-dbl-sel a {
  color: #FFFFFF;
}

.nav-sub a:hover, 
.nav-sub-dbl a:hover, 
.nav-sub-sel a:hover, 
.nav-sub-dbl-sel a:hover {
  text-decoration: underline;
}

/* extra height for a two-line sub-nav element */
.nav-sub-dbl, .nav-sub-dbl-sel {
  height: 30px;
}

.nav-border {
  clear: both;
  background: #CCCCCC;
}

.nav-sub-buffer {
  clear: both;
  height: 10px;
  background: #666666;
}

/***********************************/
td.footer {
  height: 55px;
  background: #FFFFFF;
}

td.footer div {
  float: left;
  color: #999999;
}

.ftr-0 {
  height: 75px;
  width: 114px;
  background: #999999;
}

.ftr-1 {
  width: 350px; /* non-IE, padding is added to this width */
  padding: 17px 0 0 20px;
}

* html .ftr-1 {
  width: 370px; /* IE, padding is included in this width */
}

.ftr-2 {
  width: 210px;
  text-align: right;
  padding-top: 17px;
}

.ftr-1 em {
  font-style: normal;
  color: #660000;
}

td.footer a, a {
  color: #000099;
  text-decoration: none;
}

td.footer a:hover, a:hover {
  text-decoration: underline;
}

/***********************************/

.secondary-title {
  height: 40px; 
  font-size: 18px;
  line-height: 34px;
}

/***********************************/

.secondary-links-body {
  background: #F4F4F4;
  border: 1px solid #C2C2C2;
  margin: 11px 0 11px 0;
  padding-bottom: 10px;
  width: 253px;
}

/***********************************/

.slb-1 {
  margin-top: 14px;
}

.sl-title {
  padding: 10px 30px 0 14px;
  font-weight: bold;
}


/***********************************/
.contact-1, .contact-2 {
  float: left;
  height: 90px;
}

.contact-1 {
  width: 225px;
  padding-left: 25px;
}

/* IE, padding is included in this width */
* html .contact-1 {
  width: 250px;
}

.hr {
  clear: both;
  height: 1px;
  width: 526px;
  margin-bottom: 16px;
  background: #999999;
}


