﻿body {
    text-align: center;
}

.topSlide {
    background-color: #019DDD;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3) inset;
    color: #FFFFFF;
    text-transform: uppercase;
    height: 40px;
}

.wrapper {
    background: url(../Image/back3.jpg) no-repeat;
    width: 1024px;
    display: inline-block;
    height: auto;
    min-height: 1400px;
    margin: 0 auto;
    background-color: #e0e0e0;
}



.rightContent {
    width: 750px;
    float: right;
    min-height: 750px;
    height: auto;
    margin-top: 50px;
}

    .rightContent h1 {
        font: bold 18px arial;
        display: block;
        text-align: center;
        color: #019ddd;
    }


.description {
    height: auto;
    min-height: 900px;height: auto;
    font: normal 14px arial;
    padding-right: 3px;
    line-height: 20px;
    text-align: justify;
    direction: ltr;
    width: 97%;
}

    .description b, strong, em {
        font: bold 16px arial;
    }

    .description ul li {
        list-style: disc !important;
    }

    .description table tr td {
        border: solid 2px #454446;
        text-align: center !important;
    }

.slideLeft {
    float: left;
    width: 250px;
    min-height: 700px;
    height: auto;
    margin-top: 54px;
}

    .slideLeft img {
        width: 200px;
        height: 200px;
        border-radius: 3px;
        border: solid 1px #019ddd;
        margin-left: 25px;
        margin-bottom: 30px;
    }


    .slideLeft p {
        font: bold 15px tahoma;
        color: #019ddd;
        text-align: center;
    }

    .slideLeft hr {
        width: 90%;
        color: #e1e1e1;
    }

    .slideLeft ul {
        margin-top: 10px;text-align: left;
    }

        .slideLeft ul li {
        
           width: 100px;
            margin: 15px 25px;
            font: normal 14px tahoma;
            list-style: url(../Image/bullet_blue.png);
        }

    .slideLeft a:visited, a:link {
        text-decoration: none;
        color: black;
    }

    .slideLeft a:hover, a:active {
        text-decoration: none;
        color: #019ddd;
    }

.slider {
    text-align: center;
    width: 100%;
    height: auto;
    min-height: 240px;
}
