/* Start of CMSMS style sheet 'MPTC CSS' */
/* Document by Jasper van der Meer, designslicer.com. Feel free to remove this line. */
* {
	margin: 0;
	padding: 0;
}
html, body {
	height: 100%;
	background: #FFF;
	color: #000;
	font-family: Arial, Sans-serif;
	font-size: 12px;
	background: url(../images/body.jpg) top left repeat-x;
}
a {
	color: #5456ad;
	text-decoration: underline;
}
a:hover {
	color: #000000;
	text-decoration: underline;
}

h1,h2,h3,h4,h5,h6 {
	font-size: 18px;
	font-weight: bold;
	color: #000;
	margin-bottom: 20px;
}
p {
	line-height: 16px;
	margin-bottom: 20px;
}
ul li {
	list-style: none;
}
a img {
	border: none;
}
#c {
	width: 1000px;
	min-height: 100%;
	_height: 100%;
	margin: 0 auto;
	position: relative;
	background: #FFF;
	border-left: 1px solid #999999;
	border-right: 1px solid #999999;
}
#h {
	width: auto;
	height: 80px;
}
	#h h1 {
		display: none;
	}
#n {
	width: auto;
	height: 24px;
	background: #FFF url(../images/nav_back.gif) top left repeat-x;
	position: relative;
}
#footer {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 99%;
	height: 26px;
	background: url(../images/footer_back.gif) top left repeat-x;
	line-height: 26px;
	vertical-align: middle;
	color: #000;
	font-size: 10px;
	padding-left: 1%;
}
.first {
	position: absolute;
	top: 0;
	left: 0;
}
	#n ul {
		display: block;
		width: auto;
		height: 24px;
		line-height: 24px;
		vertical-align: middle;
	}
	#n li, #n li a {
		display: block;
		float: left;
		width: auto;
		height: 24px;
		line-height: 24px;
		vertical-align: middle;
		text-decoration: none;
		font-weight: bold;
		font-size: 11px;
		color: #000;
	}
	#n li a {
		padding: 0 20px;
		background: url(../images/nav_back_split.gif) top right no-repeat;
	}
	#n li a:hover {
		color: #5456ad;
		text-decoration: none;
	}

#in {
	width: auto;
	height: auto;
}
	#in div {
		padding: 20px 20px 0 20px;
	}
		#in div h1 {
			margin-bottom: 0;
		}
		#in div p {
			font-weight: bold;
			margin-bottom: 0;
		}

#l {
	clear: both;
	float: left;
	width: 20%;
	margin: 0px 1% 0 1%;
	display: inline;
	padding-bottom: 36px;
}
	.block {
		width: 100%;
		border: 1px solid #cccccc;
		background: #efefef;
		margin-bottom: 20px;
	}
		.block p {
			padding: 10px 0;
			margin-bottom: 0 !important;
			line-height: normal !important;
		}
		.block h2 {
			width: auto;
			background: url(../images/left_block_back.gif) top left repeat-x;
			height: 24px;
			line-height: 24px;
			vertical-align: middle;
			font-size: 13px;
			padding-left: 5px;
			margin-bottom: 0;
		}
		.block_core {
			padding: 10px;
			line-height: 16px;
			font-size: 11px;
		}
.block table {
	width: 96%;
	margin: 0 2%;
	/*border: 1px solid #686868;*/
	margin-bottom: 10px;
	border-collapse: collapse !important;
}
.block table th {
	padding: 4px;
	text-align: justify !important;
	background: #FEFEFE !important;
	border: 0;
}
.block table tr td {
	padding: 4px;
	text-align: justify !important;
/*	border: 1px solid #686868 !important;
*/	border-collapse: collapse !important;
	font-size: 12px !important;
	border: 0;
}
td p, th p {
margin: 0;
padding: 0;
line-height: normal;
}


#r {
	float: right;
	width: 76%;
	margin: 0px 1% 36px 0%;
	display: inline;
	border: 1px solid #999999;
	background: #ebebeb;
}
#r ul li {
	list-style-type: square !important;
	margin-left: 15px !important;
}
.w {
	width: 98% !important;
}
	#r h1, #r h2, #r h3, #r h4, #r h5, #r h6 {
		display: block;
		width: auto;
		height: 24px;
		line-height: 24px;
		vertical-align: middle;
		background: url(../images/right_back.gif) top left repeat-x;
		margin: 0px -20px 10px -20px;
		font-size: 13px;
		color: #FFF;
		padding-left: 5px;
		border-bottom: 1px solid #999999;
	}
		#r_core {
			padding: 0px 20px 20px 20px;
		}
	#r_core table {
	width: 90%;
	margin: 0;
	/*border: 1px solid #686868;*/
	margin-bottom: 10px;
	border-collapse: collapse !important;
}
#r_core table th {
	padding: 4px;
	text-align: justify !important;
	background: #FEFEFE !important;
/*	border: 1px solid #686868 !important;
*/	border-collapse: collapse !important;
}
#r_core table tr td {
	padding: 4px;
	text-align: justify !important;
/*	border: 1px solid #686868 !important;
*/	border-collapse: collapse !important;
	font-size: 12px !important;
	border: 0;
}
	
.c {
	clear: both;
}
/* End of 'MPTC CSS' */

