html, body {
    margin: 0px;
}

body,td {
    font-size: 13px;
    font-family: Verdana, Tahoma;
}

select,input, textarea {
    font-size: 13px;
    font-family: Verdana, Tahoma;
}

#header_main {
/*    color: #0D0B93;*/
/*    background-color: #446D8C;*/
    width: 100%;
    height: 70px;
}

#header_search {
    color: #0D0B93;
    background-color: #DEE3E7;
    width: 100%;
    height: auto;
    padding-left: 10px;
}


#logo_text {
    text-align: center;
    font-size: 26px;
    font-weight: bold;
    padding-top: 10px;
    text-decoration: none;
    vertical-align: middle;

}

#logo_text.a,  logo_text.a.hover   {
    color: black;
}

#logo_text_search {
    text-align: left;
    font-size: 26px;
    font-weight: bold;
    margin: 20px 40px 20px 20px;
    float: left;

}

/*
a.nolink,a.nolink:visited  {
    text-decoration: none;
    color: #3E61A9;
}
*/
A { color: #0e0d8f; text-decoration: none;}
A:ACTIVE { color: #0e0d8f;  text-decoration: none;}
A:VISITED { color: #0e0d8f; text-decoration: none;}
A:HOVER { color: #454585; text-decoration: underline;}



#body_main {
    width: 100%;
    height: 400px;
    /*text-align: center;*/
    margin: auto 20% auto 35%;
}


#search_box {


    margin-top: 55px;
    width: 100%;
    height: 200px;

}

#search_box_results {
    padding-top: 35px;
    padding-bottom: 2px;
    width: 100%;
    text-align: left;
}

#links {
    font-size: 16px;
    font-weight: bold;
    color : #0E0E8A;
    margin-bottom: 5px;
}

#footer {
    padding-top: 30px;
    color: #FFFFFF;

}

#search_results {
    padding-left: 15px;
    padding-top: 15px;
}

.search_res {
    padding-top: 10px;
}

.listingbullet {
    float:left;
    width: 20px;
}

.pages {

    text-align: center;
    padding-top: 10px;
    color: #000000;
}

.listing {
    margin-left: 40px;
    width:50em;
}
