/* CSS Document */


body {
font-family: Geneva, Arial, Helvetica, san-serif;
font-style : normal;
color : #333333;
background-image : url(images/bg.png);
padding : 30px;
}
#title {
width : 800px;
height : 100px;
background-image : url(images/title.png);
background-repeat : no-repeat;
padding-bottom : 5px;
}
#content {
padding : 0px 10px 10px 10px;
font-family : Geneva, Arial, Helvetica, san-serif;
font-size : 12px;
}
#left_box {
padding : 0 10px 0 20px;
width : 350px;
float : left;
}
#right_box {
padding : 0 10px 0 10px;
width : 370px;
float : left;
}
.a {
font-family : Geneva, Arial, Helvetica, san-serif;
font-size : 12px;
font-style : normal;
text-align : justify;
color : #333333;
line-height : 18px;
}
.h1 {
font-family : Geneva, Arial, Helvetica, san-serif;
font-size : 12px;
color : #333333;
line-height : 16px;
}
.li {
font-family : Geneva, Arial, Helvetica, san-serif;
font-size : 12px;
color : #333333;
line-height : 16px;
text-align:left;
}
.h2 {
font-family : Geneva, Arial, Helvetica, san-serif;
font-size : 12px;
color : #333333;
line-height : 15px;
text-align : left;
}
.quote {
width : 400px;
font-family : Geneva, Arial, Helvetica, san-serif;
font-size : 12px;
line-height : 16px;
font-weight : bold;
padding : 10px 10px 5px 5px;
float:right;
}
.info {
font-weight : bold;
color : #cc0000;
width : 390px;
}
.image {
float : left;
padding:5px 5px 5px 5px;
}
.navbar_box {
text-align : left;
font-size : 12px;
padding-left : 15px;
color : #3d8f63;
line-height : 11px;
font-weight : bold;
}
.navbar {
text-align : left;
font-size : 12px;
color : #3d8f63;
line-height : 11px;
font-weight : bold;
}
.navbaron {
font-size : 12px;
color : #cc0000;
line-height : 11px;
font-weight : bold;
}
.SloganStyle {
font-family : arial, times, new roman;
font-size : 18px;
font-style : normal;
font-weight : bold;
font-variant : normal;
text-transform : none;
color : #3d8f63;


}
.footer {
text-align : center;
font-size : 11px;
color : #ffffff;
line-height : 11px;
background-color : #3d8f63;
}