body,html{
	font-family:Comic Sans MS, Arial, Helvetica, sans-serif;
	font-size:13px;
	line-height:150%;
	color:#444444;
}
body{
	background:url(site_back_bottom.png) repeat-x #85bdec center bottom;
}
div.middle, div.bottomin{
	width:1000px;
}
div.center{
	width:540px;
	overflow:auto;
}
div.left{
	margin-left:48px;
	_margin-left:24px;
	padding:1px;
	margin-right:0px;
}
div.leftholder{
	width:770px;
}
div.right{
	width:203px;
	margin-right:18px;
	margin-top:0px;
	_margin-right:9px;
	padding:1px;
}
div.text{
	margin:0px 5px 10px 5px;
	padding:12px;
}
div.middle{
	background:url(site_body.png) repeat-y;
}
div.middlein{
	background:url(site_top.jpg) no-repeat;
	padding-top:265px;
}
div.bottomin{
	background:url(site_bottom.png) no-repeat;
	height:130px;
}
/*    Boxy    */
div.boxtop, div.boxbody, div.boxbottom{
	padding:0;
	margin:0;
}
div.boxtop{
	background:url(site_box_top.png) no-repeat left bottom;
	padding:8px;
	color:#3178e1;
	padding-top:14px;
	padding-bottom:5px;
	font-size:13px;
	font-weight:bold;
	text-align:center;
}
div.boxbody{
	padding:5px 11px 0px 11px;
}
div.boxbottom{
	background:url(site_box_bottom.png) no-repeat bottom;
	height:24px;
}
div.menubottom{
	background:url(site_menu_bottom.jpg) no-repeat 0px 4px;
	height:43px;
}
div.box{
	background:url(site_box_body.png) repeat-y;
	width:172px;
	margin-bottom:10px;
}
div.noback{
	background:none;
}
div.nopadd{
	padding:0px;
}
/*    Menu    */
div#menu{
	margin:0px 2px 0px 4px;
	padding:0;
	padding-left:0px;
}
#menu a{
	padding:6px;
	padding-bottom:9px;
	_padding-bottom:8px;
	color:#3e95ff;
	font-size:12px;
	font-weight:bold;
	background:#FFFFA5;
	cursor:pointer;
	text-align:center;
	text-decoration:none;
	border-bottom:1px solid #FDFFBD;
}
#menu a:hover{
	color:#444444;
	text-decoration:none;
	background:#FDFFBD;
	border-left:6px solid #B4D5F4;
	border-right:6px solid #B4D5F4;
}
#menu ul{
	height:30px;
	margin-left:-1px;
	padding:0;
}
#menu h2{
	padding:0px;
	margin:0px;
	text-align:left;
	padding:1px;
	_margin-top:-2px;
}
#menu ul.sub{
	margin:0;
	margin-left:-1px;
	padding:0;
}
#menu ul.sub a{
	padding:3px;
	margin:0px;
	text-align:left;
	padding-left:15px;
	border-left:1px solid #DEE3AD;
}
#menu ul.sub a:hover{
	margin:0px;
	text-align:left;
	padding-left:15px;
	border:none;
	border-left:1px solid #DEE3AD;
}
