html {
    margin: 0px;
    background-color: #fff;    
}

body {
    margin-left:0px;
    margin-right:0px;
    margin-top:10px;
    text-align: center;
}

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: #446D8C;
    width: 100%;
    height: 110px;
    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;
    padding-top: 10px;

}

/*
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;*/
/*    margin: auto 20% auto 35%;*/
}


#search_box {


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

}


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

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

}


#search_header {
    font-size: 24px;
    font-weight: bold;
    color : #0E0D8F;
    padding-top: 20px;
    padding-bottom: 10px;

}