* {
    margin: 0;
    padding: 0;
}

body {
    padding-bottom: 5px;
    padding-top: 5px;
    font: 12px/20px Arial, Helvetica, sans-serif;
    text-align: center;
    color: #896F60;
    background: #5C739F;
}

h1 {
    padding: 12px 0 0 45px;
    font: normal 36px/44px Times New Roman, Times, serif;
    color: #665D4E;
}

h1 a, h1 a:hover {
    font-weight: normal;
    text-decoration: none;
    color: #665D4E;
}

h2 {
    position: relative;
    top: -5px;
    padding: 0 0 0 45px;
    font-weight: normal;
    font-size: 13px;
    /* text-transform: uppercase; */
    color: Black;
}

p {
    padding: 8px 0;
    text-align: justify;
}

a {
    font-weight: bold;
    text-decoration: none;
    color: #5C739F;
}

a:hover {
    text-decoration: underline;
}

#main {
    margin: 0 auto;
    padding-bottom: 8px;
   /* width: 914px; */
   width: 660px;
    background: White;
}

#main2 {
    margin: 0 auto;
    width:650px;
    text-align: left;
}

#header {
    height: 5px;
}

#middle {
    margin: 3px 0;
    background: #C9CEDC url(./middle.gif) repeat-y;
}

#middle2 {
    background: url(./middle2.gif) no-repeat bottom;
}

#middle3 {
    padding: 20px 0 0 0;
    height: 1%;
    background: url(./middle3.gif) no-repeat top;
}

#right {
    padding-right: 20px;
    float: none;
    width: 650px;
}

#right h3 {
    padding-bottom: 7px;
    font-weight: normal;
    font-size: 22px;
    line-height: 30px;
    color: #5C739F;
}

#right h4 {
    font-size: 16px;
    font-weight: normal;
    padding-bottom: 0px;
}

#right h5 {
    font-size: 14px;
    font-weight: normal;
    padding-bottom: 0px;
}

#right h6 {
    font-size: 12px;
    font-weight: normal;
    line-height: 150%;
    padding-bottom: 0px;
    color: #5C739F;
}

#right .box {
    padding-bottom: 30px;
}

#right ul {
    padding: 0 0 15px 40px;
    list-style-type: disc;
}

#right ul li {
    padding: 0;
    text-align: left;
}


.clearing {
    clear: both;
    height: 1px;
    overflow: hidden;
}
