/*********************************
 common.css
 Styles common to all WRCC pages.
 Created July 2007.
 Author: Grant Kelly
*********************************/

body {
    background-color: white;
    margin: 0;
    padding: 0 1em;
}

h1, h2, h3, h4 {
    font-family: sans-serif;
}

h1 {
    color: #339;
    border-bottom: 1px solid #ccf;
}

h2 {
    color: #116;
    padding-left: 1em;
}

div.description {
    width: 70%;
    background-color: #eef;
    margin: 0 auto;
    padding: .5em 1em .5em 1em;
}
div.description p {
    font-size: .95em;
    padding: 1px;
}


.footer {
    background-color: #ccc;
    padding: .25em 1em;
}

.footer div.address {
    text-align: right;
    font-style: italic;
}

a:link, a:visited {
    text-decoration: underline;
}

a:hover, a:active {
    text-decoration: none;
    background-color: #eef;
    color: #00c;
}

li {
    margin-bottom: .5em;
    color: #339;
}


h3.heading {
    margin-bottom: 0;
    background-color: #ccf;
    color: #116;
    line-height: 2em;
    text-align: center;
    letter-spacing: .08em;
}

span.state {
    font-size: .9em;
    font-variant: small-caps;
}

.smaller {
    font-size: .90em;
}
