body {
    background: #BEC3C6 /*url(/static/images/base/bg.jpg) repeat-x scroll 0 0; */;
    color: #3f3f3f;
    font-family: Verdana, "Lucida Grande", Helvetica, Arial,Calibri,'times new roman';
    font-size:12px;
    margin: 0;
    padding: 0;
}

a {
    color: #2970A6;
    font-weight: normal;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

h1, h2 {
    color: #3f3f3f;
    font-size: 16px;
    font-weight: bold;
}

h2, h3 { margin: 0; }

h1 { margin: 0 0 10px 0;}
h2 a {
    color: #3f3f3f;
    font-weight: bold;
}
h2 a:hover {
    color: #2970A6;
    text-decoration: none;
}

h3 a {
    color: #3f3f3f;
    font-size: 12px;
    font-weight: bold;
}
h3 a:hover {
    color: #2970A6;
    text-decoration: none;
}


p {
    margin: 0 0 10px 0;
}

.nomargin { margin: 0; }

.clear { clear: both; }

/* site layout */

#bg_wrap {
    /* background: transparent url('/static/images/base/page-background.png') no-repeat scroll center top; */
}

#outline {
    background: #bec3c6;
    border: 0;
    margin: auto;
    margin-bottom: 50px;
    width: 950px;
}

#banner {
    padding: 15px;
}
#banner #site-title {
    display: block;
    font-weight: bold;
    font-size: 1.4em;
}

#banner a:hover { text-decoration: none; }
#banner #site-sub-title {
    border-top: 1px solid #3f3f3f;
    float: left;    
}

#nav_bar {
    background: #fff;
    border: 1px solid #000;
}
#nav_bar #nav_left .nav_item {
    border-right: 1px solid #cccccc;
    float: left;    
}
#nav_bar #nav_right .nav_item {
    border-left: 1px solid #cccccc;
    float: right;
}
#nav_bar span {   
    color: #3f3f3f;
    display: block;
    font-size: 12px;
    padding: 5px 10px 5px 10px;
}
#nav_bar a {   
    color: #3f3f3f;
    display: block;
    font-size: 12px;
    font-weight: bold;
    padding: 5px 10px 5px 10px;
}
#nav_bar a:hover {
    background: #ffffff;
    color: #2970a6;
    text-decoration: none;
}
#nav_bar a.active_menu {
    text-decoration: underline;
}

#page_body {
    background: #eee url('/static/images/base/main_shadow.png') repeat-x scroll center top;
    border-left: 1px solid #000;
    border-right: 1px solid #000;
}

#body_content {
    background: #fff url('/static/images/base/main_shadow.png') repeat-x scroll center top;
    border-right: 1px solid #ccc;
    float: left;
    min-height: 400px;
    padding: 15px;
}

#right_column {
    float: left;
    width: 290px;
    overflow: hidden;
}
#right_column .column_block {
    padding: 5px 0 5px 10px;
    border-bottom: 1px solid #ccc;
}
#right_column .seperator {
    height: 0;
    /*
    background: url('/static/images/base/column_seperator.png');
    height: 6px;    
    width: 300px;
    */
}

#footer {
    background: #ffffff;
    border: 1px solid #000000;
    clear: both;
    padding: 5px;
}

/* site blocks */

.scs_error { /* standard centered error box */
    background: #FAF4F5;
    border: 1px solid #FF283C;
    margin: auto;
    padding: 5px;
    width: 400px;
}

span.required { /* text (typically for input) after a form submission with a field not filled out */
    color: #FF283C;
}

pre {
    background: #ebf0f8;
    border: 1px solid #99b1de;
    padding: 5px;
}

.form_box {
    margin-bottom: 10px;

}

.quanda_std_table th {
            text-align: right;
            vertical-align: top;
        }
.quanda_std_table ul {
            list-style-type: none;
            margin: 0;
            padding: 0;
}
#rss_icon {
            border: 0;
            position: relative;
            top: 6px;
            width: 20px;
        }
