html, body, p {
    padding: 0px;
    margin: 0px;
    width: 100%;
    height: 100%;
}
img {
    border: 0px;
}
a {
    font: 11px Verdana;
    color: #396D7A;
    text-decoration: underline;
}
a:hover {
    font: 11px Verdana;
    color: #8888FF;
    text-decoration: underline;
}
.clear {
    clear: both;
    font: 1px Tahoma;
    height: 1px;
}

body {
    background: #DE8701 url(../images/body_bg.gif) 50% 50% repeat-y;
}
#body-wrap1 {
    width: 100%;
    background: url(../images/body_bg_t.jpg) 50% 0% no-repeat;
}
#body-wrap2 {
    width: 100%;
    background: url(../images/body_bg_b.jpg) 50% 100% no-repeat;
    text-align: center;
    padding: 0px 0px 20px 0px;
}
#main_table {
    width: 970px;
    margin: 0px auto;
}
#col_left {
    width: 271px;
    vertical-align: top;
    text-align: left;
    padding: 154px 0px 0px 0px;
}
#col_middle {
    vertical-align: top;
    text-align: left;
}
#main_menu {
    padding: 0px 40px 0px 20px;
}
#main_menu a {
    display: block;
    height: 27px;
    font: bold 13px Tahoma;
    line-height: 25px;
    color: #FFFFFF;
    text-decoration: none;
}

#main_banner {
    width: 468px;
    height: 60px;
    background: #FFFFEE;
    margin: 16px 0px 0px 128px;
}
#main_content {
    width: 677px;
    margin: 17px 0px 0px 16px;
}
#main_content_table {
    width: 100%;
}
#main_content_top {
    width: 100%;
    height: 10px;
    background: url(../images/content_bg_t.gif) 0% 0% no-repeat;
}
#main_content_mid {
    width: 677px;
    height: 750px;
    vertical-align: top;
    background: url(../images/content_bg.gif) 0% 0% repeat-y;
}
#main_content_mid .content{
    margin: 0px 10px 0px 10px;
}
#main_content_bot {
    width: 100%;
    height: 10px;
    background: url(../images/content_bg_b.gif) 0% 0% no-repeat;
}

.text {
    font: 13px Tahoma;
}

input.input, textarea.input {
    width: 300px;
    font: 13px Tahoma;
}
select.input {
    width: 304px;
    font: 13px Tahoma;
}
.title {
    font: 18px Tahoma;
    color: #000000;
}