@charset "UTF-8";
.column {
	width: 260px;
	margin: 0 auto;
}
.sidebox {
	width:250px;
	margin:0 auto 10px;
}
.container_top {
	padding-left: 10px;   /* LC width */
	padding-right: 10px;  /* RC width */
}
.container_top .column {
	position: relative;
	float: left;
}

.container_center {
	padding-left: 10px;   /* LC width */
	padding-right: 10px;  /* RC width */
}
.container_center .column {
	position: relative;
	float: left;
}

.container_bottom {
	padding-left: 10px;   /* LC width */
	padding-right: 10px;  /* RC width */
}
.container_bottom .column {
	position: relative;
	float: left;
}
.center {
	width: 100%;
	/*background: url(../images/T_M.png) repeat-x;
	height:10px;*/
}
.container_bottom .center {
	width: 100%;
	/*background: url(../images/B_M.png) repeat-x left bottom;
	height:10px;*/
}

.container_top .left {
	width: 10px;          /* LC width */
	right: 10px;          /* LC width */
	margin-left: -100%;
	/*background: url(../images/T_L.png) no-repeat;
	height:10px;*/
}
.container_bottom .left {
	width: 10px;          /* LC width */
	right: 10px;          /* LC width */
	margin-left: -100%;
	/*background: url(../images/B_L.png) no-repeat;
	height:10px;*/
}

.container_top .right {
	width: 10px;          /* RC width */
	margin-right: -14px;  /* RC width */
	/*background: url(../images/T_R.png);
	height:10px;*/
}
.container_bottom .right {
	width: 10px;          /* RC width */
	margin-right: -14px;  /* RC width  needs to be 4 pixels more*/
	/*background: url(../images/B_R.png);
	height:10px;*/
}

/*** IE6 Fix ***/
* html .left {
	left: 10px;           /* RC width */
}
.clearFoat {
	clear:both;
}
.sidebox .container_center .center {
	background: #FFF;
	height:auto;
}
.sidebox .container_center .right {
	height:auto;
}
.sidebox .container_center .left {
	height:auto;

}
.container_center_border {
	/*background:url(../images/C_L.png) repeat-y scroll 0 0;
	padding:0 0 0 10px;
	*/
	margin:0;
	padding:0;
	border: 0px solid transparent;
}
.sidebox .container_center_border .center_wrapper {
	/*background: url(../images/C_R.png) repeat-y right top;*/
	border: 0px solid transparent;
}
.sidebox .container_center_border .center_wrapper .center_content {
	/*background:#FFFFFF url(../images/C_M.png) repeat-x scroll left bottom;
	border:1px solid #ABBBD3;
	margin-right:10px;*/
	padding:0px;
}
.center_content_wrapper{
	/*border:1px solid red;for testing*/
	padding:10px;
	overflow:hidden;
	border:2px solid #92b6e4;
	background:url(../images/sideBox_bg.png) repeat;
	border-top:none;
}
/*--header--*/
.sidebox .container_center_border .center_wrapper .center_content h2, .sidebox .container_center_border .center_wrapper .center_content h3 {
	background:url("../images/sidebox_header_bg.gif") no-repeat scroll right bottom #88B0E3;
	border-bottom:2px solid #3B5093;
	color:#FFFFFF;
	font-family:Arial,Helvetica,sans-serif;
	font-weight:bold;
	line-height:19px;
	margin:0;
	padding:8px;
	text-transform:capitalize;
}
.clearFloat{
	clear:both;
}
.sidebox h3 a{
	color:#FFF;
}
.sidebox .sideBoxContent a img{
	border: 1px solid #80a6d9;
}
