body {
    background: white;
    font-family: "Liberation Sans", "DejaVu Sans", "Verdana", sans-serif;
    font-size: 80%;
    line-height: 150%;
}

h1,h2,h3,h4,h5,h6 {
    color: #000;
}

div.notice {
    border: 1px solid #ffcce0;
    background-color: #ffe5ef;
}

div.notice h3 {
    margin-top: 0.25em;
    margin-bottom: 0.25em;
}

a {
    text-decoration: none !important;
    color: #0050c3;
}
a:visited {
    color: #0050c3;
}
a:hover {
    text-decoration: underline !important;
    color: #00bff3 !important;
}

img {
    margin-bottom: 1em;
}

img.inline_right {
    float: right;
    margin: 0 0 1em 1em;
}

#fixedwidth {
    width: 960px;
    margin: 0 auto;
}

#navigation {
    width: 940px;
    height: 15px;
    margin: 20px auto;
    text-align: right;
    padding-bottom: 20px;
    border-bottom: solid #eee 1px;
}

#navigation a {
    display: block;
    float: right;
    margin-left: 20px;
    color: black;
    text-decoration: none;
    font-family: "Droid Sans", sans-serif;
    font-size: 14px;
}

#navigation a.social_icon {
    margin: -4px 10px 0 0;
    float: left;
}
#navigation a.social_icon img {
    margin: 0;
}

#leftbar {
    width:220px;
    margin-left: 10px;
    margin-right: 10px;
    float: left;
}

#content_container {
    float: left;
}

.col_image {
    margin-bottom: 10px;
}

#footer {
    width: 960px;
    clear: both;
    text-align: center;
}
#footer p {
    display: block;
    margin: 20px 0;
    padding: 10px 0;
    text-align: center;
    font-size: 80%;
    border-top: solid #eee 1px;
}


/* Form Styles */
#content_container form fieldset {
    background: #eee;
    border: solid 1px #999;
    padding: 5px 10px;
    margin-bottom: 2px;
}
#content_container form fieldset legend {
    background: #999;
    color: white;
    padding: 5px 10px;
    margin-bottom: 2px;
}
#content_container form div {
    clear: both;
    padding: 8px 0;
    width: 320px;
}
#content_container form label {
    float: left;
    font-size: 13px;
    width: 120px;
}
#content_container form label.textarea {
    clear: both;
    float: none;
    font-size: 13px;
    width: 320px;
}
#content_container form input,
#content_container form textarea {
    padding: 5px;
    width: 160px;
    float: right;
    outline: none;
    border: 1px solid #999;
}
#content_container form textarea {
    width: 300px;
}
#content_container form input#submit {
    cursor: pointer;
    float: right;
}

.noDisplay {
    display: none;
}
