@charset "utf-8";
.cleancss {
    clear: both;
}

body {
    margin: 0;
    padding: 0;
    background-color: #FFFFFF;
}

#center {
    text-align: center;
    margin-top: 15px;
}

#right {
    text-align: right;
    margin-bottom: 15px;
}


#container {
    min-height: calc(100vh - 58px);
    width: 975px;
    margin-right: auto;
    margin-left: auto;
}

#top {
    overflow: auto;
    height: 78px;
    width: 975px;
}

#topmenu {
    float: right;
    margin-top: 40px;
    margin-right: 10px;
}

#topmenu a {
    color: #010101;
    text-decoration: none;
    font-size: 12px;
    padding-left: 15px;
    background-position: 0 3px;
    padding-right: 15px;
}

#topmenu a:hover {
    color: #000000;
    position: relative;
    top: 1px;
    left: 1px;
}

#logo {
    padding-top: 10px;
    padding-left: 20px;
}

#flash {
    background-image: url(./images/bg.jpg);
    background-repeat: repeat-x;
    background-position: top, center;
    text-align: center;
    width: 975px;
}

#flash a {
    color: #010101;
    text-decoration: none;
    font-size: 16px;
    font-weight: bold;
    background-repeat: no-repeat;
    padding-left: 8px;
    background-position: 0 3px;
    padding-right: 15px;
}

#flash a:hover {
    color: #FF6;
    position: relative;
    top: 1px;
    left: 1px;
}

#main {
    overflow: auto;
    /*background-image: url(./images/main_bg.gif);
    background-repeat: no-repeat;
    background-position: top, center;*/
    margin-top: 2px;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
    width: 935px;
}

#news_left {
    width: 250px;
    font-size: 13px;
}

#news_right {
    float: right;
    width: 650px;
    margin-top: 12px;
    text-decoration: none;
    font-size: 13px;
}

#news_right a {
    color: #E75C14;
    text-decoration: none;
}

#news_right a:hover {
    color: #AD0A0F;
    text-decoration: none;
}

#left_menu {
    margin-top: 3px;
    background-image: url(./images/left_menu_bg.gif);
    background-repeat: no-repeat;
    width: 220px;
    padding-top: 12px;
}

#left_menu a {
    color: #000000;
    text-decoration: none;
    font-size: 13px;
}

#left_menu a:hover {
    color: #AD0A0F;
    text-decoration: none;
}

#left_menu ul {
    padding: 0;
    margin-right: 5px;
    margin-bottom: 10px;
    margin-left: 5px;
    margin-top: 0;
}

#left_menu li {
    color: #333333;
    list-style: none;
    padding-left: 22px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 13px;
    padding-bottom: 4px;
    padding-top: 4px;
}

#main_right {
    float: right;
    width: 700px;
    margin-top: 12px;
    text-decoration: none;
    font-size: 13px;
}

#main_right h1 {
    font-weight: bold;
    color: #2c5a94;
    font-size: 13px;
}

#main_right h2 {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    color: #c97b19;
}

#main_right a {
    color: #6f6f6f;
    text-decoration: none;
    font-size: 13px;
}

#main_right a:hover {
    color: #6f6f6f;
    text-decoration: underline;
}

#content {
    border: #CCC;
    border-left-style: solid;
    border-right-style: solid;
    border-width: thin;
    margin-top: 15px;
    padding-left: 10px;
    padding-right: 10px;
}

hr {
    margin-left: 0;
}

.th1 {
    white-space: nowrap;
    border-bottom: 1px solid rgb(208, 220, 224);
}

.td1 {
    white-space: nowrap;
    border-bottom: 1px solid rgb(208, 220, 224);
}

#footer {
    background-color: #003;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #CCCCCC;
    line-height: 18px;
    text-align: right;
    margin-top: 10px;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-right: 100px;
}
