div.sideBox {margin:0px;}

div.sideBox .sideBoxHeader 
	{
	/*background:url('../images/sideBoxHeader.gif') no-repeat;*/
	background-color:#df0300;
	width:auto;
	height:30px;
	overflow:hidden;	
	}

div.sideBox .sideBoxHeaderGreen
	{
	background:url('../images/back_green.png') repeat-x;
	background-color:#75c000;
	width:auto;
	height:40px;
	overflow:hidden;	
	}

div.sideBox .sideBoxHeaderGreen h1
	{
	margin-top:14px;
	margin-left:15px;
	overflow:hidden;
	padding:0px;
	height:20px;
	color:#ffffff;
	}


div.sideBox .sideBoxHeaderRed
	{
	background:url('../images/back_red.png') repeat-x;
	background-color:#ef1500;
	width:auto;
	height:40px;
	overflow:hidden;	
	}

div.sideBox .sideBoxHeaderRed h1
	{
	margin-top:14px;
	margin-left:15px;
	overflow:hidden;
	padding:0px;
	height:20px;
	color:#ffffff;
	}

div.sideBox .sideBoxHeader h1
	{
	margin-top:8px;
	margin-left:15px;
	overflow:hidden;
	padding:0px;
	height:20px;
	color:#ffffff;
	}



div.sideBox .sideBoxBody
	{
	/*background:url('../images/sideBoxBody.gif') repeat-y;*/
	width:auto;
	height:auto;
	overflow:hidden;
	text-align:center;
	}

div.sideBox .sideBoxBody .sideBoxBodyContent
{
margin:10px 15px 10px 15px;
width:auto;
text-align:left;
}

