html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p,
blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em,
font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var,
b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table,
caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

ol, ul {
    list-style: disc;
}

body {
    background: #333 url("body-bg.png") repeat-x 0 0;
    margin: 0 auto;
    padding: 20px 0 0;
    width: 960px;
    font-family: 'Lucida Grande', 'Lucida Sans Unicode', Helvetica, Arial, sans-serif;
    color: #333;
    font-size: 12px;
    line-height: 18px;
}

p, ul {
    margin-bottom: 18px;
}

h1 {
    background-image: url("logo-sm.png");
    overflow: hidden;
    height: 122px;
    width: 400px;
    margin: 40px 40px 36px 43px;
    text-indent: -999px;
}

h2 {
    font-size: 18px;
    line-height: 18px;
    margin-bottom: 18px;
    font-weight: normal;
}

h3 {
    font-size: 12px;
    line-height: 18px;
}

dt {
    font-weight: bold;
}

dd {
    margin-bottom: 18px;
}

ul {
    margin-left: 30px;
}

#wrapper {
    background: #c1c1c1 url("content-bg.jpg") no-repeat 0 0;
    border-color: #333 #171717;
    border-style: solid;
    border-width: 1px 1px 0 1px;
}

#navigation {
    background: url("nav-bg.png") repeat-x 0 0;

    padding-left: 150px;
    margin: 0;
}

#navigation li {
    list-style: none;
    display: inline;
}

#navigation li a {
    display: inline-block;
    height: 35px;
    text-decoration: none;
    color: #fff;
    line-height: 35px;
    padding: 0 20px;
}

#navigation li a:hover,
#navigation li a.focused {
    background: url("nav-bg.png") repeat-x 0 -36px;
}

#content, #mission-statement {
    padding: 36px 20px;
}

#content {
    margin: 0 70px 0 150px;
}

#mission-statement {
    background: url("footer.png") no-repeat 0 0;
    padding: 36px 70px 36px 170px;
    color: #333;
}

#mission-statement q {
    display: block;
    font-size: 16px;
    line-height: 18px;
    font-weight: normal;
    color: #fff;
}

.group {
    margin-bottom: 36px;
}

#footer {
    text-align: center;
    font-size: 6pt;
    color: #ccc;
}
#footer a {
    color: #ccc;
}
#footer strong {
    font-weight: normal;
    text-align: center;
}

#attribution {
    padding-left: 20px;
}