html, body {
    margin: 0;
    padding: 0;
    text-align: center;
    font: 100%/120% Arial, Helvetica, sans-serif;
    background: #000000;
}


/* Miscellaneous conveniences: */
form label {
    cursor: pointer;
}

fieldset {
    border: none;
}

/* Form field text-scaling */
input, select, textarea {
    font-size: 100%;
}

body, td, p {
    font-family: Arial;
    font-size: 11px;
    color: #363636;
}

a, a:visited {
    font-family: Arial;
    color: #1b455c;
    text-decoration: underline;
}

a.bold12, a.bold12:visited {
    font-family: Arial;
    color: #1b455c;
    text-decoration: underline;
    font-size: 12px;
}

a.bold11, a.bold11:visited {
    font-family: Arial;
    color: #1b455c;
    text-decoration: underline;
    font-size: 11px;
    font-weight: bold;
    text-decoration: none;
}

a.head12, a.head12:visited {
    font-family: Arial;
    color: #d78516;
    text-decoration: underline;
    font-size: 12px;
}

a:hover {
    text-decoration: none;
}

a.bold11:hover {
    text-decoration: underline;
}

#copy {
    background: #ffffff;
    padding: 21px 30px 30px 30px;
}

#copy .intro {
    font-family: Arial;
    font-size: 13px;
    color: #365f6f;
    line-height: 16px;
}

#copy .introlarge {
    font-family: Arial;
    font-size: 18px;
    color: #365f6f;
    line-height: 20px;
}

.text {
    font-family: Arial;
    font-size: 11px;
    color: #363636;
    line-height: 13px;
}

.large {
    font-size: 15px;
}


/*  ---- lists ---- */

#copy[id] ul {
    margin-left: -40px;
    margin-top: 8px;
    position: relative;
}


#copy[id] ul li {
    list-style-type: none;
    background-image: url(/siteSpecific/images/siteDesign/list.gif);
    background-position: left top;
    background-repeat: no-repeat;
    padding: 0 15px 0 10px;
}

/* ie */
#copy ul {
    margin: 8px 0 8px 0;
    position: relative;
}

#copy ul li {
    list-style-type: none;
    background-image: url(/siteSpecific/images/siteDesign/list.gif);
    background-position: left top;
    background-repeat: no-repeat;
    padding: 0 15px 0 10px;
}

/*  ---- end lists ---- */


#header {
    padding: 36px 12px 0 0;
    color: #363636;
    font-size: 11px;
    width: 800px;
    height: 80px;
    background: URL(/siteSpecific/images/siteDesign/header.gif);
}

#footer {
    font-family: Arial;
    color: #000000;
    font-size: 10px;
    height: 23px;
    text-align: left;
    background: url(/siteSpecific/images/siteDesign/footer.gif) no-repeat;
}

#footer a, #footer a:visited {
    color: #000000;
    font-size: 10px;
    text-decoration: none;
}

#footer a:hover {
    color: #000000;
    font-size: 10px;
    text-decoration: underline;
}
