.sidebar-box
{
	width: 230px;
	margin: 0 0 19px;
	
}

.sidebar-box .green-top
{
	height: 7px;
	background: transparent url(/images/MP_de_gfx_box_edge_green_top_230.png) no-repeat scroll 0 0;
}
.sidebar-box .green-inner
{
	background: url(/images/MP_de_gfx_box_edge_green_middle_230.png) repeat-y 0 0;
	padding: 0 0 15px 0;
}
.sidebar-box .green-bottom
{
	/*clear: both;*/
	height: 7px;
	background: transparent url(/images/MP_de_gfx_box_edge_green_bottom_230.png) no-repeat scroll 0 0;
}

.sidebar-box .top
{
	height: 7px;
	background: transparent url(/images/gfx_box_edge_top_230.png) no-repeat scroll 0 0;
}
.sidebar-box .inner
{
	background: url(/images/gfx_box_edge_middle_230.png) repeat-y 0 0;
	padding: 0 0 0 0;
}
.sidebar-box .bottom
{
	/*clear: both;*/
	height: 7px;
	background: transparent url(/images/gfx_box_edge_bottom_230.png) no-repeat scroll 0 0;
}
.sidebar-box .content
{
	padding: 6px 6px 0 12px;
}

.full-box
{
	position: relative;
	width: 960px;
	padding: 0 0 15px 0;
	color: #666666;
}

.full-box .top
{
	height: 6px;
	width: 100%;
	background: transparent url(/images/gfx_fullbox_dark_top.png) no-repeat scroll 0 0;
}

.full-box .inner
{
	padding: 0 15px 15px 10px;
	background: transparent url(/images/gfx_fullbox_dark_middle.png) repeat-y scroll 0 0;
}

.full-box .bottom
{
	height: 6px;
	width: 100%;
	background: transparent url(/images/gfx_fullbox_dark_bottom.png) no-repeat scroll 0 0;
}

.full-box .spacer
{
	width: 100%;
	height: 5px;
	background: url(/images/gfx_boxedge_horizontal.gif) repeat-x;
}

.full-box .title{
	color: #999999;
	margin:0 0 3px 0;
	font-size:1.4em;
	font-weight:normal;
	line-height:1.214em;
}

.full-box p
{
	font-size: 11px;
	text-align: justify;
}
.spacer_bottom
{
	height: 175px;
}
