/* 99CC00    353535    4F4F4F    F2F3ED
   lime     dark    light    white    */

* { margin:0; padding:0; }
body {
    font-family: Verdana, Helvetica, Arial, sans-serif;
    background-color: #4F4F4F;
}
h1 {
    font-size:1.2em;
    margin-bottom:10px;
}
h2 {
    font-size:1.05em;
    padding-top:20px;
    color: #000080;
}
h3 {
    font-size:1.05em;
    color: #353535;
}
hr {
    border: none; border-bottom: 2px dotted #99CC00;
}

img, fieldset {
    border: 0;
}

a {
    color: #000080;
}

p {
    padding: 10px 0;
}
#main-content, #site-info {
    border: 0;
    max-width: 960px;
    margin: 0 auto;
}
#branding {
    text-indent: -9999px;
    height: 20px;
    border-bottom: 1px solid #99CC00;
}
#main-content-wrap {
    background: #F2F3ED url(img/bg.gif) repeat;
    border-bottom: 1px solid #000066;
    padding-bottom: 10px;
    padding-left: 10px;

}
