/* CSS Document */
#subCompliance {
	display: none;
}
#main {
	float: right;
	width: 600px;
}
#lineBox {
	border: 1px solid #E0E0E0;
	padding-bottom: 20px;
	padding-left: 10px;
	padding-right: 10px;

}
#mainBox {
	width: 560px;
	margin-left: 10px;
	margin-top: 10px;
}
#main h1 {
	margin-top: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E0E0E0;
	padding-bottom: 7px;
}
#main table {
	width: 325px;
	float: left;
}
#main th,#main  td{
	border-bottom: 1px solid #CCCCCC;
	padding-top: 10px;
	padding-bottom: 10px;
}
#main th {
	padding-right: 30px;
	text-align: left;
	vertical-align: top;
	font-weight: bold;
	white-space: nowrap;
}
#mainBox ul {
	list-style-type: none;
}
#mainBox li {
	line-height: 1.5;
}
#outlineImage {
	float: right;
	display: block;
	width: 221px;
}

