body {
    background-color: #f0ebd4;
    margin: 10px 0 20px 0;
    font: 14px verdana, arial, sans-serif;
    color: #444;
}

input, select, button {
    font: 13px verdana, arial, sans-serif;
    color: #444;
}

#header {
    background-color: white;
    background-image: url("/bundles/app/images/shadow.png");
    background-repeat: repeat-x;
    background-position: top center;
    border-color: #ef7f1a;
    border-style: solid;
    border-width: 4px 0;
    height: 100px;
    position: relative;
}

/* from: http://stackoverflow.com/questions/796087/make-a-div-into-a-link */
span.homeLink {
    position:absolute;
    width:100%;
    height:100%;
    top:0;
    left: 0;
    z-index: 1;

    /* fixes overlap error in IE7/8,
       make sure you have an empty gif */
    background-image: url('/bundles/app/images/blank.gif');
}

#header_olive {
    height: 130px;
    position: absolute;
    top: -14px;
}

#header_text {
    height: 60px;
    margin: 20px 0 0 150px;
}

#top_band {
    background-image: url("/bundles/app/images/band.png");
    background-repeat: repeat-x;
    height: 50px;
}

.center {
    width: 1100px;
    margin: 0 auto;
}

#content {
    min-height: 200px;
    overflow: hidden;
}

.content_column,
.content_column div {
    overflow: hidden;
}

.content_column {
    margin: 24px 95px 30px 95px;
}

.smallCaps {
    font-variant: small-caps;
}

#footer {
    border-top: 2px solid #ef7f1a;
    text-align: center;
    margin-top: 10px;
    color: #78756a;
    font-size: 13px;
    margin-top: 10px;
}

#footer a {
    color: #78756a;
    text-decoration: none;
}

#footer a:hover {
    color: #ef7f1a;
    text-decoration: underline;
}

#header_shadow {
    background-image: url("/bundles/app/images/header_shadow.png");
    height: 8px;
    position: absolute;
    width: 100%;
    z-index: 99;
}

a {
    color: #515433;
}

a:hover {
    color: #ef7f1a;
}

ul {
    list-style-position: inside;
    list-style-image: none;
    overflow: hidden;
    list-style: none;
    padding: 0;
}

li, a.regular, .folding_header {
    background-image: url("/bundles/app/images/header_point.png");
    background-position: 0 center;
    background-repeat: no-repeat;
    background-size: 17px auto;
}

.folding_header {
    background-position: right center;
    background-size: 22px auto;
    padding: 0 30px 7px 0;
    text-decoration: underline;
}

h1.regular {
    background: url("/bundles/app/images/olive_text_header.png") no-repeat left 5px;
    padding: 0 0 30px 40px;
    margin: 50px 0 0;
    font-size: 16px;
}

h1.first {
    margin-top: 20px;
}

h2.regular {
    font-size: 16px;
    font-weight: normal;
    margin: 40px 0 23px 110px;
    padding: 0;
}

h2.folded {
    margin: 5px 0 5px 150px;
}

h2.first {
    margin-top: 70px;
}

p.regular, .folding_less {
    margin-left: 150px;
    text-align: justify;
}

p.first {
    margin-top: -10px;
}

em {
    font-style: italic;
}

strong {
    font-weight: bold;
}

a.regular {
    padding: 0 0 3px 23px;
}

a.folded {
    background-image: url("/bundles/app/images/header_point_up.png");
    padding-bottom: 2px;
    background-repeat: no-repeat;
}

.folding_content {
    display: none;
}

.folding_less {
    display: block;
    margin-top: 5px;
    margin-bottom: 30px;
    font-size: 10px;
}

.breadcrumb {
    font-size: 10px;
    margin-left: 95px;
    margin-top: 5px;
}

div.dbdata {
    color: #515433;
    font-size: 13px;
}

.dbdata p {
    float: right;
    margin: 0;
}

.toTopLink {
    display: block;
    text-align: right;
}
