@charset "utf-8";
/* CSS Document */

#topPanel{
  	width: 950px;
	*height:50px;
   	height:50px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#333333;
    float: left;
	margin-top:-18px;
	
}
.logo
{
width:200px;
float:left;

}
.topMenu{
	float: right;
	width: 730px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#333333;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
    padding-top: 10px;
    text-align: right;
}

 .topMenu ul{
	float: right;
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	margin: 0;
	padding: 0;

}
.topMenu ul li{
	float: right;
	*padding: 0 5px 0 5px;
	padding: 0 5px 0 5px;

}
.topMenu  a, .topMenu :visited
{
	font-size:12px;
	color:#333333;
	text-decoration: none;
}
.topMenu  a:hover
{
	color: #ff3300;
	text-decoration: none;
}
.menu{
    width:950px;
    height:65px;
	*height:65px;
    *padding-top: 10px;
    margin-top: 10px;
    *margin-top: 0px ;
    float: left;
}

.ftPanel{
	width: 950px;
  	*width: 950px;
  	float:left;
	font-family:Arial, Helvetica, sans-serif;
    text-align: center;
    font-size: 10px;
	color: #999999;
	background-color:#FFFFFF;
}
.mainForm{
  width:938px;
  *width:950px;
  overflow:hidden;
  background-color:#ffffff;
  margin-top: 120px ;
  *margin-top: 20px ;
  padding: 5px;
  *padding: 5px;

}
#mainContent{
  width:938px;
  *width:950px;
  overflow:hidden;
  background-color:#ffffff;
  margin-top: 100px ;
  *margin-top: 0px ;
  padding: 5px;
  *padding: 5px;
  border: #cccccc solid 1px;
  height: 100%;

}
.contentMain{
    float:right;
    width:690px;
    margin: 20px 10px 40px 10pxpx;
}

.contentBanner{
  float:left;
  width:938px;
  background: url(../images/bg_banner.gif) repeat-x;
  height: 130px;
  margin-top: 60px;
  *margin-top: 40px;
  text-align: center;
  padding-top: 0px;
  /*/*padding-top: 35px; */
  vertical-align: middle;
}
.contentLeft{
  float:left;
  width:230px;
  *width:230px;
}
.contentRight{
    float:right;
    width:700px;
    *width:700px;      
}
.contentRightMain{
    text-align: justify;
    padding: 10px;
    margin-left: 10px;
    *margin-left: 0px;
    float:left;
    width:440px;
    *width:460px;
}
.contentRightMain2{
    text-align: justify;
    padding: 10px;
    margin-left: 10px;
    *margin-left: 0px;
    float:right;
    width:670px;
    *width:690px;
}
.contentRightSub{
    float:right;
    width:230px;
    *width:230px;
    background-color: #cccccc;
    height:440px ;
    min-height:440px;
}




