/*xmnext 20060903*/

*{
	font-family: Arial, Helvetica, sans-serif;
}
body{
		margin: 0;
		padding: 0;
	background:#D5D5D5;		
	font-size: 13px;
}

#contain{
	text-align: center;
}
#box{
	background: #fff;
	border-right: solid 1px #969696;
		border-left: solid 1px #969696;
				border-bottom: solid 1px #969696;
	width: 746px !important ;
		width:748px;
		text-align: left;
		margin: 0 auto 0 auto;
}
#header{
	background: url(images/headerbg.gif) repeat-x 0 0;
	height: 97px;
}
#header .logo{
	background: url(images/logo.gif) no-repeat;
	height: 80px;
	width:200px;
	float: left;
	margin-left: 10px;
}
#header .headerlink{
	float: right;
	margin: 60px 10px 0 0

}
#header .headerlink a{
font-size:12px;
	color: #000;
	text-decoration: none;
}
#header .headerlink a:hover{
	text-decoration: underline;
}
.ad{
	border-top:solid 1px #CFCFCF;
		border-bottom:solid 1px #CFCFCF;
}
#middle .menu{
	float: left;
	width: 130px;
}
#middle .menu ul{
	margin: 0;
	padding: 0;
	
}
#middle .menu li{
	margin: 0;
	padding: 0;
	list-style: none;
}
#middle .menu a{
	display: block;
	height: 31px;
	line-height: 31px;
	text-decoration: none;
	color: #000;
	background:#F6F6F6 url(images/bullet1.gif) no-repeat 0 50%;
	padding-left:35px; 
	border-bottom:solid 1px #CFCFCF;
	
}
#middle .menu a:hover{
	background:#fff url(images/bullet2.gif) no-repeat 0 50%;
	line-height: 31px;
	font-weight: bold;
	color: #C80404;
}
#middle .menu .active{
		background:#fff url(images/bullet2.gif) no-repeat 0 50%;
	line-height: 31px;
	font-weight: bold;
	color: #C80404;
display: block;
	height: 31px;
	border-bottom:solid 1px #CFCFCF;
}
#middle .content{
	float: left;
	width: 555px !important ; 
	width: 616px;
	padding: 20px 30px 20px 30px;
	border-left:solid 1px #CFCFCF;
	
}
#middle .content h1{
		font-size:18px;
		margin-bottom: 0px;
}
#middle .content h2{
	font-size: 13px;
	padding: 0;
	margin: 20px 0 0px 0 ;
	color: #C80404;
}
#middle .content p{
	padding: 0;
	margin: 0;
	line-height: 20px;
}
.clear{
	clear: both;
}
.line{
	background: url(images/line.gif) repeat-x 0 50%;
	height: 10px;
}
#footer{
	margin-top: 15px;
	height:100px;}



