﻿body {
    background: #fff;
    font-family: Tahoma;
    font-size: 14px;
    margin: 0px;
    padding: 0px;
    overflow: auto;
}

p {
    margin-bottom: 5px;
    line-height: 21px;
}

h1 {
    font-size: 21px;
    color: #F06730;
    margin-bottom: 12px;
    margin-top: 0px;
}

.site {
    width: 100%;
}

    .site .header {
        background: url("/Error/Images/bg-top.png") left top repeat-x;
        margin: 0 auto;
        width: 1024px;
        height: 141px;
    }

        .site .header .menu {
            float: left;
            font-size: 14px;
            width: 100%;
            padding-top: 10px;
            height: 30px;
            border-bottom: 1px #d4d4d4 solid;
        }

        .site .header .menu {
            background-image: url("/Error/Images/bg-menu.png");
            background-repeat: repeat-x;
        }

        .site .header .logo .spanLogo {
            background-image: url("/Error/Images/logo-ntd.png");
            background-repeat: no-repeat;
            width: 446px;
            height: 100px;
            margin: 0;
            padding: 0;
            display: inline-block;
        }

        .site .header .menu .left .breadcrump {
            display: inline-block;
            padding-left: 15px;
            height: 30px;
            font-size: 14px;
            font-weight: 600;
            line-height: 19px;
            color: #003B64 !important;
            text-decoration: none;
        }

            .site .header .menu .left .breadcrump a {
                color: #003B64 !important;
            }

    .site .content {
        margin: 0 auto;
        width: 1024px;
        overflow: hidden;
    }

        .site .content .leftmenu {
            margin-top: 30px;
            width: 200px;
            float: left;
        }

        .site .content .body {
            font-size: 14px;
            margin-left: 30px;
            margin-top: 30px;
            width: 794px;
            float: left;
            overflow: hidden;
        }

        .site .content .bodycenter .centrecontent {
            width: 500px;
            margin: 0 auto;
        }

        .site .content .body a {
            color: #222020;
        }

            .site .content .body a:hover {
                color: #003B64;
                text-decoration: none;
            }

            .site .content .body a.disabled:hover {
                color: inherit;
            }

        .site .content .bodycenter a {
            text-decoration: none;
        }

            .site .content .bodycenter a:hover {
                color: #003B64;
            }

    .site .footer {
        margin: 0 auto;
        margin-top: 40px;
        margin-bottom: 30px;
        width: 1024px;
        text-align: center;
        font-size: 11px;
    }

        .site .footer .bottom {
            height: 100px;
            position: relative;
            border-top: solid 1px #e5e5e5;
            background: #fff;
        }

            .site .footer .bottom p {
                position: absolute;
                text-align: center;
                width: 100%;
                bottom: 30px;
                margin: 0px;
            }
