@charset "utf-8";
/* CSS Document */

/* CSS Document */


body{ margin:0; background-color:#00552d; }

Table{ margin-left:auto; margin-right:auto}

H1{ font-family: "Trebuchet MS"; font-size:13px; color:#000099; border: solid 1px #00552c; padding:5px; background-color: #DADDFE; margin:0px 0px 5px 0px}
H2{ font-family: "Trebuchet MS"; font-size:13px; color:#000099; border-bottom: solid 1px #00552c; padding:5px;}

/* ---------------------scroll bar----------------- */
HTML{
 scrollbar-3d-light-color:#00552d;
 scrollbar-arrow-color:#999999;
 scrollbar-base-color:#00552d;
 scrollbar-darkshadow-color:#00552d;
 scrollbar-face-color:#011d11;
 scrollbar-highlight-color:#00552d;
 scrollbar-shadow-color:#999999;
}
/* ---------------------layout----------------- */
.banner{ width:795px; height: 166px; background-image:url(../images/header.jpg); background-repeat:no-repeat}
.navigation{ width:795px; height: 56px;}
.center{ width:795px; height: 500px; background-image: url(../images/center.jpg); background-repeat: repeat-y}
.footer{ width:795px; height: 64px; background-image: url(../images/footer.jpg); background-repeat:no-repeat; text-align:center}
.footer a{ font-family: arial; font-size:10px; color:#999999; text-decoration:none}
.footer a:hover{ text-decoration:none; color:#FFFFFF;}
.inner{ width:770px;}
.left-cell{ width:189px; padding:4px;}
.right-cell{ width:100%; padding:4px;}
.left_images{ border: solid 1px #000000; margin-bottom:5px}

.limage { float:left; margin:10px; border: solid 1px #000000} 
.rimage { float:right; margin:10px; border: solid 1px #000000} 


.content{font-family: "Trebuchet MS"; font-size:13px; color:#666666; text-align:justify; display: block; border: solid 1px #00552c; padding:5px; line-height:21px;}
