* {
    margin: 0;
    padding: 0;
}

body {
    padding-bottom: 30px;
    font: 13px/20px Arial, Helvetica, sans-serif;
    text-align: center;
    color: #896F60;
    background:#6666cc;
}

h1 {
    padding: 5px 0 0 45px;
    font: normal 30px/41px Georgia, Times, serif;
    color: #665D4E;
}

h1 a, h1 a:hover {
    font-weight: normal;
    text-decoration: none;
    color: Red;
}

h2 {
    position: relative;
    top: -5px;
    padding: 0 0 0 45px;
    font-weight: normal;
    font-size: 16px;
    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: 784px;
    background: White;
}

#main2 {
    margin: 0 auto;
    width: 768px;
    text-align: left;
}

#header {
    margin-bottom: 3px;
    height: 80px;
    background: #F2F3F6 url(images/header.gif) no-repeat bottom;
}

#menu {
    height: 38px;
    background:   	#A8A8A8;
}

#menu ul {
    list-style: none;
    padding-left: 40px;
}

#menu ul li {
    display: block;
    float: left;
}

#menu ul li a {
    padding: 0 40px;
    font-weight: bold;
    font-size: 14px;
    line-height: 40px;
    text-decoration: none;
    color: black;
}

#menu ul li a:hover {
    text-decoration: underline;
}

#topimg {
    padding: 0px 0;
    width: 768px;
    height: 368px;
    border: none;
    border-bottom: 10px solid #A8A8A8;
}

#middle {
    margin: 3px 0;
    background: #C9CEDC url(images/middle.gif) repeat-y;
}

#middle2 {
    background: url(images/middle2.gif) no-repeat bottom;
}

#middle3 {
    padding: 20px 0 0 30px;
    height: 1%;
    background: url(images/middle3.gif) no-repeat top;
}

#left {
    float: left;
    width: 400px;
}
#left2 {
    float: left;
    width: 660px;
}
#left h3 {
    padding-bottom: 7px;
    font-weight: normal;
    font-size: 22px;
    line-height: 30px;
    color: #5C739F;
}
#left2 h3 {
    padding-bottom: 7px;
    font-weight: normal;
    font-size: 22px;
    line-height: 30px;
    color: #5C739F;
}

#left .box {
    padding-bottom: 30px;
}

#left ul {
    padding: 15px 0 15px 20px;
    list-style-type: none;
}

#left ul li {
    padding: 0;
    text-align: justify;
}

#sidebar {
    padding: 0 0 0px 0;
    float: right;
    width: 250px;
}

#sidebar h3 {
    text-align: CENTER;
     padding-bottom: 7px;
    font-weight: normal;
    font-size: 22px;
    line-height: 30px;
    color: #5C739F;
}

#sidebar ul {
    list-style: none;
    margin: 10px 10px 10px 0;
    padding: 10px 10px 10px 10px;
    border: 0px solid #BFC5D4;
}

#sidebar ul li {
    margin: 0;
    padding: 2px 0 2px 10px;
    border-top: 0px solid #BFC5D4;
}

#sidebar ul li.firstli {
    border-top: none;
}

#sidebar ul li a {
    margin: 0;
    padding: 0;
    font-weight: normal;
}

.clearing {
    clear: both;
    height: 1px;
    overflow: hidden;
}

#footer {
    clear: both;
    padding: 0 30px;
    height: 34px;
    background: Black;
}

#footer p {
    padding: 0;
    line-height: 34px;
    color: White;
}
