.background {
    background-color: #FFFFFF;
    margin: 15px 0px 70px 0px;
}
.main_content_box {
    background-color: #FFFFFF;
    border: 1px solid #d8e0b4;
}
.inner_box {
    background-color: #FFFFFF;
    border: 1px solid #cdcdcd;
    text-align:center;
}
.heading_1 {
    font-family: "Trebuchet MS";
    font-size: 25px;
    color: #FFFFFF;
    text-align: left;
}
.txt_field_face {
    background-color: #f5f9e3;
    border: 1px solid #9fa89e;
}
.txt_1 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #000000;
}
.txt_2 {
    font-family: Tahoma;
    font-size: 13px;
    color: #595959;
}
.link_1 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #ffa944;
}
.link_1 a {
    color: #ffa944;
}
.link_1 a:hover {
    color: #647983;
}
.heading_2 {
    font-family: "Trebuchet MS";
    font-size: 20px;
    color: #637882;
    text-transform: uppercase;
    font-weight: bold;
}
.horizontal_strip {
    background-color: #eff5d1;
    border: 1px solid #dbe1bc;
}
.footer_link {
    font-family: Tahoma;
    font-size: 13px;
    color: #ff8a00;
    text-align: center;
}
.footer_link a {
    color: #ff8a00;
    text-decoration: none;
}
.footer_link a:hover {
    color: #8d9ca3;
    text-decoration: underline;
}

.login {
    background-color: #f5f9e3;
    border: 5px solid #d8e0b4;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 20px;
    color: #637882;
    padding: 6px 10px 6px 10px;
    text-align: center;
    text-decoration: none;
}
.login a {
    color: #637882;
    text-decoration: none;
}
.login a:hover {
    color: #637882;
    text-decoration: none;
}
.join_us {
    background-color: #ffe88e;
    border: 5px solid #ffcc00;
    font-family: "Trebuchet MS";
    font-size: 18px;
    color: #637882;
    padding: 15px 10px 15px 10px;
    text-align: center;
    text-decoration: none;
}
.join_us a {
    color: #637882;
    text-decoration: none;
}
.join_us a:hover {
    color: #637882;
    text-decoration: none;
}
.motto
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #FF8120;

    text-align: center;
    text-decoration: none;
    font-weight:bold;
}


.txt_3 {
    font-family: Tahoma;
    font-size: 12px;
    color: #595959;
    text-align: left;
}

.txt_4 {
    font-family: Tahoma;
    font-size: 12px;
    color: #595959;
    background-image: url(images/bullet.jpg);
    background-repeat: no-repeat;
    background-position: 0px 5px;
    text-align: left;
    padding: 0px 0px 4px 15px;
}

