* {
    margin: 0;
    padding: 0;
    list-style: none;
}

html { height: 100%; }

body {
    font: 12px Helvetica, arial, sans-serif;
    color: black;
    background: white url( ../images/bgMain.jpg ) repeat-x bottom center;
    text-align: center;
    height: 100%;
}

a {
    color: #c00;
}

a:hover {
    color: #f93;
    text-decoration: underline;
}

hr {
    display: none;
}

.hr {
    margin: 10px 20px;
    height: 1px;
    border-bottom: 1px dotted black;
}

#mainContainer {
    margin: 0 auto;
    width: 700px;
    height: 100%;
    text-align: left;
}

#mainHeader {
    background: url( ../images/logo.jpg ) no-repeat 15px 20px;
    height: 150px;
    padding: 20px 0 15px 140px;
    text-align: center;
}

#mainHeader h1,
#mainHeader h2 {
    padding: 10px 0;
}

#mainHeader h1 {
    font-size: 28px;
    line-height: 28px;
}

#mainHeader h1 a {
    color: black;
    text-decoration: none;
}

#mainHeader h2 {
    padding: 6px 0 14px 0;
    font-size: 18px;
    line-height: 22px;
}

#mainHeader em {
    font-size: 101x;
}

#sidebarContainer {
    padding-top: 3px;
    width: 150px;
    float: left;
    font-size: 16px;
    background: #ededcd url( ../images/bgNavigationTop.png ) no-repeat;
}

#sidebarContainer li {
    margin: 5px 0;
    padding-bottom: 2px;
    border-bottom: 1px dotted #bdbe8b;
}

#sidebarContainer li.last {
    padding: 0 0 3px 0;
    margin: 0;
    border-width: 0;
    background: url( ../images/bgNavigationBottom.png ) no-repeat bottom left;
}

#sidebarContainer li a {
    padding: 6px;
    color: black;
    text-decoration: none;
}

#sidebarContainer li a:hover {
    color: #c00;
}

#contentContainer {
    padding: 20px;
    margin-left: 150px;
    font-size: 18px;
}

#contentContainer h3 {
    font-size: 22px;
    margin-bottom: 10px;
}

#contentContainer p {
    margin: 10px 0;
}

#addressContainer {
    margin-top: 20px;
    font-size: 16px;
    background: #dededb url( ../images/bgAddressBottom.png ) no-repeat bottom center;
}

#addressContainer h4 {
    padding: 8px;
    background: url( ../images/bgAddressTop.png ) no-repeat top center;
}

#addressContainer address {
    padding: 0 8px 8px 8px;
    font-style: normal;
}

#mainFooter {
    padding: 20px;
    margin-left: 150px;
    font-size: 14px;
    background-color: white;
    text-align: center;
}

#mainFooter ul {
    height: 20px;
    margin-bottom: 20px;
}

#mainFooter li {
    float: left;
    width: 255px;
    text-align: center;
    line-height: 20px;
    background: url( ../images/bgFooterLinks.png ) no-repeat;
}

#mainFooter li a {
    color: black;
    text-decoration: none;
}

#mainFooter em {
    font-size: 11px;
    font-style: normal;
}

#formToEmailHeader {
    font-size: 18px;
    border-bottom: 1px solid #333;
}

#formToEmailForm fieldset {
    border-width: 0;
    padding: 10px 0;
}

#formToEmailForm label {
    display: block;
    font-weight: bold;
}

#formToEmailForm input {
    width: 50%;
}

#formToEmailForm textarea {
    width: 100%;
    height: 200px;
    font: 12px Helvetica, arial, sans-serif;
}
