body {
    padding: 0px;
    margin: 0px;
    background-image: url(images/greenPaperBg.jpg);
}

#wrapper {
    margin-left: auto;
    margin-right: auto;
    margin-top: 35px;
    margin-bottom: 20px;
    width: 800px;
    padding: 0px;
    background: #fffdf0;
    border: 1px solid #42210b;
}

#header {
    height: 152px;
    background-image: url(images/cu_header.png);
    background-color: #fef5ce;
}

#navWrapperTop {
    height: 8px;
    background-color: #42210b;
}

#mainNav {
    height: 34px;
    background-color: #4b8252;
    text-align: center;
    margin-top: -16px;
}

#mainNav ul {
    padding-top: 6px;
}

#mainNav li {
    display: inline;
    margin-right: 30px;
    font-size: 16px;
    font-weight: bold;
    color: #42210b;
}

#mainNav a {
    color: #fef5ce;
}

#navSeparator {
    height: 1px;
    background-color: #42210b;
}

#subNav {
    height: 34px;
    background-color: #4b8252;
    text-align: center;
    margin-top: -16px;
}

#subNav ul {
    padding-top: 6px;
}

#subNav li {
    display: inline;
    margin-right: 30px;
    font-size: 13px;
    font-weight: bold;
    color: #42210b;
}

#subNav a {
    color: #fef5ce;
}

#navWrapperBottom {
    height: 8px;
    background-color: #42210b;
}

a {
    width:100px;
    text-decoration:none;
    border: none;
}

#rightContent {
    float: right;
    background-color: #fef5ce;
    width: 280px;
}

.quote {
    padding-top: 2px;
    padding-right: 18px;
    padding-bottom: 2px;
    padding-left: 18px;
}

.quote p {
    font-family: verdana, sans-serif;
    font-size: 10px;
    color: #4b8252;
    line-height: 16px;
}

hr {
    border: 1px solid #4b8252;
    height: 1px;
    width: 220px;
}

#leftContent {
    width: 432px;
    padding: 34px 20px 34px 68px;
}

#leftContent h1 {
    font-family: verdana, sans-serif;
    font-size: 18px;
    color: #42210b;
    font-weight: bold;
}

#leftContent h2 {
    font-family: verdana, sans-serif;
    font-size: 13px;
    color: #42210b;
    font-weight: bold;
    margin-bottom: 0;
}

#leftContent h2+p {
    margin-top: 0;
}

#leftContent h3 {
    font-family: verdana, sans-serif;
    font-size: 11px;
    color: #42210b;
    font-weight: bold;
    font-style: italic;
    margin-bottom: 0;
}

#leftContent h3+p {
    margin-top: 0;
}

#leftContent h4 {
    font-family: verdana, sans-serif;
    font-size: 11px;
    color: #42210b;
    font-weight: normal;
    font-style: italic;
    margin-bottom: 0;
}

#leftContent h4+p {
    margin-top: 0;
}

#leftContent h3+h4 {
    margin-top: 0;
}

#leftContent p {
    font-family: verdana, sans-serif;
    font-size: 12px;
    color: #42210b;
    line-height: 18px;
}

#leftContent ul {
    font-family: verdana, sans-serif;
    font-size: 12px;
    color: #42210b;
}

#leftContent a {
    font-family: verdana, sans-serif;
    font-size: 12px;
    color: #4b8252;
    font-weight: bold;
}

#clear {
    clear: both;
}

#footer {
    height: 70px;
    line-height: 100%;
    font-size: 10px;
    text-align: center;
}
