body {
    font-family: 'Avenir Next', sans-serif;
    font-size: 14px;
}

.title {
    text-transform: uppercase;
    font-family: 'Avenir Next', sans-serif;
    font-size: 30px !important;
}

#logoMaxSize {
    max-height: 100px;
}

#signPageLine {
    display: block;
    height: 4px;
    border-radius: 2px;
    margin: 10px 0 60px 0;
    border-top: none;
}

.formdiv {
    margin: 25px 0 0 -125px;
    display: block;
    text-align: left;
}

#p1 {
    font-weight: normal;
    text-align: justify;
    margin: 20px 0;
}

#p1 span {
    display: block;
    margin-bottom: 10px;
}

.otherpage {
    margin: 90px 0 0;
    text-align: left;
}

.othersources {
    color: #000000;
    font-weight: bold;
}

.link {
    color: #000000;
    font-weight: normal;
}

/***************** indexpage ***********************/
#frame {
    background: #ffffff;
    margin: 0;
    padding: 0;
    text-align: center;
    width: 100%;
}

#contentWrapper {
    background: #ffffff;
    border: medium none;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 0;
    text-align: left;
    width: 750px;
}

#content {
    border-color: #bfbfbf;
    border-width: 1px;
    clear: both;
    height: 65%;
    min-height: 600px;
    padding: 0;
    text-align: left;
    width: 750px;
}

#indexiframe {
    min-height: 640px;
    width: 750px;
}

/************End of index page  ***************/
/********************REsult Page **************/
.maintable {
    border-color: #eaeaea;
    border-radius: 3px;
    border-width: 1px;
    width: 100%;
}

.heading {
    color: #000000;
    font-size: 20px;
    margin: 0 0 30px;
}

#description span {
    display: block;
    margin-bottom: 10px;
}

#description {
    margin: 50px 3px 0px 3px;
}

.footer {
    background-color: #e6e6e6;
    height: 60px;
}

.pull-right {
    float: right;
}

/*******************End of styles for Result page */
