.logo {
	background-image: url(../pictures/logo_beta.jpg);
	background-repeat: no-repeat;
	height: 50px;
}

.box {
	font: 11px Trebuchet MS, Arial, Helvetica, sans-serif;
	margin: 0px;
	width: 196px;
	text-align: justify;
}

.box .box_top {
	background-image: url(../pictures/box_top.jpg);
	background-repeat: no-repeat;
	height: 11px;
}

.box .box_bottom {
	background-image: url(../pictures/box_bottom.jpg);
	background-repeat: no-repeat;
	height: 11px;
}

.box .box_content {
	margin: 0px;
	padding: 0px;
	padding-left: 10px;
	padding-right: 10px;
	background-color: #f4f9fd;
}

.box .box_content ul {
	margin: 15px;
	margin-top: 12px;
	margin-bottom: 14px;
	margin-right: 0px;
	line-height: 1.2em;
}

.box .box_content .cim {
	font-weight: bold;
	color: #84cd01;
}



.left_box {
	font: 12px  Arial, Helvetica, sans-serif;
	margin: 0px;
	width: 196px;
	text-align: left;
}

.left_box .box_top {
	background-image: url(../pictures/left_box_top.jpg);
	background-repeat: no-repeat;
	height: 11px;
}

.left_box .box_bottom {
	background-image: url(../pictures/left_box_bottom.jpg);
	background-repeat: no-repeat;
	height: 11px;
}

.left_box .box_content {
	margin: 0px;
	padding: 0px;
	padding-left: 15px;
	padding-right: 15px;
	background-image: url(../pictures/left_box_middle.gif);
	background-repeat: repeat-y;
}

.left_box .box_content ul {
	margin: 15px;
	margin-top: 12px;
	margin-bottom: 14px;
	margin-right: 0px;
	line-height: 1.2em;
}

.left_box .box_content .cim {
	font-weight: bold;
	color: #84cd01;
}


/*****right box *******/

.right_box {
	padding:0px;
	margin: 0px;
	font: 12px  Arial, Helvetica, sans-serif;	
	width: 181px;	
	text-align: left;
	margin-top:110px;
	margin-left:24px;	
}

.right_box .box_top {
	background-image: url(../pictures/right_box_top.jpg);
	background-repeat: no-repeat;
	height: 11px;
}

.right_box .box_bottom {
	background-image: url(../pictures/right_box_bottom.jpg);
	background-repeat: no-repeat;
	height: 11px;
}

.right_box .box_content {
	margin: 0px;
	padding: 0px;
	padding-left: 15px;
	padding-right: 15px;
	background-image: url(../pictures/right_box_middle.gif);
	background-repeat: repeat-y;
}

/******blue_box*******/

.blue_box {
	padding:0px;
	margin: 0px;
	font: 12px  Arial, Helvetica, sans-serif;	
	width: 185px;	
	text-align: left;
	margin-top:110px;
	margin-left:20px;	
}

.blue_box .box_top {
	height:10px;
}
.blue_box .box_top .box_top_left {
	background-image: url(../images/blue_box_top_left.gif);
	background-repeat: no-repeat;
	height: 10px;
	width: 10px;
	float:left;
}
.blue_box .box_top .box_top_right {
	margin:0px;
	padding:0px;
	background-image: url(../images/blue_box_top_right.gif);
	background-repeat: no-repeat;
	float:right;
	height: 10px;
	width:10px;	
}
.blue_box .box_top .box_top_center {
	padding:0px;
	margin:0px;	
	padding-right:10px;
	padding-left:10px;
	border-top:3px solid #498dd4;
}

.blue_box .box_bottom {
	height:10px;
}
.blue_box .box_bottom .box_bottom_left {
	background-image: url(../images/blue_box_bottom_left.gif);
	background-repeat: no-repeat;
	height: 10px;
	width: 10px;
	float:left;
}
.blue_box .box_bottom .box_bottom_right {
	margin:0px;
	padding:0px;
	background-image: url(../images/blue_box_bottom_right.gif);
	background-repeat: no-repeat;
	float:right;
	height: 10px;
	width:10px;	
}
.blue_box .box_bottom .box_bottom_center {
	padding:0px;
	padding-top:7px;	
	padding-right:10px;
	padding-left:10px;
	border-bottom: 3px solid #498dd4;		
}

.blue_box .box_content {
	margin: 0px;
	padding: 0px;
	padding-left: 15px;
	padding-right: 15px;
	border-left:3px solid #498dd4;	
	border-right:3px solid #498dd4;	
}