/* 
Description:
    CSS for home and extended pages
*/

.searchbtn {
    text-decoration: none;
}

.searchbox{
    width: 110px;
    background-color: #ffffff;
    color: #164472;
    font-size: 11px;
    font-family: arial,helvetica,sans-serif;
    border: 1px #000000 solid;
    padding: 1px;
}


DIV {text-align: left; font-family: arial,helvetica,sans-serif;}

DIV.main {
    position: relative;
    margin-top: 0px;
    width: 900px;
    margin-left: auto;
    margin-right: auto;
    background: #FFFFFF;
}

DIV.left_box {
    text-align: left;
    padding-left: 20px;
    padding-right: 15px;
}

DIV.botbox {
    width: 250px;
    height: 275px;
    border: 1px solid #164472;
    margin-top: 0px;
    margin-bottom: 0px;
    text-align: center;
    padding-top: 14px;
    vertical-align: top;
    background: #D1DDEF;
}

DIV.bottext {
    color: #000000;
    width: 215px;
    margin-top: 6px;
    line-height: 1.3em;
    font-size: 8pt;
    text-align: left;
    padding-left: 6px;
}

.body_txt {
    font-size: 12px;
    font-weight: normal;
    color: #444444;
    margin-top: 0px;
    margin-bottom: 5px;
    padding-left: 15px;
    padding-right: 15px;
}

.header_txt {
    font-size: 15px;
    font-weight: bold;
    color: #164472;
    margin-top: 14px;
    margin-bottom: 7px;
    padding-left: 15px;
    padding-right: 15px;
}

.redhead {
    font-size: 9pt;
    font-weight: bold;
    color: #841C18;
}

.bluehead {
    font-size: 8pt;
    font-weight: bold;
    color: #164472;
}

.box_txt {
    font-size: 8pt;
    font-weight: normal;
    color: #000000;
    margin-top: 5px;
    margin-bottom: 0px;
}

.point_head {
    font-size: 13px;
    font-weight: bold;
    color: #000000;
    margin-top: 10px;
    margin-bottom: 5px;
    margin-left: 15px;
    margin-right: 15px;
}

.point {
    font-size: 12px;
    font-weight: normal;
    color: #444444;
    margin-top: 0px;
    margin-bottom: 5px;
    margin-left: 25px;
    margin-right: 15px;
}

UL.list_box {
    margin-top: 5px;
    margin-right: 15px;
}

LI.list_text {
    font-size: 12px;
    font-weight: normal;
    color: #444444;
    margin-bottom: 8px;
}

A.footer {font-size: 7pt; font-weight: normal; color: #000000; text-decoration: none;}

A.navbut {font-size: 8pt; font-weight: normal; color: #FFFFFF; 
    font-family: arial,helvetica,sans-serif; text-decoration: none;}
A.pagelink:link {font-size: 12px; font-weight: normal; color: #006DAF; font-family: arial,helvetica,sans-serif; text-decoration: underline;}
A.pagelink:active {font-size: 12px; font-weight: bold; color: #3394CF; font-family: arial,helvetica,sans-serif; text-decoration: none;}
A.pagelink:visited {font-size: 12px; font-weight: normal; color: #006DAF; font-family: arial,helvetica,sans-serif; text-decoration: underline;}
A.pagelink:hover {font-size: 12px; font-weight: bold; color: #3394CF; font-family: arial,helvetica,sans-serif; text-decoration: none;}
