@charset "utf-8";
body {
    padding: 0;
    margin: 0;
    border: none;
    font-family: "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif;
}
body {
    background:#d6d2d2 url(/gfx/bg.png) repeat-x;
    font-size: 10pt;
    color:#3e720b;
    line-height:12pt;
    margin: 0px;
    padding: 0px;
}

a {
    color: #8cad06;
}

ul, ol {
    margin-left: 20px;
}

h1, h2, h3 {
    margin-top: 10px;
    margin-bottom: 10px;
    text-decoration: none;
    line-height: 120%;
}

h1 {
    font-size: 22px;
}

h2 {
    font-size: 18px;
}

h3 {
    font-size: 16px;
}

img {
    border: 0px;
}

.invisible {
    display: none;
}

.noborder
{
    border-width: 0px;
}

.error
{
    color: red;
    border-color: red;
}

div.float-left {
    float: left;
}

div.float-right {
    float: right;
}

.right {
    text-align: right;
}

.left {
    text-align: left
}

.center {
    text-align: center;
}

td.top {
	vertical-align: top;	
}

td.middle {
	vertical-align: middle;
}

td.bottom {
	vertical-align: bottom;
}

.clear {
    clear: both;
}

.container {
    margin:0 auto;
    width:900px;
    border:solid 1px #FFFFFF;
    background:#fbfbfb;
}
.leftSide {
    float:left;
    width:253px;
    background-image: url(/gfx/shadow_right.png);
    background-position: top right;
    background-repeat: repeat-y;
}
.menuBg {
    background:url(/gfx/bg_menu.png) repeat-x #5da61c;
    width:230px;
    padding:20px 5px 20px 15px;
}
.menuBgBottom {
    background:url(/gfx/bg_menu_bottom.png) repeat-x;
    height:15px;
    width:250px;
}
.rightSide {
    float:left;
    width:645px;
}
.topTitle {
    float:left;
    height:80px;
    width:320px;
    padding-top:35px;
    padding-left:65px;
}
.topLogo {
    float:left;
    height:113px;
    width:110px;
    padding:2px 0 0 70px;
}
.orangeBelt {
    background:url(/gfx/orange_belt.png) repeat-x;
    height:19px;
    width:647px;
}
.titles {
    font-size:22px;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-bottom: 10px;
}
.txt {
    text-align:justify;
    margin:15px 0;
}
.content {
    padding:20px 30px 10px 30px;
}
.hr {
    border-bottom:solid 1px #d8d3d3;
    margin:20px auto;
}
.news {
    margin-top:15px;
}
.lista {
    list-style: url(/gfx/list_img.png) outside;
    list-style: none;
    margin: 2px;
}
.menu {
    /*background:url(/gfx/list_menu.gif) left no-repeat;*/
    background-image: url(/gfx/list_menu.png);
    background-position: left top;
    background-repeat: no-repeat;
    padding-left:25px;
    margin-top:15px;
    color:#FFFFFF;
    font-size:14px;
    font-weight:bold;
}
.menu a {
    text-decoration:none;
    color:#FFFFFF;
}
    
.menu a:hover {
    color: #dfd;
}

.newsletter-box {
    color: white;
    margin-top: 20px;
}

.hrFooter {
    background:url(/gfx/hr_footer.png) repeat-x;
    height:4px;
}
.menuBottom{
    float:left;
    background:url(/gfx/btn_bg.png) repeat-x;
    height:14px;
    
    margin:3px 1px auto 1px;
    padding:10px;
}
.ico{
    margin:4px;
    vertical-align:middle;
}
.menuBottomLink{
    font-weight:bold;
    color:#FFFFFF;
    text-decoration:none;
}
.footer {
    background:url(/gfx/footer_bg.png) repeat-x;
    height:45px;
}
.copyright {
    float:left;
    color:#9d8c8c;
    font-size:11px;
    width:200px;
    margin-left:5px;
}
.footerRegistry {
    float:right;
    color:#9d8c8c;
    font-size:11px;
    width:300px;
    text-align:right;
    margin-right:5px;
}
.footerLink {
    text-decoration:none;
    color:#9d8c8c;
    font-size:11px;
}
.clear {
    clear:both;
}

ul.sitemap {
    margin: 5px;
    padding: 0px;
}

ul.sitemap li {
    list-style-position: outside;
    margin: 0px 0px 0px 10px;
    padding: 0px;
}

