body{
	margin: 0;
	padding: 0;

	font-family: Arial;
	color: #333;

	font-size: 20px;
}

/* BreadCrumb */

.nwa-breadcrumb .nwa-breadcrumb-popup span:first-child {
	border-top: 1px #999 solid;
}
.nwa-breadcrumb .nwa-breadcrumb-popup span {
	display: block;
	width: 14em;
	border-bottom: 1px #999 solid;
	background-color: #EEE;
	font-size: 11px;
	padding-left: 11px;
	padding-top: 2px;
	padding-bottom: 2px;
}	

#sidebar{

	float: left;
/*	margin: 50px 0 0 670px; */

	font-size: 11px;
	line-height: 16px;
}

	#sidebar h2{
		font-size: 11px;
		margin: 0 0 10px 0;

	}

#content{

	float: left;

	margin: 40px 5px 5px 20px;

	min-width: 400px;
	min-height: 200px;


	font-size: 11px;

}
#left{
	margin: 40px;
	position: absolute;
}

	#left ul.link{
		border-bottom: 1px solid #888;
		margin: 0 0 30px 0;
		padding: 0 0 20px 0;
	}

	#left ul.link li{
		background: url(gif.gif) 0 5px no-repeat;

	}

.contact{
		border-bottom: 1px solid #888;
		margin: 0 0 30px 0;
		padding: 0 0 20px 0;

}


.download{
	margin:  0 0 50px 0;

}

#main{
	position: absolute;
	margin: -30px 0 0 300px;
	width: 600px;
	font-size: 14px;
	color: #999;
}
	#main h1{
		font-weight: 400;
		margin: 0 0 5px 0;
		font-size: 18px;
	}

	#main h2{
		font-size: 10px;
	}

	#main p{
		line-height: 20px;

	}

	#main h3{
		font-size: 11px;
		margin: 0 0 10px 0;
	}

	#main p{
		color: #666;

	}

	#main a:hover{
		color: #900;

	}

table{
	font-size: 11px;

	max-width: 600px;
}

table tr{
	background: #DDD;
	border-bottom: 1px solid white;

}

	table tr td{
		padding: 1px 5px;
	}

	table tr td p, table tr td p a{
		font-size: 11px;
	}


	table tr td p a{
		color: #900;
	}

	table tr td p a:hover{
		text-decoration: underline;
	}

ul.download-list li.ext-pdf{
	background: url(icon_download_pdf.gif) 0 1px no-repeat;
}
	
	ul.download-list li.ext-pdf a{
		margin: 0 0 0 30px;
	}

	div.sifr-h1 h1{
		font-size: 16px;
		font-weight: 700;
		margin: 0 0 10px 0;
	}

	.ctc{
		width: 450px;
	}

	.ctccontentportlet{
		width: 600px;
	}

	.ctc p{
		margin: 0 0 10px 0;
	}

	#main table tr td p, .ctc table tr td p{
		color: #000;
		margin: 0;
	}

	.std-table{
		margin: 0 0 20px 0;
	}

	.std-table table{
		text-align: left;
		width: 450px;
	}

	.std-table table tr td.middle{
		text-align: left;
	}

	a.link{
		padding: 0;
	}

	.std-table table tr th{
		background: #CCC;
	}

	.std-table table tr th, .std-table table tr td{
		padding: 2px;
	}

	.std-table table tr th p{
		margin: 0;
	}

	.std-table caption{
		background: #CCC;
		text-align: left;
		margin: 0 0 1px 0;
		padding: 2px;
		font-weight: 700;
	}