body,html{
	background:url(site_back.png) #15406A repeat-x center top;
}
div.middle, div.bottomin{
	width:865px;
	overflow:hidden;
}
div.center{
	width:550px;
	overflow:hidden;
	margin-right:45px;
	_margin-right:22px;
}
div.left{
	width:240px;
	margin-left:20px;
	_margin-left:10px;
}
div.text{
	padding:18px 18px 8px 18px;
}
div.middle{
	background:url(site_body.png) repeat-y;
}
div.middlein{
	background:url(site_top.jpg) no-repeat;
	padding-top:275px;
}
div.bottomin{
	background:url(site_bottom.png) no-repeat;
	height:75px;
}
div.bottom{
}
/*    Boxy    */
div.boxtop{
	font-weight:bold;
	color:#15406A;
	text-align:left;
	font-size:15px;
	padding:6px 5px 14px 17px;
	background:url(site_box_top.png) no-repeat bottom;
}
div.boxbottom{
	background:url(site_box_bottom.png) no-repeat;
	height:10px;
}
div.boxbody{
	padding:3px 15px 0px 15px;
	background:url(site_box_body.png) repeat-y;
}
div.box{
	margin:15px 0 10px 0;
}
/*    Menu   */ 
div#menu{
	width:795px;
	position:absolute;
	top:241px;
	margin-left:15px;
}
#menu a{
	padding:7px 6px 6px 6px;
	color:#1A1A1A;
	font-size:12px;
	font-weight:bold;
	cursor:pointer;
	text-align:center;
	text-decoration:none;
}
#menu a:hover{
	color:#15406A;
	text-decoration:none;
	background:#fff;
}
#menu ul{
	padding:0;
	background:none;
}
#menu ul:hover{
	background:#fff;
}
#menu ul:hover a{
	color:#15406A;
}
#menu ul:hover ul.sub a{
	color:#1A1A1A;
}
#menu h2{
	padding:0px;
	margin:0px;
}
#menu ul.sub{
	margin:0;
	padding:0;
	white-space:normal;
	width:160px;
	height:15px;
	background:none;
}
#menu ul.sub a{
	background:#ECECEC;
	text-align:left;
	padding:3px;
	padding-left:10px;
	border:1px solid #fff;
	border-top:none;
}
#menu ul.sub a:hover{
	background:#fff;
	margin:0px;
	text-align:left;
	color:#15406A !important;
}
