body {
    background-color: #ffffff;
    color: #000000;
    text-align: center;
    margin: 0px;
}

body, td, input, textarea {
    font-family: Arial, sans-serif;
    font-size: 16px;
}

form {
    margin: 0px;
}

.txtInp {
    background-color: #ffffff;
    background-image: url(../images/bgr_txt_inp.png);
    background-repeat: repeat-x;
    color: #000000;
    border: 1px solid #c0c0c0;
}

.btn {
    background-color: #f6f6f6;
    background-image: url(../images/bgr_btn.png);
    color: #000000;
    border: 1px solid #cccccc;
    font-weight: bold;
    height: 22px;
}

a {
    background-color: inherit;
    color: #2a478d;
    text-decoration: underline;
}

a:hover {
    background-color: inherit;
    color: #db262e;
    text-decoration: underline;
}

#container {
    margin: auto;
    width: 900px;
    text-align: left;
}

#header {
    height: 151px;
}

#left {
    float: left;
    width: 180px;
}

#middle {
    float: left;
    width: 545px;
    line-height: 17px;
}

#middle .inner {
    padding: 0px 25px;
}

#right {
    float: left;
    width: 170px;
}

#footer {
    clear: both;
}

#footer .inner {
    padding: 20px 0px 20px 0px;
}

#langs {
    text-align: right;
}

#langs .inner {
    padding: 0px 10px 0px 10px;
}

#search {
    text-align: right;
    position: relative;
    width: 200px;
    left: 690px;
    top: 90px;
}

#menu ul {
    list-style-type: none;
    padding: 0px;
    margin: 0px;
}

#menu li {
    width: 180px;
    margin: 0px;
    padding: 0px;
}

#menu a, #menu .parent {
    background-color: #feaf5e;
    color: #333333;
    cursor: pointer;
    font-weight: bold;
    line-height: 16px;
    display: block;
    margin: 0px 0px;
    padding: 4px 3px 4px 10px;
    border-top: 0px;
    border-right: 0px;
    border-bottom: 1px solid #ffffff;
    border-left: 0px;
    text-decoration: none;
    width: 167px;
}

* html #menu a, *html #menu .parent {
    width: 100%;
}

#menu a:hover, #menu .parent:hover {
    background-color: #d8494b;
    color: #ffffff;
    font-weight: bold;
    line-height: 16px;
    display: block;
    text-decoration: none;
}

#menu ul ul a {
    background-color: #feecda;
    color: #333333;
    margin: 0px;
    border-top: 0px;
    border-right: 0px;
    border-bottom: 1px solid #feecda;
    border-left: 0px;
    font-weight: normal;
}

#menu ul ul a:hover {
    background-color: #ffc7c0;
    color: #d8494b;
    margin: 0px;
    border-top: 0px;
    border-right: 0px;
    border-bottom: 1px solid #feecda;
    border-left: 0px;
    font-weight: normal;
}

#menu .active {
    background-color: #ced3e1;
    color: #333333;
    font-weight: bold;
    line-height: 16px;
    display: block;
    margin: 0px 0px;
    padding: 4px 3px 4px 10px;
    border-top: 0px;
    border-right: 0px;
    border-bottom: 1px solid #ffffff;
    border-left: 0px;
    text-decoration: none;
}

#menu .subActive {
    background-color: #beac9a;
    color: #333333;
    line-height: 16px;
    padding: 4px 3px 4px 10px;
    margin: 0px;
    border-top: 0px;
    border-right: 0px;
    border-bottom: 1px solid #feecda;
    border-left: 0px;
    font-weight: normal;
}

.banner {
    margin: 15px 0px;
    text-align: center;
}

.centered {
    text-align: center;
}

.sideBox {
    border: 1px solid #fe9d38;
    padding: 5px;
    font-size: 11px;
    text-align: left;
    border-radius: 3px;
}

.pollQuestion {
    font-weight: bold;
    text-align: left;
    margin: 10px 0px;
}

.boxButtons, .boxCaptcha {
    text-align: center;
    margin: 10px 0px;
}

#middle h1 {
    background-color: inherit;
    color: #213c82;
    font-size: 16px;
}

#middle h1.first {
    margin-top: 0px;
}

#middle h2 {
    background-color: inherit;
    color: #e2630e;
    font-size: 14px;
}

#middle a {
    background-color: inherit;
    color: #2a478d;
    text-decoration: underline;
}

#middle a:hover {
    background-color: inherit;
    color: #db262e;
    text-decoration: underline;
}

.dotted {
    background-image: url(../images/bgr_dotted.png);
    background-repeat: repeat-x;
    height: 2px;
    margin: 20px 0px 10px 0px;
    clear: both;
}

.title {
    font-weight: bold;
    margin: 0px 0px 10px 0px;
}

.content {
    text-align: justify;
    line-height: 17px;
}

.attachments {
    margin: 10px 0px 10px 0px;
}

#footerLine {
    background-image: url(../images/bgr_footer.png);
    background-repeat: repeat-x;
    color: inherit;
    height: 40px;
}

#copyrights {
    background-color: inherit;
    color: #636360;
    text-align: center;
    font-size: 11px;
    margin: 10px 0px;
}

#copyrights a {
    background-color: inherit;
    color: #636360;
    text-decoration: none;
}

#copyrights a:hover {
    background-color: inherit;
    color: #636360;
    text-decoration: underline;
}

.error {
   background-color: inherit;
   color: #eb131c;
   font-weight: bold;
}

.success {
   background-color: inherit;
   color: #213c82;
   font-weight: bold;
}

.newsBlock {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;

    -moz-border-radius-bottomleft: 0px;
    -webkit-border-bottom-left-radius: 0px;
    -khtml-border-bottom-left-radius: 0px;
    border-bottom-left-radius: 0px;

    -moz-border-radius-bottomright: 0px;
    -webkit-border-bottom-right-radius: 0px;
    -khtml-border-bottom-right-radius: 0px;
    border-bottom-right-radius: 0px;
    
    text-align: center;
    background-color: #fe9d38;
    color: white;
    font-weight: bold;
    width: 180px;
}

.itemDate {
    color: #777777;
    font-family: Arial, sans-serif;
    font-size: 11px;
    margin-bottom: 7px;
}

#menubar {
    position: relative;
    background-color: #feaf5e;
    background-color: #fedebe;
    margin-bottom: 15px;
    border-radius: 3px;
}