/* ******************************************************************* BLOCK */
.blockWrapper {
	margin-bottom: 8px;
	background: url(../img/block_bg.png) left top repeat-y;
}

.block {
	background: url(../img/block_ft.png) left bottom no-repeat;
}

.block .bd {
	background: url(../img/block_ft.png) right bottom no-repeat;
	margin-left: 15px;
	padding: 0 0 15px 0;
}

.block .bd,.block .prebd {
	font-size: 90%;
}

.block .bd .content,.block .prebd .content {
	background: url(../img/block_bg.png) right top repeat-y;
	padding: 5px 15px 0 0;
}

.block .prebd {
	margin-left: 3px;
}

.block .prebd .content {
	padding: 0;
}

.block .hd {
	padding-left: 15px;
	position: relative;
}

.block .hd h2 {
	padding: 10px 5px 7px 0;
}

.block a {
	text-decoration: none;
	color: #3c3c3c;
}

.block a:hover {
	text-decoration: underline;
	color: #0d3ea0;
}

.block ul li {
	margin: 6px 0 6px 0;
}

.block ol li {
	margin: 6px 0 6px 20px;
	list-style: decimal;
}

.block6 .block ol li {
	margin-bottom: 7px;
	font-weight: bold;
}

.block6 .block ol li.active {
	color: #d00044;
}

.block6 .block p {
	margin-top: 10px;
}

.block .hd .pager {
	position: absolute;
	top: 0;
	right: 0;
}

.block .hd .pager a.next {
	margin-right: 0;
}

.block .bd h3 {
	font-size: 110%;
}

/* ****************************************************************** BLOCK1 */
.block1 .hd {
	background: url(../img/block1_hd.png) left top no-repeat;
}

.block1 .hd h2 {
	background: url(../img/block1_hd.png) right top no-repeat;
	color: #ffffff;
}

/* ****************************************************************** BLOCK2 */
.block2 .hd {
	background: url(../img/block2_hd.png) left top no-repeat;
	padding-left: 15px;
}

.block2 .hd h2 {
	background: url(../img/block2_hd.png) right top no-repeat;
	padding: 6px 5px 6px 0;
}

.block2 .hd h2 a {
	text-decoration: underline;
	font-size: 85%;
	color: #0d3ea0;
}

.block2 .hd h2 a:hover {
	text-decoration: none;
}

/* ****************************************************************** BLOCK3 */
.block3 .hd {
	background: url(../img/block3_hd.png) left top no-repeat;
	padding-left: 35px;
}

.block3 .hd h2 {
	background: url(../img/block3_hd.png) right top no-repeat;
	padding: 10px 5px 7px 0;
	color: #ffffff;
}

/* ****************************************************************** BLOCK4 */
.block4 .hd {
	background: url(../img/block4_hd.png) left top no-repeat;
	padding-left: 15px;
}

.block4 .hd h2 {
	background: url(../img/block4_hd.png) right top no-repeat;
	padding: 10px 5px 2px 0;
	color: #ffffff;
}

/* ****************************************************************** BLOCK5 */
.block5 .hd {
	background: url(../img/block5_hd.png) left top no-repeat;
	padding-left: 35px;
}

.block5 .hd h2 {
	background: url(../img/block5_hd.png) right top no-repeat;
	padding: 10px 5px 7px 0;
}

/* ****************************************************************** BLOCK2 */
.block6 .hd {
	background: url(../img/block6_hd.png) left top no-repeat;
	padding-left: 35px;
}

.block6 .hd h2 {
	background: url(../img/block6_hd.png) right top no-repeat;
	padding: 10px 5px 7px 0;
	color: #ffffff;
}

/* ****************************************************************** BLOCK7 */
.block7 {
	margin-bottom: 0;
}

.block7,.block7 .block,.block7 .bd,.block7 .bd .content {
	background: none;
}

.block7 .hd h2 {
	color: #0d3ea0;
	font-size: 140%;
	font-weight: bold;
	padding-top: 0;
	padding-bottom: 15px;
}

.block7 .hd {
	padding-left: 0;
}

.block7 .bd,.block7 .bd .content {
	padding: 0;
}

.block7 .bd {
	margin: 0;
}

.blockStrongTitle .block .hd h2 {
	color: #0d3ea0;
	font-size: 120%;
	font-weight: bold;
}