div.main { behavior: url(iepngfix.htc) }
body {
	background: url(site_back.png) repeat-x top center #69A3DA;
	color:black;
}
div.centertop{
	width:910px;
	background: url(site_top.jpg) no-repeat;
	height:305px;
}
div.main{
	width:910px;
	overflow:hidden;
	margin:auto;
	background: url(site_body.png) repeat-y;
}
div.copy{
	height:20px;
	padding-top:30px;
	_padding-top:35px;
	&padding-top:35px;
}
div.mainbottom{
	width:910px;
	height:35px;
	margin:auto;
	background: url(site_bottom.png) no-repeat;
}
div.left{
	width:220px;
	margin-left:5px;
	_margin-left:2px;
}
div.center{
	width:670px;
	margin-right:10px;
	_margin-right:5px;
}
div.boxtop{
	background: url(site_box_top.png) repeat;
	height:10px;
}
div.boxbottom{
	background: url(site_box_bottom.png) no-repeat top;
	height:30px;
}
div.boxbody{
	background: url(site_box_body.png) repeat-y;
}
div.boxbody#menu{
	overflow:visible;
}
div.text{
	padding:10px 15px 10px 15px;
}
div.menutext{
	padding:0px 7px 0px 7px ;
	font-size:14px;
}
div.end{
	height:0px;
	_padding-bottom:10px;
}
div.btext{
	margin:10px 10px 10px 10px ;
	padding-top:1px;
	font-size:12px;
	line-height:130%;
	overflow:hidden;
}
div#menu{
	width:210px;
	padding-left:2px;
}
#menu a{
	padding:5px;
	color:#333333;
	font-size:12px;
	font-weight:bold;
	background: #AABEEE;
	border-top: 1px solid #D5DFF7;
	border-left: 1px solid #D5DFF7;
	padding-left:15px;
}
#menu a:hover{
	color:#FFFFFF;
	text-decoration:none;
	background: #406FD9;
}
#menu ul{
	text-align:left;
	height:25px;
	margin-left:-1px;
	padding:0;
}
#menu h2{
	padding:0px;
	margin:0px;
	text-align:left;
	padding:1px;
	_margin-top:-2px;
}
#menu h2:hover{
}