/* CSS Document */
body{
	margin:0px;
	background-image: url(bgbgbg.gif);
	background-repeat: repeat-x;
}

#container{
	width:837px;margin:10px auto;
}
#header{ width:837px; margin:0px;}
#banner{padding:0px 0 0 0px;}
#banner .bar{
width:837px;
height:40px;
background-color:#doe5f8;
}
#PageBody{
	width:837px;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
}
#Sidebar {
 width:235px; /*设定宽度*/
 text-align:left; /*文字左对齐*/
 float:left; /*浮动居左*/
 clear:left; /*不允许左侧存在浮动*/
 overflow:hidden; /*超出宽度部分隐藏*/

}
#MainBody {
 width:595px;
 text-align:left;
 float:right; /*浮动居右*/
 clear:right; /*不允许右侧存在浮动*/
 overflow:visible;

}
#LoginPage{
 width:640px;
 height:401px;
 margin:12px 0;
 background-color:#eaf3fc;}
#title{
margin-top:20px;
font-size:14px;
line-height:36px;
color:#01004c;
font-weight:bold;
border-bottom:2px solid #03468d;}
#table1{
 width:245px;
 height:254px;
 margin:45px 0;}
#tb1{
width:245px;
margin:0px;
}
#tb1 ul {list-style:none;margin:0px;text-decoration:none;}
/*添加了float:right使得菜单位于页面右侧*/
#tb1 ul li {
	text-decoration:none;
	text-align:left;
}
#tb1 ul li a:link,#menu1 ul li a:visited {color:#525252;text-decoration:underline;}
#tb1 ul li a:hover{}
#tb1 ul li .cow1{float:left;clear:left; width:80px; font-size:14px; color:#03468d; font-weight:bold; margin:0 auto;}
#tb1 ul li .cow2{float:right;clear:right; width:150px;margin:0;}
.row1{text-align:right; width:230px; font-size:12px; color:#b5b5b5;margin:0 auto; clear:both}

#btn{
margin-top:40px;}
.cow3{float:left;clear:left;margin:0 10px 10px 20px}
.cow4{float:right;clear:right;margin:0 20px 10px 10px}
#Footer{
	width:837px;
	margin:0 auto;
	height:80px;	
}
.style12{
font-size:14px;
color:#434343;
font-weight:bold;}
.style15{
font-size:14px;
color:#0465ce;
font-weight:bold;}

.style16{
font-size:12px;
color:#626262;
line-height:14px;}

.style17{
font-size:12px;
color:#03468d;
line-height:14px;}
.style18{
width:240px;
height:100px;
margin-top:10px;
}
.style19{
width:150px;
}
.style20 {
	font-size: 12px;
	line-height: 24px;
	color: #525252;
}

a:link,a:visited{ text-decoration:none;}
a:hover{ text-decoration:underline;}
