html {
    color: #333;
    background: white url(../images/d_headgrad.png) repeat-x fixed top;
}
html>body {
    color: #333;
    background: white url(../images/d_headgrad.png) repeat-x fixed top;
}
body {
    background-image: url(../images/d_pageback.png);
    background-repeat: repeat-y;
    background-position: top center;
    font-size: 12px;
    font-family:"HelveticaNeue-Light","Helvetica Neue Light","Helvetica Neue",Helvetica,arial,sans-serif;
    font-weight:300;
}
#headerbg {
}
.heading, .smallHeading, .highlight {
    color: #6a93ea;
}

/* the rest of these styles are mostly for the index pages */
#index #linkcontainer {
    border: 1px solid #aaa;
    background: #eee;
    margin: 0 30px;
    padding: 10px;
}
#index .linkboxgrad {
    background: url(../images/d_linkboxgrad.png) repeat-x scroll top;
}
#index #linkbox {
    background-color: #19354a;
    color: white;
    padding: 20px;
}
#index #linkbox a {
    border: none;
}
#index #description {
    background: url(../images/d_divfade.png) repeat-x top;
    margin: 10px 0;
    font-size: 13px;
}
#index #description p {
    margin-top: 20px;
}
#index #description .heading {
    font-size: 16px;
    font-weight: bold;
    text-decoration: none;
}
#index #checkboxes {
    float: left;
    width: 260px;
    margin: 0 15px;
}
#index #checkboxes td {
    border-bottom: 1px solid #aaa;
    padding: 20px 10px;
}
#index #checkboxes .heading1 {
    font-size: 16px;
    font-weight: bold;
    color: #333;
}
#index #checkboxes .heading2 {
    font-size: 14px;
    font-weight: normal;
    color: #777;
}
#index #testimony {
    float: right;
    margin: 0 20px;
}
#index .introlinks {
    font-size: 1.5em;
    text-align: center;
}

#index .introlinks a {
    color: white;
}