/* ***********************************************************************
    1. <link rel="stylesheet" type="text/css" href="styles.css">
    2. <link rel="stylesheet" type="text/css" href="contact.css">
*********************************************************************** */

form p { margin-left: 20px }

input, select, textarea {
  width: 230px;
  margin-bottom: 5px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
}

textarea { width: 300px }

#contact {
  width: 70px;
  margin-bottom: 10px
}

/* hide the guy on yellow bg */ 
#dKeyLinks p img { width: 0px; height: 0px; margin-bottom: 8px }
/* and move links up a little */
#dKeyLinks p { margin-top: -15px }

/* Feb. 16, 2013 */
#dContent table { margin: 15px 0px 15px 204px; }

#dContent table tr td { padding: 15px 5px 15px 5px; border-bottom: 1px solid #CCCCCC; font-size: 13px }
#dContent table tr td.topCell { border-top: 1px solid #CCCCCC; }
#dContent table tr td span { font-weight: bold; font-size: 16px; color: #CC0000; }

#dContent h2 { padding-left: 204px;  }
