body {
    margin: 0px;
    padding: 0px;
}

.cental {
    text-align: center;
}

.central {
    text-align: center;
    width: 100%;
    background-color: #84BD00;
    color: white;
}

h4 {
    color: #84BD00;
}

.ubtn {
    display: block;
    margin: auto;
    width: 30%;
    padding: 10px;
    font-size: 20px;
    font-weight: bold;
    text-decoration: none;
    background-color: #84BD00;
    color: #FFF;
    border-radius: 15px;
}

a {
    text-decoration: none;
    color: #85b200;
}

    a:hover {
        text-decoration: none;
        color: #85b200;
    }

#footer {
    background: #2D526E;
    /*padding: 15px;*/
    color: #FFF;
    width: 100%;
}

#top-inner {
    padding-top: 10px;
    padding-bottom: 10px;
}

.logo {
    width: 180px;
    float: right;
    padding: 10px;
}

.logoo {
    width: 180px;
    float: left;
    padding: 10px;
}

.logo img {
    max-width: 100%;
}

.nopad {
    padding-left: 0px;
    padding-right: 0px;
}

.nopadLeft {
    padding-left: 0px;
}

.nopadRight {
    padding-right: 0px;
}

#barstrip {
}

.in1 {
    padding: 5px 20px 20px 100px;
    background: #84BD00;
    color: #000;
    font-size: 20px;
    font-weight: bold;
    height: 40px;
}

.in2 {
    padding: 10px 10px 20px 20px;
    background: #425563;
    color: #FFF;
    font-size: 14px;
    font-weight: lighter;
    height: 40px;
}

.bbann {
    padding-top: 40px;
}

.rad {
    width: 80%;
    margin: auto;
    padding-top: 60px;
    padding-bottom: 30px;
}

    .rad input {
        width: 20px;
        height: 20px;
    }

    .rad ul {
        margin: 0px;
        padding: 0px;
    }

        .rad ul li {
            list-style: none;
            display: block;
            width: 50%;
            float: left;
            text-align: center;
        }

            .rad ul li img {
                margin: auto;
            }

.uimg {
    padding-top: 40px;
    padding-bottom: 40px;
}
