/* CSS Document */

body {
    background: url('../images/bg.gif') repeat-x top;
    margin: auto;
    padding: 0px;
    text-align: center;
    font-family: Arial;
    font-size: 11px;
    color: #444444;
    line-height: 14px;
    width: 834px;
}

a {
    color: #305979;
    text-decoration: underline;
}

a:hover {
    color: #cf100c;
    text-decoration: underline;
}

a.link_red {
    color: #cf100c;
    text-decoration: none;
}

a.link_red:hover {
    color: #cf100c;
    text-decoration: none;
}

.headerPart {
    display: block;
    float: left;
    width: 834px;
    height: 262px;
}

.headerPart .top {
    display: block;
    float: left;
    width: 834px;
    height: 178px;
    
}

.headerPart .top .logo {
    display: block;
    float: left;
    width: 250px;
    height: 100px;
    text-align: left;
    padding: 78px 0px 0px 30px;
}

.headerPart .top .gfx {
    display: block;
    float: left;
    width: 554px;
    height: 178px;
    text-align: right;
}

.headerPart .top .gfx img {
    
}


.headerPart .mainmenu {
    display: block;
    float: left;
    width: 834px;
    height: 84px;
    /*background-color: #ff0000;*/
    background: url('../images/mainmenu_bg.gif') no-repeat top;
    text-align: left;
    padding-left: 5px;
}

.headerPart .mainmenu .topmenu {
    display: block;
    float: left;
    width: 654px;
    height: 35px;
    padding-top: 18px;
}

.headerPart .mainmenu .topmenu a {
    color: #ffffff;
    font-size: 12px;
    text-decoration: none;
    padding: 0px 20px;
}

.headerPart .mainmenu .searcher {
    display: block;
    float: left;
    width: 165px;
    height: 38px;
    padding-top: 15px;
    padding-left: 15px;
}

.headerPart .mainmenu .bottommenu {
    display: block;
    float: left;
    width: 814px;
    height: 31px;
    padding-left: 20px;
}

.headerPart .mainmenu .bottommenu a {
    color: #305979;
    font-size: 11px;
    text-decoration: none;
    margin: 0px 0px 0px 0px;
}

.headerPart .mainmenu .bottommenu a:hover {
    color: #d7332f;
    font-size: 11px;
    text-decoration: underline;
    margin: 0px 0px 0px 0px;
}

    
.mainPart {
    display: block;
    float: left;
    width: 834px;
    margin-top: 15px;
}

.mainPart .leftColumn {
    display: block;
    float: left;
    width: 205px;
}

.mainPart .centerColumn {
    display: block;
    float: left;
    width: 388px;
    padding: 0px 18px;
    text-align: justify;
}


.mainPart .rightColumn {
    display: block;
    float: left;
    width: 205px;
}

.footerPart {
    display: block;
    float: left;
    width: 834px;
    height: 40px;
}

.footerPart .copyright {
    display: block;
    float: left;
    width: 414px;
    text-align: left;
    padding-left: 10px;
}

.footerPart .madeby {
    display: block;
    float: left;
    width: 400px;
    text-align: right;
    padding-right: 10px;
}

.box {
    display: block;
    width: 205px;
    text-align: left;
}

.box .top {
    display: block;
    width: 175px;
    height: 34px;
    background: url('../images/box_top.gif');
    font-family: Arial Black;
    font-size: 15px;
    color: #6289a8;
    padding: 15px 15px 0px 15px;
}

.box .content {
    display: block;
    width: 175px;
    background: url('../images/box_bg.gif');
    padding: 0px 15px;
}

.box .content p {
    display: inline;
}

.box .bottom {
    display: block;
    width: 205px;
    height: 16px;
    background: url('../images/box_bottom.gif');
}

.line {
    display: block;
    height: 1px;
    background-color: #dcdcdc;
    border: 0px;
    overflow: hidden;
    margin: 8px 0px;
}

.dot_line {
    display: block;
    height: 1px;
    border: 0px;
    overflow: hidden;
    margin: 8px 0px;
    background: url('../images/dot_line.gif');
}

ul.menu {
    padding: 0px;
    margin: 0px;
}

ul.menu li {
    padding: 6px 0px 6px 22px;
    margin: 0px 0px 0px 0px;
    list-style: none;
    background: url('../images/menu_arrow.gif') no-repeat left;
    border-top: 1px solid #dcdcdc;
}

ul.menu a {
    color: #305979;
    text-decoration: none;
}

ul.menu a:hover {
    color: #305979;
    text-decoration: underline;
}

.bold {
    font-weight: bold;
}

.align_right {
    text-align: right;
}

.align_justify {
    text-align: justify;
}

.header {
    font-family: Arial Black;
    font-size: 18px;
    color: #6289a8;
}

.search_input {
    width: 130px;
    border: 1px solid #bababa;
    font-size: 11px;
    padding: 2px;
}

.blue {
    color: #315a7a;
}

.mini {
    font-size: 10px;
}

ul li {
    list-style-type: square;
}

.code {
    display: block;
    background-color: #efefef;
    border: 1px solid #dddddd;
    padding: 5px;
    color: #b30000;
}

.error {
    display: block;
    border: 1px solid #8d0b0b;
    padding: 10px;
    background-color: #f6cdcd;
    text-align: left;
}

.msg {
    display: block;
    border: 1px solid #244661;
    padding: 10px;
    background-color: #d6e7f4;
    text-align: left;
}

table.form td.form_element {
    text-align: left;
}

table.form td.label {
    text-align: left;
    font-weight: bold;
}

input.form {
    width: 370px;
    padding: 2px;
    border: 1px solid #aaaaaa;
}

textarea.form {
    width: 370px;
    height: 130px;
    padding: 2px;
    border: 1px solid #aaaaaa;
}

.button {
    background-color: #6289a8;
    border: 0px solid #000000;
    color: #ffffff;
    padding: 3px 6px;
}

hr {
    background-color: #aaaaaa;
    border: 0px;
    overflow: hidden;
    height: 1px;
}






