html, body {
    margin: 0;
    font-family: "Lucida Sans", "Lucida Sans Unicode", sans-serif;
    font-size: 11px;
    padding: 0;
}

img {
    border: 0;
}

h3 {
    margin-top: 18px;
    margin-bottom: 4px;
    font-size: 13px;
}

h2 {
    margin-top: 22px;
    margin-bottom: 4px;
}

p {
    line-height: 140%;
    margin: 5px 0;
}

a {
    color: #09f;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

ul{
    list-style:inside;
    margin-left:0;
    padding-left:0;
}

body {
}

#container {
    width: 900px;
    margin: 0 auto;
    min-height: 400px;
    position: relative;
    margin-top: 10px;
}

#right {
    position: absolute;
    top: 0;
    right: 0;
    width: 250px;
}

#newsHighlight {
    background: url("/images/right.bg.png");
    border-top: 5px solid #99cc33;
    border-bottom: 5px solid #99cc33;
    padding: 7px 15px;
    margin-top: 25px;
}

#newsHighlight .date {
    font-size: 11px;
    color: #690;
}

#newsHighlight .title {
    font-size: 12px;
    font-weight: bold;
    color: #690;
}

#newsHighlight .title a {
    color: #690;
    text-decoration: none;
}

#newsHighlight .summary {
    font-size: 11px;
    line-height: 130%;
    color: #666;
    padding-top: 5px;
}

#menu, #menu li {
    list-style: none;
    margin: 0;
    padding: 0;
    list-style-position: outside;

}

#menu {
    padding-top: 10px;
}

#menu li {
    background: url("/images/arrowSG.png") no-repeat 0 13px;
    padding: 8px 0 0 25px;
    color: #09f;
    font-weight: bold;
    font-size: 18px;
}

.anews {
    width: 575px;
    margin-left: 45px;
    border-top: 5px solid #09f;
    padding-top: 10px;
    padding-bottom: 20px;
}


.anews .date {
    font-size: 12px;
    color: #690;
}

.anews  .title {
    font-size: 18px;
    font-weight: bold;
    line-height: 140%;
    padding: 5px 0;
    color: #09f;
    margin-left: -45px;
    padding-left: 45px;
    background: url("/images/arrowBG.png") no-repeat 0 3px;

}

.anews .title a {
    color: #09f;
    text-decoration: none;
}

.anews .summary, .anews .text {
    font-size: 12px;
    color: #666;
    line-height: 130%;
}

.archive {
    width: 575px;
    margin-left: 45px;
    border-top: 5px solid #09f;
    padding-top: 10px;
    padding-bottom: 20px;
}

.archive .title{
    font-size:16px;
    text-align:right;
    color: #09f;
    font-weight: bold;
}

#top {
    background: white url("/images/top.bg.png") repeat-x;
    height: 175px;
}

#logo {
    width: 900px;
    margin: 0 auto;
    display: block;

}

#foot {
    background: url("/images/foot.bg.png") repeat-x;
    height: 128px;
}

#footin {
    width: 853px;
    margin: 0 auto;
    padding-top: 9px;
    padding-left: 47px;
    color: #09f;

}

#foot_links ul.left, #foot_links ul.left li {
    list-style: none;
    margin: 0;
    padding: 0;
    list-style-position: outside;

}

#foot_links ul.left li {
    background: url("/images/arrowSSG.png") no-repeat 0 3px;
    padding-left: 13px;
    padding-right: 25px;
    font-size: 12px;
    font-weight: bold;
    display: inline;
    line-height: 100%;
}

#foot_links .left {
    float: left;
}

#foot_links .right {
    float: right;
}

#foot_links:after {
    clear: both;
}

#partners {
    display: block;
    margin-top: 40px;
}

h2, h2 a {
    color: #9c3;
    font-size: 14px;
    padding: 0;
    text-decoration: none;
}

.lang{
    color: #9c3;
    font-size: 12px;
    width: 575px;
    margin-left: 45px;
    padding-bottom: 10px;
}