﻿body {
    font-family: Verdana;
    background: #fff;
}

#head {
    width: 1100px;
    margin: 0 auto;
    height: 121px;
    text-align: left;
    box-shadow: 0px 0px 15px 0px #084B5E;
    background: #fff;
    /*border-bottom: solid 2px #084B5E;
    border-top: solid 2px #084B5E;
    border-left: solid 2px #084B5E;
    border-right: solid 2px #084B5E;*/
    border: solid 2px #084B5E;
}

#lhead {
    width: 1100px;
    margin: 0 auto;
    height: 60px;
    border-bottom: solid 2px #084B5E;
    text-align: left;
    box-shadow: 0px 0px 15px 0px #084B5E;
    background: #fff;
}

#login {
    margin: 0 auto;
    height: 200px;
    width: 300px;
    margin-top: 150px;
    border-bottom: solid 2px #084B5E;
    box-shadow: 0px 0px 15px 0px #084B5E;
}

.tbl {
    width: 100%;
}

.tbll {
    border: solid 1px #084B5E;
    width: 100%;
}

.tblhead {
    background: #084B5E;
    height: 28px;
    font-weight: bold;
    text-align: center;
    color: #fff;
}

.tbllhead {
    background: #ff6600;
    height: 25px;
    font-weight: normal;
    text-align: center;
    color: #fff;
}

.txt {
    height: 30px;
    width: 200px;
    border: solid 1px #084B5E;
    box-shadow: 0px 0px 0px 0px #084B5E;
}

    .txt:focus {
        border-bottom: solid 2px #084B5E;
        box-shadow: 0px 0px 10px 0px #084B5E;
    }

.txt1 {
    height: 25px;
    width: 180px;
    border: solid 1px #084B5E;
    box-shadow: 0px 0px 0px 0px #084B5E;
}

    .txt1:focus {
        height: 25px;
        width: 180px;
        border-bottom: solid 2px #084B5E;
        box-shadow: 0px 0px 10px 0px #084B5E;
    }

.lbl {
    text-align: right;
    color: #333;
}

.btn {
    background: #084B5E;
    height: 30px;
    color: #fff;
    font-weight: bold;
    border: solid 1px #084B5E;
}

    .btn:hover {
        border: solid 1px #084B5E;
        background: #084B5E;
        height: 30px;
        color: #fff;
        font-weight: bold;
        transition: background-color .4s ease;
        cursor: pointer;
    }

.btn1:hover {
    background: #084B5E;
    height: 30px;
    color: #fff;
    font-weight: bold;
    border: solid 1px #084B5E;
}

.btn1 {
    border: solid 1px #084B5E;
    background: #084B5E;
    height: 30px;
    color: #fff;
    font-weight: bold;
    transition: background-color 1s ease;
    cursor: pointer;
}

#main {
    width: 1100px;
    margin: 0 auto;
    /*height: 440px;*/
    height: 438px;
    border-bottom: solid 2px #084B5E;
    box-shadow: 0px 0px 15px 0px #084B5E;
    background: #fff;
    border-top: solid 2px #084B5E;
    border-left: solid 2px #084B5E;
    border-right: solid 2px #084B5E;
}

#menu {
    /*width: 255px;*/
    width: 259px;
    /*height: 438px;*/
    height: 438px;
    float: left;
    /*margin-top: 0px;*/
    margin-top: -1px;
    border-right: solid 2px #084B5E;
    background: #fff;
}
/*#cnt
{
    width:841px;
    height:438px;
    float:left;
      margin-top:0px;
    margin-left:0px; background:#fff;
    }*/
#cnt {
    width: 837px;
    height: 437px;
    float: left;
    margin-top: 0px;
    margin-left: 0px;
    background: #fff;
}

#mnu {
    width: 840px;
    height: 30px;
    padding: 4px;
    margin-top: 0px;
    background: #FFF0DD;
    border-bottom: solid 1px #084B5E;
}
/*#cnt1
    { width:841px;
    height:auto;
   border: solid 0px #084B5E;
      margin-top:0px;
      margin-left:0px;
     background:#fff;
        
        }*/

#cnt1 {
    width: 837px;
    height: auto;
    /*border: solid 3px #084B5E;*/
    margin-top: 24px;
    margin-left: 0px;
    background: #fff;
    border-bottom: solid 2px #084B5E;
    border-top: solid 2px #084B5E;
    border-left: solid 0px #084B5E;
    border-right: solid 2px #084B5E;
}



#footer {
    width: 1100px;
    margin: 0 auto;
    height: 22px;
    border-bottom: solid 2px #084B5E;
    text-align: center;
    font-size: 12px;
    font-weight: bold;
    box-shadow: 0px 0px 15px 0px #084B5E;
    background: #084B5E;
    /*background: #fff;*/
    border-top: solid 2px #084B5E;
    border-left: solid 2px #084B5E;
    border-right: solid 2px #084B5E;
}

.lnk {
    color: Green;
}

    .lnk:hover {
        color: #ff6600;
    }

#slide {
    width: 838px;
    height: 410px;
    border: solid 0px red;
}
