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

body{
background-color:#CCCCCC;
margin: 0px;
padding: 0px;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#000000;
}
#wraper{
background-color:#FFFFFF;
width: 960px;
margin:auto;
}

#header{
height: 71px;
border-bottom-color: #ff0000;
border-bottom-style: solid;
border-bottom-width: 1px;
}

.insidebd{
background-color:#FFFFFF;
border:solid;
border-width:1px;
border-color:#CCCCCC;
text-align:center;
vertical-align:middle;
}

#left{
background-color:#FFF;
width: 230px;
float:left;
clear:left;
margin-bottom: 10px;
}
#left #box{
background-color:#ffffff; width:210px;  height:auto;
margin:auto;
}
#left #box ul{width:100%; display:block; padding:0px 0 0 0px; margin:25px 0 0 0px;}
#left #box ul li{ display:block; height: 20px; background-color:#ffffff; border-bottom-color:#3bc8cd; border-bottom-style:solid; border-bottom-width:1px; margin: 5px 0 0 0; }
#left #box ul li a{color:#ff0000; text-decoration:none; }
#left #box ul li a:hover{color:#000000; text-decoration:none;}
#left #box .current{color:#000000; text-decoration:none; background-color:#ebfbfc}

#main{
background-color:#FFFFFF;
width: 720px;
float:right;
margin: 0 0 10px 0; 
}
#main #box{
background-color:#FFFFFF;
width: 97%;
margin: 10px 10px 15px 5px; 
float:left;
}
#main #box .title{
font-size:16px;
color: #3bc8cd;
font-weight:bold; display:block;
padding: 0 0 10px 0;
}
#main #box .title2{
font-size:13px;
color: #333;
height: 300px;
font-weight:bold; display:block;
padding: 0 0 10px 0;
}
#main #box p span{
font-size:13px;
color: #oooooo;
text-decoration:underline;
font-weight:bold; display:block;
padding: 0 0 0 0;
}
#main #box p {
font-size:12px;
color: #000000;
line-height: 15px;
display:block;
text-align:justify;
padding: 0 0 0 0;
padding: 0 0 0 0;
margin: 5px 0 10px 0;
}

a{
color:#000000;
text-decoration:underline;

}

a:hover{
color:#333;
text-decoration:underline;

}


#main #flash{
background-color:#FFFFFF;
width: 720px;
height: 210px;
}

#main #inside{
background-color:#FFFFFF;
width: 720px;
height: 140px;
}

#footer{
height: 45px;
clear: both;
background-image:url(../images/footer.gif);
background-repeat:repeat-x;
}
#footer p{
font-size:9px; color:#FF0000; text-align:right; padding-top: 20px; padding-right: 10px;
}
#footer p a{
font-size:9px; color:#FF0000; text-align:right; padding-top: 20px; padding-right: 10px;
}