@charset "UTF-8";
/* CSS Document */

#pageContent {
	width: 620px;
	margin-left: 20px;
}

#content h1 {
	font-size: 14px;
	font-weight: bold;
	color: #3b7297;
	margin-left: 15px;
}

#content h2 {
	font-size: 11px;
	margin-left: 15px;
}

#content h3 {
	font-size: 10px;
	font-weight: normal;
	margin-left: 15px;
}

/* Super large block */
.superLargeBlock {
	width: 780px;
	background: url('../img/content_superLargeBlock_back.gif') repeat-y;
	font-size: 11px;
	margin-top: 20px;
}

.superLargeBlock div.first {
	width: 100%;
	height: 8px;
	background: url('../img/content_superLargeBlock_top.gif') no-repeat;
}

.superLargeBlock div.last {
	width: 100%;
	height: 8px;
	background: url('../img/content_superLargeBlock_bottom.gif') no-repeat;
}

.superLargeBlock div.first span {
	position: relative;
	top: -8px;
	left: 15px;
	font-size: 14px;
	font-weight: bold;
	color: #3b7297;
}

.superLargeBlock p {
	margin: 15px;
	padding-right: 20px;
}

/* Large block*/
.largeBlock {
	width: 705px;
	background: url('../img/content_block_back.gif') repeat-y;
	font-size: 11px;
	margin-top: 20px;
}

.largeBlock div.first {
	width: 100%;
	height: 8px;
	background: url('../img/content_block_top.gif') no-repeat;
}

.largeBlock div.last {
	width: 100%;
	height: 8px;
	background: url('../img/content_block_bottom.gif') no-repeat;
}

.largeBlock div.first span {
	position: relative;
	top: -8px;
	left: 15px;
	font-size: 14px;
	font-weight: bold;
	color: #3b7297;
}

.largeBlock p {
	margin: 15px;
	padding-right: 20px;
}

/* Block */
.block {
	width: 705px;
	margin: 20px 0 0 0;
	background: url('../img/content_block_back.gif') repeat-y;
	font-size: 11px;
}

.block div.first {
	width: 100%;
	height: 8px;
	background: url('../img/content_block_top.gif') no-repeat;
}

.block div.last {
	width: 100%;
	height: 8px;
	background: url('../img/content_block_bottom.gif') no-repeat;
}

.block div.first span {
	position: relative;
	top: -8px;
	left: 15px;
	font-size: 14px;
	font-weight: bold;
	color: #3b7297;
}

.block p {
	margin: 15px;
}

.block ul {
	list-style-type: none;
	padding-left: 20px;
}

.block table {
	margin: 20px;
}


/* Sitemap */
.sitemap {
	width: 600px;
	margin: 20px 0 0 0;
	background: url('../img/content_block_back.gif') repeat-y;
	font-size: 11px;
}

.sitemap div.first {
	width: 100%;
	height: 8px;
	background: url('../img/content_block_top.gif') no-repeat;
}

.sitemap div.last {
	width: 100%;
	height: 8px;
	background: url('../img/content_block_bottom.gif') no-repeat;
}

.sitemap div.first span {
	position: relative;
	top: -8px;
	left: 15px;
	font-size: 14px;
	font-weight: bold;
	color: #3b7297;
}

.sitemap ul {
	list-style-type: bullet;
	font-size: 12px;
}

#linesizes{
	line-height:19px;	
}


.slides{
	margin-left:1px;
}
