﻿*
{
    border-width: 0px;
    padding: 0;
    margin: 0;
}

html {
     overflow: -moz-scrollbars-vertical;
}

body
{
    background-color: #C0C0C0;
    margin: 0px;
    border: 0px;
    top: 0px;
    left: 0px;
}
li
{
    padding-bottom: 10px;
}
ul
{
    list-style-type: circle;
    padding-left: 30px;
    padding-bottom: 15px;
}

#content
{
    margin: 0px auto;
    width: 910px;
    min-height: 616px;
    background-color: #ffffff;
    background-image: none;
}

#zone1
{
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center top;
    border-style: none;
    border-color: inherit;
    border-width: 0px;
    margin-left: 20px;
    margin-right: 20px;
    width: 600px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10pt;
    color: #000066;
    font-weight: bold;
    min-height: 430px;
}
.innerheader
{
    font-size: 14pt;
}

h1, h2, h3, h4, h5, h6
{
    padding-top: 5px;
    padding-bottom: 10px;
}
h1
{
    text-align: center;
    font-size: 22pt;
}


#banner
{
    background-image: url( '../../Image/BDTC-Banner_01.jpg' );
    background-repeat: no-repeat;
    padding: 0px;
    margin: 0px;
    border-width: 0px;
    height: 144px;
    width: 910px;
}

#copyright
{
    width: 910px;
    margin: 0 auto;
    border-left: 0;
    border-right: 0;
    border-top: 2px solid #800000;
    border-bottom: 0;
    background-color: #FFFFFF;
    font-size: 8pt;
    font-family: Tahoma;
    text-align: center;
    padding-top: 3px;
    padding-bottom: 3px;
}

.btn
{
    border: 2px #808080 outset;
    background-color: Silver;
}
.warn
{
    color: #ff0000;
}
