html{
overflow-x: hidden;
}

body{
margin:0px;
padding:0px;
font-family:Arial,Tahoma;
font-size:12px;
height:100%;
background-color:#447F4D;
}


#main_container{
width:100%;
background-color:#ffffff;
}

#left_container{
font-size:1px;
}

#middle_container{
width:1000px;
}

#right_container{
font-size:1px;
background-color:#d0d4b9;
}

#header{
width:1000px;
height:152px;
}

#logo{
float:left;
width:432px;
height:152px;
}

#contacts{
width:537px;
height:72px;
float:right;
background-image:url(images/header_right.jpg);
background-repeat: no-repeat;
text-align:right;
font-size:11px;
padding-top:30px;
padding-right:30px;
color:#ffffff;
}

#menu{
background-image:url(images/menubg.gif);
background-repeat: repeat-x;
height:27px;
width:567px;
float:right;
}

#menu ul{
margin: 0;
padding: 0;
}

#menu li{
list-style: none;
text-align:center;
float:left;
}

#menu li a{
text-align:center;
display:block;
color:#d1e56b;
text-decoration:none;
font-weight:bold;
padding-top:8px;
}


#menu li a:hover{
background-image:url(images/menubgo.gif);
text-align:center;
height:19px;
color:#ffffff;
text-decoration:none;
font-weight:bold;
}


#left_content{
padding-top:10px;
background-color:white;
text-align:center;
width:378px;
float:left;
}

#left_content ul {
    list-style:none;
	margin: 0;
        padding-left:20px;
	text-align:left;
}

#left_content a {
    color:#296A30;
}

#left_content h3 {
    text-align:left;
}

.left_links {
    padding-left: 50px;
    padding-top: 10px;
}

#right_content{
float:right;
padding-top:20px;
padding-bottom:40px;
padding-left:90px;
padding-right:30px;
width:500px;
background-image:url(images/grad1.gif);
background-repeat: repeat-y;
}

.title1{
color:#28652e;
font-size:18px;
font-weight:bold;
}

.title2 {
background-color:#28652e;
color:#ffffff;
padding-left:10px;
padding-right:10px;
padding-top:5px;
padding-bottom:5px;
margin-top:5px;
margin-bottom:5px;
font-size:14px;
font-weight:bold;
text-align:left;
}

.ccard {
background-color:#ffffff;
padding-left:2px;
padding-top:2px;
padding-bottom:2px;
margin:0px;
font-size:10px;
font-weight:italic;
text-align:left;
}

.text{
line-height:20px;
text-align:justify;
}

.text_silver {
    color:#666666;
}

.center {
    text-align:center;
}

.right {
    text-align: right;
}

.left {
    text-align: left;
}

h3 {
    color: #28652e;
}

h4 {
background-color:#28652e;
color:#ffffff;
padding-left:10px;
font-size:14px;
font-weight:bold;
}

a{
color:#28652e;
text-decoration:none;
}

#right_content ul {
list-style-image:images/nav.png;
list-style-position:outside;
        padding-left:20px;
}

#right_content a {
    color:#296A30;
}

#footer{
height:21px;
background-image:url(images/bg4.gif);
background-repeat: repeat-x;
color:#c8de6a;
font-size:11px;
padding-top:10px;
}

#footer a{
color:#c8de6a;
text-decoration:none;
}

#copyright{
float:left;
padding-left:20px;
}

#design{
float:right;
padding-right:20px;
}


.header_bg_left{
background-image:url(images/bg1.gif);
background-repeat: repeat-x;
}

.header_bg_right{
background-image:url(images/bg2.gif);
background-repeat: repeat-x;
}

.content_bg{
background-image:url(images/bg3.gif);
background-repeat: repeat-x;
background-color:#f9faf3;
}

.footer_bg{
background-image:url(images/bg4.gif);
background-repeat: repeat-x;
background-color:#f9faf3;
}