@import "common.css";

body{
	font-size:12px;
	color:#595959;
	margin:0;
	padding:0;
	position:relative;
	background-color: #bfbfbf;
}
body,td,th{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#595959;
	font-weight: normal;
}

form{margin:0px}

input,select{
	font-size:12px;
	color:#595959;
}
img{ 
	border:none;
}
form{
	padding:0;
	margin:0;
}
p{
	margin:0;
	padding:4px 0;
	text-indent: 0px;
}
a:link{
	text-decoration: none;
}
a:visited{
	text-decoration: none;
}
a:hover{
	text-decoration: none;
}
.clear{
	clear:both;
}
.container{
	margin:5px auto 0;
	width:969px;
	height:auto;
	background-image: url("body-bg.gif");
	background-repeat: repeat-y;
}
.header{
	height:80px;
	padding:20px 19px 0 21px;
	background-image: url("top-bg.gif");
	background-repeat: no-repeat;
	background-position: center top;
}
.link{
	float:right;
	padding:30px 25px 0 0;
}
.link a{
	color:#595959;
	text-decoration:none;
}
.logo{
	padding:25px 0 0 40px;
}
.mainbody{
	width:930px;
	height:auto;
	padding:0 18px 0 22px;
	background-image: url("body-bg.gif");
	background-repeat: repeat-y;	
}
.boxgroup1{
}
.nav{
	clear:both;
	position:relative;
	height: 29px;
	background-image: url("nav-bg.gif");
	background-repeat: repeat-x;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #d9d9d9;
	border-bottom-color: #044970;
}
.nav ul{
	margin:0;
	padding:0;
	list-style-type:none;
	text-align:center;
}
.nav ul li{
	display:block;
	float:left;
	margin:0;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #29abe2;
}
.nav ul li a{
	padding:8px 0 0px 0;
	width:105px;
	display:block;
	height:20px;
	color:#fff;
	text-align: center;
	font-size:14px;
}
.nav ul li a:hover{
	background-image: url("nav_active-bg.gif");
	background-repeat: repeat-x;
}
.nav ul li a.current{
	background-image: url("nav_active-bg.gif");
	background-repeat: repeat-x;
}
.nav ul li a:link, .nav ul li a:visited{

}

.footer{
	clear:both;
	color:#FFFFFF;
	background-image: url("bottom2-bg.gif");
	background-repeat: no-repeat;
	background-position: center top;
	padding:30px 0 10px 0;
	background-color: #bfbfbf;
	text-align:center;
}
.error{
	height:auto;
	margin:80px auto 150px;
	line-height:27px;
	font-size:14px;
	width:350px;
}
.error .title{
	color:#333;
	font-weight:bold;
	font-size:18px;
	margin-bottom:20px;
}
.error a{
	text-decoration: underline;
	color:#595959;
}
.error a:link, .error a:visited{
	text-decoration: underline;
	color:#595959;
}

/*page*/
.pages{height:30px;text-align:right;padding-top:10px;}
.pageinput{border:1px solid #999;width:40px;height:15px;}
.go{margin-bottom:-4px;}