* {
    margin: 0;
    padding: 0;
}

body {
    padding: 20px 0;
    font: 12px/24px Arial, Helvetica, sans-serif;
    text-align: center;
    color: #554D33;
    background: #083450;
}

h1 {
    width: 250px;
    padding: 84px 0 0 60px;
    font-weight: normal;
    font-size: 34px;
    line-height: 42px;
    text-align: right;
    color: #830000;
}

h1 a {
    font-weight: normal;
    text-decoration: none;
    color: #830000;
}

h2 {
    width: 310px;
    font-weight: normal;
    font-size: 10px;
    line-height: 22px;
    text-align: right;
    text-transform: uppercase;
    color: #B63E07;
}

p {
    padding: 10px 0;
    text-align: justify;
}

a {
    font-weight: bold;
    text-decoration: underline;
    color: #0A83CF;
}

a:hover {
    text-decoration: none;
}

img {
    border: none;
}

#main {
    position: relative;
    margin: 0 auto;
    width: 934px;
    text-align: left;
    background: #F9F9D6 url(images/main.gif) repeat-y;
}

#header {
    height: 160px;
    background: url(images/header.jpg) no-repeat top;
}

#topimg {
    position: absolute;
    top: 28px;
    left: 320px;
    width: 588px;
    height: 124px;
}

#menu {
    margin: 0 17px;
    height: 55px;
    background: url(images/menu.jpg);
}

#menu ul {
    list-style: none;
    padding: 0 0 0 50px;
}

#menu ul li {
    float: left;
    display: block;
    padding: 0;
    height: 42px;
}

#menu ul li a {
    display: block;
    margin: 0;
    padding: 0 35px;
    font-weight: bold;
    font-size: 11px;
    line-height: 42px;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    color: #E0E0E0;
    background: url(images/menu.gif) repeat-x;
}

#menu ul li a:hover {
    text-decoration: none;
    color: White;
}

#middle {
    padding: 4px 37px 0 37px;
}

#sidebar {
    float: left;
    margin-bottom: 20px;
    padding-top: 11px;
    width: 273px;
}

#sidebar h3 {
    height: 57px;
    font-weight: normal;
    font-size: 16px;
    line-height: 42px;
    text-align: center;
    color: White;
    background: url(images/button.jpg) no-repeat top;
}

#sidebar ul {
    list-style: none;
    padding: 10px 0 0 10px;
    border-bottom: 1px solid #E7E5BF;
}

#sidebar ul li {
    margin: 0;
    padding: 0 0 12px 0;
    line-height: 20px;
}

#sidebar ul li a {
    display: block;
    margin: 0;
    padding: 0;
    font-weight: normal;
    text-decoration: underline;
    text-indent: 18px;
    color: #007531;
    background: url(images/arrow.gif) no-repeat top left;
}

#sidebar ul li a:hover {
    text-decoration: none;
}

#login {
    margin-bottom: 40px;
    height: 310px;
    background: url(images/loginbg.jpg) no-repeat;
}

#login h3 {
    height: 42px;
    font-weight: bold;
    font-size: 11px;
    line-height: 42px;
    text-transform: uppercase;
    color: #007531;
    background: none;
}

#login form {
    padding: 0 15px 15px 15px;
    text-align: center;
}

#login form label {
}

#login form label.label_left {
    display: block;
    padding-left: 45px;
    text-align: left;
}

#login form p {
    padding: 0;
    text-align: center;
}

#login form p a {
    font-weight: normal;
    color: #007531;
}

#login input.text, #login input.password {
    margin-bottom: 6px;
    padding: 5px 2px;
    width: 150px;
    font-size: 13px;
    color: #444;
    background: #F9F9D6;
    border: 1px solid #DDCAB9;
}

#login input.submit {
    margin: 15px 0;
    width: 75px;
}

#right {
    float: right;
    margin-bottom: 20px;
    width: 576px;
    border-bottom: 1px solid #E7E5BF;
}

#right h3 {
    font-weight: normal;
    font-size: 26px;
    line-height: 32px;
    text-indent: 50px;
    color: #AC1112;
}

#right h4 {
    padding-top: 10px;
    font-size: 11px;
    line-height: 15px;
    text-transform: uppercase;
    text-indent: 50px;
    color: #007531;
}

.box {
    padding: 25px 0 25px 31px;
    height: 1%;
    background: url(images/box.jpg) no-repeat;
}

.box2 {
    padding-top: 10px;
}

#lastbox {
    padding-bottom: 0;
}

#right img {
    padding: 3px;
    float: right;
    display: block;
    margin: 28px 0 5px 20px;
    border: 1px solid #E7E5BF;
}

#right ul {
    padding: 15px 0 15px 60px;
    list-style-type: circle;
}

#right ul li {
    padding: 0;
    text-align: justify;
}

#footer {
    clear: both;
    padding: 0 140px 0 37px;
    height: 139px;
    background: url(images/footer.jpg) no-repeat bottom;
}

#footer img {
    padding: 3px;
    border: 1px solid #E7E5BF;
    float: left;
    display: block;
    margin-right: 20px;
    border: 1px solid #E7E5BF;
}

#footer p {
    float: right;
    width: 460px;
    line-height: 30px;
    text-align: right;
}

#footer p.links a {
    padding: 0 8px;
    font-weight: normal;
}

#copy {
    position: absolute;
    bottom: 16px;
    right: 140px;
}