body {
   font-family: Arial;
}

#logo-splash {
   margin-top: 4.75em;
   text-align: center;
   min-height: 15em;
}
* html #logo-splash { height: 25em; }

#footer {
   margin-left: 5%;
   width: 90%;
   border-top: 1px #686868 solid;
   font-size: .8em;
   color: grey;
   text-align: center;
   margin-top: 1em;
   padding-top: 0.3em;
}

img {
  border: none;
}

#footer a {
   padding-left: 0.5em;
   padding-right: 0.5em;
}

a {
   text-decoration: none;
}

a:link {
   color: #ff007a;
}

a:visited {
   color: #810040;
}

h1,h2,h3,h4,h5 {
   color: #810040;
}
#main {
   margin-top: 3em;
   width: 80%;
   margin-left: 10%;
   min-height: 25em;
}
* html div#main { height: 25em; } 
#dev-main {
   margin-top: 3em;
   width: 80%;
   margin-left: 10%;
}
.column {
   float: left;
}

.end {
   clear: both;
}

.w50 {
   width: 50%;
}

.legal .subitems {
   margin-left: 2em;
   margin-bottom: 2em;
}

.legal h1, .legal h2 {
   text-align: center;
}

.legal p u {
   padding-left: 0.5em;
   padding-right: 0.5em;
   font-size: 1.2em;
}

.job {
   margin-bottom: 3em;
}

/*
.sections {
   counter-reset: section;
}
.section h2:before , .section h3:before, .section h4:before, .section h5:before {
   counter-increment: section; 
   content: counters(section, ".") ". ";
}
*/
.section h3, .section h4, .section h5 {
   padding-left: 1em;
}
.section .contents {
   padding-left: 1em;
}