/* CSS Document */
body {
 padding:0px;
 margin:0px;
 font-family:"arial";
 font-size:14px;
 background:#eeeeee;
}
.main_1{
position:relative;
left:20px;
width:760px;
background:#ffffff;
}
.main {
position:relative;
width:760px;
}
.logo {
position:relative;
width:100%;
height:100px;
}
.logo_left {
 float:left;
 width:300px;
}
.logo_right {
float:left;
width:445px;
}
.logo_right_top {
position:relative;
height:70px;
left:5px;

}
.logo_right_bottom {
position:relative;
height:25%;
left:5px;
}
.logo_right_bottom a{
text-decoration:none;
color:#6c746a;
font-weight:bold;
}
.heading_1 {
font-family:arial;
font-size:14px;
font-weight:bold;
color:green;
}
.left {
float:left;
width:150px;
padding:1px 0 0 5px;
font-size:0.8em;
background:none;
}
.left ul {
padding:1px 0 0 5px;
margin:1px 0 0 5px;
line-height:15px;
}
.left a , .left a:hover{
text-decoration:none;
color:#6c746a;
font-weight:bold;
}
.left a:hover{
color:blue; 
}
.right {
float:right;
width:580px;
}
.right_top {
position:relative;
}
.right_bottom {
position:relative;
}
.row_box {
position:relative;
font-family:"arial";
font-size:1em;
width:100%;
}
.row_left {
float:left;
width:34%;
}
.row_right {
float:right;
width:65%;
}
.footer {
position:relative;
height:1.5em;
background-image:url("/images/footer_bg.jpg");
background-repeat:repeat-x;
color:#1d4224;
font-weight:bold;
font-size:0.7em;
text-align:center;
}
.spacer {
clear:both;
}
.center {
text-align:center;
}
