img, form, html, body, h1 { padding: 0; margin: 0; border: 0; }

a, a:link, a.active, a:visited {
    color: rgb(126, 157, 82); text-decoration: none;
}

a:hover {
    color: #999999; text-decoration: underline;
}

body {
    font-family: 'Helvetica', 'Helvetica Neue', 'Arial', sans-serif;
    font-size: 12px;
    line-height: 130%;
    background-image:url('/sites/images/bgs/watercolor.jpg');
    color:black;
}

#container {
    width: 703px;
    background-color:white;
    margin: auto;
    padding-bottom: 14px;
}

#navbar {
    margin: 0 0 18px 8px;
    font-size: 18px;
}

#side_header {
    width:184px;
    color: rgb(146, 146, 146);
    font-family: Helvetica, Arial, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 19px;
    border-bottom: 1px solid a5cfd9;
    margin: 20px 0 10px 0;
}

h1 {
    color: rgb(95, 95, 95);
    display: block;
    font-family: Helvetica;
    font-size: 24px;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    height: 29px;
    letter-spacing: normal;
    line-height: 29px;
}

#big_text {
    color: rgb(146, 146, 146);
    display: block;
    font-family: Helvetica;
    font-size: 16px;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    letter-spacing: normal;
    line-height: 19px;
}

#footer {
    text-align: center;
    margin: 10px 0 10px 0;
}