html {
    background:repeat-x url(images/bgr.png);
}
body {
    margin:0 auto;
    padding:0;
    width:992px;
    font-family:Verdana, Tahoma, sans-serif;
    font-size:12px;
}
a {
    text-decoration:underline;
    color:#4570a8;
}
img {
    border:0;
}
.clear {
    clear:both;
    height:0;
    line-height:0;
    font-size:0;
}
input.orange_button {
    margin:0;
    padding:0;
    height:18px;
    line-height:18px;
    padding:0 7px 0 7px;
    background:url(images/orange_button.png);
    color:#000;
    font-weight:bold;
    border:0;
    cursor:pointer;
}
.orange_button {
    height:18px;
    line-height:18px;
    padding:0 7px 0 7px;
    background:url(images/orange_button.png);
    color:#000;
    font-weight:bold;
    text-decoration:none;
    float:left;
}
.blue_button {
    height:18px;
    line-height:18px;
    padding:0 7px 0 7px;
    background:url(images/blue_button.png);
    color:#fff;
    font-weight:bold;
    text-decoration:none;
    float:left;
}
#headline {
    height:30px;
    line-height:30px;
    color:#436475;
    font-size:11px;
    text-align:center;
}
    #headline a {
        color:#436475;
    }
#header {
    height:80px;
    background:url(images/header_bgr.png);
    border-left:1px solid #84b7d0;
    border-right:1px solid #84b7d0;
}
#logo {
    float:left;
    padding:14px 0 0 55px;
}
    #logo strong a {
        color:#fff;
        font-size:20px;
        text-decoration:none;
        display:block;
        font-weight:normal;
    }
    #logo strong a span {
        color:#b1c7e4;
    }
    #logo small {
        color:#b1c7e4;
        font-size:11px;
        display:block;
        margin-top:15px;
    }
#header_navi {
    float:right;
    margin:10px 10px 0 0;
    padding:0;
    list-style-type:none;
}
    #header_navi li {
        display:inline;
    }
    #header_navi li a {
        text-decoration:none;
        color:#fff;
        float:left;
        margin-left:20px;
    }
    #header_navi li a img {
        float:left;
        margin:2px 10px 0 0;
    }
#navi {
    height:28px;
    background:url(images/navi_bgr.png);
    border-left:1px solid #84b7d0;
    border-right:1px solid #84b7d0;
}
    #navi ul {
        margin:0;
        padding:0;
        list-style-type:none;
        float:left;
    }
    #navi ul li {
        display:inline;
    }
    #navi ul li#home a {
        padding:0;
    }
    #navi ul li#home a img {
        display:block;
    }
    #navi ul li a {
        float:left;
        padding:0 22px 0 22px;
        line-height:28px;
        height:28px;
        display:block;
        text-decoration:none;
        font-family:Tahoma, Arial, sans-serif;
        background:no-repeat url(images/navi_sep.png);
        background-position:right;
        color:#000;
    }
    #navi ul li.open a {
        background:url(images/navi_hover.png);
        color:#fff;
    }
    #navi ul li.open a:hover {
        color:#fff;
    }
    #navi ul li a:hover {
        color:#587eac;
    }
#search_form {
    padding:0;
}
    #search_input {
        border:0;
        border-top:1px solid #558fd2;
        border-left:1px solid #edf3fa;
        border-right:1px solid #edf3fa;
        color:#b5b5b5;
        margin:4px 0 0 0;
        padding:2px;
        width:168px;
        float:right;
    }
    #search_submit {
        border:0;
        background:url(images/search.png);
        width:27px;
        height:28px;
        padding:0;
        margin:0;
        float:right;
        cursor:pointer;
        display:block;
    }
#sub_navi {
    background:#587eac;
    height:27px;
    line-height:27px;
    border-left:1px solid #84b7d0;
    border-right:1px solid #84b7d0;
    border-bottom:1px solid #6c8ab2;
}
    #sub_navi ul {
        margin:0 0 0 43px;
        padding:0;
        list-style-type:none;
    }
    #sub_navi ul li {
        display:inline;
    }
    #sub_navi ul li a {
        color:#dee5ee;
        height:27px;
        display:block;
        float:left;
        padding:0 17px 0 17px;
        text-decoration:none;
    }
    #sub_navi ul li a:hover, #sub_navi ul li.open a {
        color:#ffcc00;
    }
#middle {
    border-left:1px solid #eee;
    border-right:1px solid #eee;
    width:990px;
    background:#fff;
}
#sidebar_left {
    float:left;
    border-right:1px solid #eee;
    background:#fff;
    width:215px;
}
#side_navi {
    width:215px;
}
    #side_navi ul {
        list-style-type:none;
        padding:0;
        margin:0;
    }
    #side_navi ul li {
        background:url(images/side_navi.png);
    }
    #side_navi ul li a {
        text-decoration:none;
        display:block;
        height:21px;
        padding-left:15px;
        line-height:20px;
        color:#000;
    }
    #side_navi ul li ul li {
        background:url(images/sub_side_navi.png);
    }
    #side_navi ul li ul li a {
        background:no-repeat url(images/arrow.png);
        background-position:left center;
        padding-left:38px;
        color:#6e6e6e;
    }
    #side_navi ul li ul li.open a {
        background:no-repeat url(images/arrow_open.png);
        background-position:left center;
        font-weight:bold;
        color:#000;
    }
    #side_navi ul li ul li ul {
        background:repeat-x url(images/sub_sub_side_navi.png);
        background-color:#587eac;
    }
    #side_navi ul li ul li ul li {
        background:transparent;
    }
    #side_navi ul li ul li.open ul li a {
        padding-left:55px;
        background:no-repeat url(images/sub_arrow.png);
        background-position:left center;
        font-weight:normal;
        color:#fff;
        height:20px;
        line-height:20px;
    }
    #side_navi ul li ul li.open ul li a:hover, #side_navi ul li ul li.open ul li.open {
        padding-left:55px;
        background:no-repeat url(images/sub_arrow.png);
        background-position:left center;
        background-color:#95aec8;
        color:#fff;
        height:20px;
        line-height:20px;
    }
#register {
    border:1px solid #cecece;
    margin:10px auto;
    width:180px;
    background:#ededed;
}
    #register h2 {
        margin:0;
        padding:0 0 0 10px;
        background:#5c7fad;
        color:#fff;
        height:20px;
        line-height:20px;
        font-size:11px;
    }
    #register form {
        margin:0;
        padding:5px;
    }
    #register form input, #register form select {
        border:1px solid #9099a0;
        background:#fffffc;
        padding:2px;
        color:#6e6e6e;
    }
    #register_gender {
        width:69px;
        float:left;
        margin-right:2px;
    }
    #register form #register_name {
        width:93px;
        float:left;
        padding:3px 2px 3px 2px;
    }
    #register_email {
        margin-top:2px;
        width:164px;
    }
    #register_submit {
        text-align:center;
        margin-top:10px;
    }
    #register form #register_submit input {
        border:0;
        background:transparent;
        text-decoration:underline;
        color:#6e6e6e;
        cursor:pointer;
    }
#content {
    float:left;
    width:573px;
    border-right:1px solid #eee;
    background:#fff;
}
    #breadcumbs {
        height:20px;
        line-height:18px;
        background:repeat-x url(images/content_top.png);
        background-position:bottom;
        background-color:#fff;
        margin-top:1px;
        padding-left:20px;
        color:#b0b0b0;
        font-size:11px;
        border-bottom:2px solid #fff;
    }
    #breadcumbs .open {
        color:#587eac;
    }
    #content_middle {
        padding:10px;
    }
#large_content {
    width:774px;
    float:left;
}
.entry h1 {
    color:#576f97;
    font-size:19px;
    font-weight:normal;
    background:repeat-x url(images/content_heading.png);
    background-position:bottom;
    margin:0 0 15px 0;
    padding:0 0 5px 0;
}
.entry_intro {
    color:#5c7fad;
    font-weight:bold;
    font-size:12px;
    display:block;
    margin-bottom:15px;
}
.entry_content {
    color:#000;
    line-height:20px;
}
.image_right {
    float:right;
    padding:0 0 10px 10px;
    background:#fff;
}
    .image_right img {
        display:block;
    }
    .image_left {
        float:left;
        padding:0 10px 0 0;
        background:#fff;
    }
    .image_left img {
        display:block;
    }
    .image_caption {
        color:#8a8a8a;
        font-size:9px;
        border:1px dotted #cacaca;
        border-top:0;
        padding:2px;
    }
.table {
    border:1px dotted #b2bbc8;
    border-bottom:0;
    width:100%;
    margin-bottom:20px;
}
    .table tr.table_heading th {
        text-align:center;
        height:30px;
        vertical-align:middle;
        background:url(images/table_heading.png);
        border-bottom:1px dotted #b2bbc8;
        color:#000;
        font-size:12px;
        font-weight:bold;
        padding:0;
        margin:0;
    }
    .table tr th {
        background:#99abc2;
        color:#000;
        font-weight:normal;
        font-size:10px;
        line-height:13px;
        padding:5px 3px 5px 3px;
        border-bottom:1px dotted #b2bbc8;
        text-align:center;
    }
    .table tr td {
        background:#e5e5e5;
        color:#314f77;
        font-weight:normal;
        font-size:10px;
        line-height:13px;
        border-left:5px solid #fff;
        padding:2px 3px 2px 3px;
        border-bottom:1px dotted #b2bbc8;
        text-align:center;
    }
    .table tr td.table_first {
        padding-left:10px;
        border-left:0;
    }
#content_bottom {
    background:repeat-x url(images/content_bottom.png);
    background-color:#fbfbfb;
    padding:0 0 30px 10px;
}
    #content_bottom_right {
        float:right;
        text-align:right;
        margin-top:1px;
        width:95px;
    }
    #to_top {
        float:right;
    }
    #to_top img {
        display:block;
    }
    .content_bottom_block {
        float:left;
        width:125px;
        margin:0;
        padding:0 0 0 25px;
        list-style-image:url(images/content_bottom_arrow.png);
    }
    .content_bottom_block .content_bottom_block_heading {
        list-style-image:none;
        list-style-type:none;
        color:#314f77;
        font-weight:bold;
        height:22px;
        line-height:22px;
        font-size:12px;
    }
    .content_bottom_block li {
        line-height:20px;
        font-size:11px;
    }
    .content_bottom_block li a {
        color:#6e6e6e;
        text-decoration:none;
    }
#content_bottom_links {
    list-style-type:none;
    text-align:right;
    margin:0 15px 0 0;
    padding:0;
}
    #content_bottom_links li a {
        color:#6e6e6e;
        text-decoration:none;
        font-size:11px;
        line-height:20px;
    }
#sidebar_right {
    float:right;
    width:180px;
    padding:10px;
}
.box {
    border:1px solid #cecece;
    margin-bottom:10px;
}
    .box h2 {
        margin:0;
        padding:3px 5px 3px 10px;
        background:#5c7fad;
        color:#fff;
        line-height:16px;
        font-size:11px;
    }
    .box_links {
        height:40px;
        line-height:40px;
        background:url(images/box_links.png);
    }
    .box_links a {
        float:left;
        margin-left:15px;
        color:#5c7fad;
        text-decoration:underline;
        font-weight:bold;
        font-size:11px;
    }
    .box_links .orange_button {
        color:#000;
        margin-top:12px;
        text-decoration:none;
    }
.table2 {
    width:100%;
}
    .table2 tr th {
        color:#000;
        font-weight:normal;
        text-align:center;
        font-size:10px;
        border-bottom:1px dotted #b2bbc8;
        border-left:1px dotted #b2bbc8;
        height:20px;
    }
    .table2 tr td {
        color:#6e6e6e;
        height:20px;
        text-align:center;
        font-size:10px;
        border-bottom:1px dotted #b2bbc8;
        border-left:1px dotted #b2bbc8;
    }
    .table2 tr .table2_first {
        border-left:0;
    }
    .table2 tr td a {
        color:#6e6e6e;
    }
.table3 {
    width:100%;
}
    .table3 tr td {
        color:#6e6e6e;
        height:20px;
        font-size:11px;
        border-bottom:1px dotted #b2bbc8;
        padding-left:10px;
    }
    .table3 tr td a {
        color:#6e6e6e;
    }
    .table3 .plus {
        text-align:right;
        padding-right:10px;
        color:#198607;
    }
    .table3 .even {
        text-align:right;
        padding-right:10px;
        color:#d0af56;
    }
    .table3 .minus {
        text-align:right;
        padding-right:10px;
        color:#b5441d;
    }
#footer {
    height:58px;
    line-height:58px;
    color:#436475;
    background:url(images/footer.png);
    text-align:right;
    padding-right:20px;
}
    #footer a {
        color:#436475;
    }
