@charset "utf-8";
/* CSS Document */
body {
	margin-top: 0px;
	background-color:#484848;
}
a:hover {color:#ffffff;}
a:visited {color:#ffffff;}
#bodycenter
{
	width:980px;
	margin-left:auto;
	margin-right:auto;
	margin-top:auto;
	margin-bottom:auto;
	background-color:#FFFFFF;
}

#banner
{
background-image:url(../images/ban.gif);
height:93px;
}
#nav
{
background-color:#1d7099;

color:#FFFFFF;
font-size:14px;
font-weight:bold;
padding-top:8px;
padding-bottom:8px;
padding-left:30px;

}
#leftct
{
float:left;
width:280px;
background-color:#163c69;

}
#leftbg
{

width:280px;
background-image:url(../images/leftbg.gif);

}

#rightct
{
float:right;
width:660px;
background-image:url(../images/mainbg.gif);
height:430px;
}
#folderTree
{
color:#FFFFFF;
}
#foot
{
width:980px;
text-align:center;
float:left;
background-color:#ececec;
padding-top:20px;
padding-bottom:20px;
font-size:12px;
color:#666666;
}

