@import 'blueprint/lib/reset.css';
@import 'forms.css';

body {
    font-family: Tahoma, Verdana, sans-serif;
    background: #DDD url('../base/stucco-bkg.jpg') no-repeat fixed top;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
}

h1, h2, h3, h4, h5, h6 {
    font-family: "Times New Roman",Times,Georgia,serif;
}
h1 {
    font-size: 24px;
    line-height: 36px;
    margin-bottom: 18px;
    font-weight: bold;
}

h2 {
    font-size: 18px;
    line-height: 18px;
    margin-bottom: 18px;
    font-weight: bold;
}

h3 {
    font-size: 14px;
    line-height: 18px;
    font-weight: bold;
}

h4 {
    font-size: 12px;
    line-height: 18px;
    font-weight: bold;
}

h5 {
    font-size: 12px;
    line-height: 18px;
}

h6 {
    font-size: 10px;
    line-height: 18px;
}

h1, h2, h3, h4, h5, h6 {
    color: #485e29;
}
p {
    margin-bottom: 18px;
}

ul, ol {
    margin-bottom: 18px;
    padding-left: 32px;
}

dl {
    margin-bottom: 18px;
}
dl dt {
    font-weight: bold;
    line-height: 18px;
}

dl dd {
    padding-left: 10px;
    margin-bottom: 18px;
}
a {
    color: #9c1e22;
}
a:link {
    color: #9c1e22;
}

a:visited {
    color: #9c1e22;
}

a:hover {
    color: #cc9900;
}

img {
    border: 0;
}

ul {
    padding-left: 40px;
}

#headmast a {
    display: block;
    line-height: 1px;
}
#container {
    display: block;
    width: 760px;
    margin: 0 auto;
    background-color: rgb(248, 239, 214);
    text-align: left;
}
#navigation {
    background: #DDD url('../navigation/nav_WOOD.jpg') repeat-x;
    float: left;
}
#navigation a {
    display: block;
    line-height: 1px;
}
#navigation ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
#navigation li {
    display: inline;
    float: left;
    padding-right: 0px;
}
#content {
    clear: both;
}

#content #copy {
    margin: 18px 10px;
    float: right;
    width: 600px;
}
#content #copy ul {
    list-style: none;
}
#sidebar {
    width: 100px;
    padding-top: 18px;
    padding-left: 10px;
    padding-right: 10px;
    text-align: right;
    height: 100%;
}

#sidebar ul {
    list-style: none;
    padding: 0;
}

.alert {
    color: red;
}

.legal {
    font-size: 10px;
}
