#centerBoxContainer {
	width:213px;
	position:relative;
	padding: 0;
	margin: 0 auto 0 auto;
}


#rightBoxContainer {
	float:right;
	width:213px;
	position:relative;
	padding: 0;
	margin: 0 0 0 5px;
}

#rightBox {
	position:relative;
	padding: 0;
	margin: 0 0 20px 0;
	overflow:hidden;
	color:#0000CC;
}

#rightBox td{

	color:#0000CC;
}

#rightBox p {
	margin: 0;
	padding: 0;
}

#rightBox h2 {
	font-size: 14px;
	font-weight:bold;
	padding: 0;
	margin: 0 0 5px 0;
}

#rightBox #content {
	position:relative;
	top: 0;
	margin: 0px;
	padding: 7px 7px 0 7px;
	min-height: 115px;
	height:inherit !important; /* Mozilla will place nicely and inherit the height, or use a min-height*/
	/* height: 115px; /* IE will stretch the box to make it all fit even if this is bigger than 400px */
}

#rightBox .greenContent {
	background-image:url(/images/backgrounds/main/right_green_top.gif);
	background-repeat:no-repeat;
}
#rightBox .greyContent {
	background-image:url(/images/backgrounds/main/right_grey_top.gif);
	background-repeat:no-repeat;
}


#rightBox #bottom {
	position:relative;
	width: 213px;
	height: 7px;
}

#rightBox .greenBottom {
	background-image:url(/images/backgrounds/main/right_green_bottom.gif);
	background-repeat:no-repeat;
}
#rightBox .greyBottom {
	background-image:url(/images/backgrounds/main/right_grey_bottom.gif);
	background-repeat:no-repeat;
}


#leftBoxContainer {
	position: absolute;
	z-index:100;
	top: 110px;
	left: 10px;
	width:143px;
	padding: 0;
	margin: 0 5px 0 0;
}

#leftBox {
	position:relative;
	padding: 0;
	margin: 0 0 20px 0;
	overflow:hidden;
}

#leftBox p {
	margin: 0;
	padding: 0;
}
#leftBox h1 {
	font-weight:bold;
	font-size:16px;
	padding: 0;
	margin: 0;
	text-align:center;
}

#leftBox #content {
	position:relative;
	top:0;
	margin: 0px;
	padding: 7px 7px 0 7px;
	min-height: 125px;
	height:inherit !important; /* Mozilla will play nicely and inherit the height, or use a min-height*/
	/*height: 125px; /* IE will stretch the box to make it all fit even if this is bigger than 400px */
}
#leftBox #smallContent {
	position:relative;
	top: 0;
	margin: 0px;
	padding: 7px 7px 0 7px;
	min-height: 45px;
	height:inherit !important; /* Mozilla will play nicely and inherit the height, or use a min-height*/
	/*height: 45px; /* IE will stretch the box to make it all fit even if this is bigger than 400px */
}

#leftBox .greenSmallContent {
	background-image:url(/images/backgrounds/main/left_green_top_small.gif);
	background-repeat:no-repeat;
}
#leftBox .greenContent {
	background-image:url(/images/backgrounds/main/left_green_top.gif);
	background-repeat:no-repeat;
}

#leftBox #bottom {
	position:relative;
	width: 143px;
	height: 7px;
}

#leftBox .greenBottom {
	background-image:url(/images/backgrounds/main/left_green_bottom.gif);
	background-repeat:no-repeat;
}