/*******************************************************************************/
body {
	background-image:url(bg1.jpg);
	background-repeat: repeat;
	background-position: center;
	margin: 0px;
	background-color: #000;
	text-align: center;
}

/*普通链接*/
a{
    font-family: Verdana, "宋体", sans-serif;
    font-size: 12px;
    font-weight: normal;
}
a:link{	
    color:#000000; 
    text-decoration: none;
}
a:visited{
    color:#000000;
    text-decoration: none;
}
a:hover{
    color:#090;
    text-decoration: none;
}
    a:active{
    color:#090;	
    text-decoration: none;
}

/*白色链接*/
a.white {
    font-family: Verdana, "宋体", sans-serif;
    font-size: 12px;
    font-weight: normal;
    line-height: 24px;
    text-decoration: none;
}
a.white:link{
    color:#00FF99; 
}
a.white:visited{
    color:#00FF99;
}
a.white:hover{
    color:#FF6600;
}

/*导航文字链接*/
a.menu {
    width:120px;
    font-family: Verdana, "隶书", "隶体", sans-serif;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	padding: 5px 5px 5px 15px;
}
a.menu:link{
    color:#fff;
}
a.menu:visited{
    color:#eee;
}
a.menu:hover{
    color: #FF0000;
    background-color: #FFFFCC;
	filter: Alpha(Opacity=60);
	border-top: #fff 1px solid;
	border-left: #fff 1px solid;
	border-right: #999 1px solid;
	border-bottom: #999 1px solid;	
}

/***************forms***************************/
input {
	font-size: 12px;
	border: 1px solid #CCCCCC;
	background-color: #F9F9F9;
	vertical-align: middle;
	height : 18px;
	color: #666666;
}
textarea {
	font-size: 12px;
	border: 1px solid #CCCCCC;
	background-color: #F9F9F9;
	vertical-align: middle;
	color: #666666;
}
select {
	font-size: 12px;
	height: 20px;
	background-color: #F9F9F9;
	vertical-align: middle;
}
/* 单选框样式定义 */
.radio { 
        border: none;
        background-color: FBF3EC;
} 
.radiocolor { 
        border: none;
        background-color: FBF3EC;
} 
/* 按钮样式定义 */
.button { font-size: 12px; height: 22px; } 
/*******************************************************************/

/*页面头部文字和尾部版权信息背景以及颜色样式*/
.head{
    width: 800px;
	height: 100px;
}
.logo{
    width:100%;
    text-align:left;
	padding:3px;
        font-family: Verdana, "华文新魏", sans-serif;
        font-size: 42px;
        padding-top: 15px;
        color: #fff;
        font-weight: bold;
}

.mainbody{
    width: 800px;
	height: 500px;
	background-image:url(home.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	background-color: #003399;
	text-align: center;
	padding: 3px;
	border: #ccc solid 10px;
}

.mainbg{
    width: 780px;
	height: 500px;
	margin-top: -500px;
	padding: 3px;
}

.main{
    width: 600px;
	height: 300px;
	margin: 0px;
	text-align: center;
}

.leftcolum{
    float:left;
    text-align:left;
	padding-left:2px;
	padding-right:2px;}
.rightcolum{
    width: 200px;
	float: right;
	text-align:left;
	margin: 50px 30px;
}

.clear {
    clear:both;
}

.break {
	height:100px;
}
/*导航菜单*/
.menus {
    width:150px;
	height:30px;	
	color: #fff;
	padding: 5px 5px 5px 15px;

}

/*尾页栏样式*/
.footbg{
    margin:20px;
    width: 600px;
	height: 50px;
}

 /*版权信息样式*/
.copyright {
	font-size: 9px;
	line-height: 25px;
	height: 20px;
	width: 100%;
	text-align: center;
}