/* General block rules */

div.mainblock, div.sideblock, div.sideblockslim
{
	background-color: #fff;
	clear: both;
	margin: 0;
	padding: 5px 0 20px 0;
}

div.mainblock
{
	float: left;
	width: 100%;
}

div.sideblock
{
	float: left;
	padding: 0 0 50px 12px;
	width: 160px;
}

div.sideblockslim
{
	float: left;
	padding: 0 0 60px 0;
	width: 158px;
}

/* Block parts rules */

div.block_toprow
{
	clear: both;
}

h1.contenttitle
{
	background-image: url(images/title_bullet.gif);
	background-position: 0 6px;
	background-repeat: no-repeat;
	padding-bottom: 5px;
	padding-left: 20px;
}

h1.sidetitle
{
	padding: 0;
	margin: 0;
}

div.sideblockslim h1.sidetitle
{
	padding-left: 15px;
}

div.block_content
{
	clear: both;
	float: left;
	width: 100%;
}

div.sideblock_content
{
	clear: both;
}

div.sideblock_content, div.sideblock_content p, div.sideblock_content div, div.sideblock_content span, div.sideblock_content li, div.sideblock_content .Normal, div.sideblock_content a
{
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 12px;
	text-align: left;
}

div.block_footer
{
	clear: both;
	margin: 0;	
	padding: 0;
}

/* Text */
.containertitle
{
	color: #173269;
	font-size: 20px;
	font-weight: bold;
	line-height: 25px;
}

.sidecontainertitle
{
	color: #666;
	font-size: 18px;
	font-weight: bold;
	line-height: 23px;
}
