/******************************/
/* BASIC LAYOUT CONFIGURATION */
/******************************/

body {
   padding: 6px;
   margin: 0px;
   font: 12px Sans;
}

a {
  text-decoration: none;
  color: #02739f;
}

textarea, input, select {
   border: 1px solid #c4a000;
   padding: 1px;
}

h1 {
   border-bottom: 2px solid #c4a000;
   margin: -6px -6px 12px -6px;
   padding: 20px;
   padding-left: 80px;
   background: url(../dtcimages/dtc.png) no-repeat #313c72;
   background-position: 12px 12px; 
   font: 18px Sans;
   color: white;
}

h2 {
   border-bottom: 2px solid #c4a000;
   margin: -6px -6px 12px -6px;
   padding: 20px;
   padding-left: 10px;
   background: no-repeat #313c72;
   background-position: 12px 12px; 
   font: 24px Sans;
   color: white;
}

hr {
   height: 1px;
   color: #c4a000;
   background-color: #c4a000;
   border: 0;
}

optgroup {
    margin-left: 6px;
    font-weight: 300;
    color: #c4a000;
}

optgroup option {
    margin-left: -6px;
    font: 12px Sans;
    color: black;
}


