
#Content { 
	float: left;	
	width: 572px;
	color: #666;
	background: #fff;
	border: 1px solid #cccccc;
	padding: 20px;
	}
#Content h1 { 
	font-size: 14px;
	margin-top: 0px;
	margin-bottom: 5px;
	font-weight: bold;
	color: #fff;
	background: #153977;
	background-image: url('../images/h1-bgd.gif');
	background-repeat: repeat-x;	
	padding: 7px 15px;
	}
	
#Content h2 { 
	font-size: 11px;
	margin-top: 0px;
	margin-bottom: 15px;
	font-weight: bold;
	color: #153977;
	background-color: #f2e1c7;
	padding: 7px 15px;
	}
	
#Content h3 { 
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 5px;
	margin-top: 5px;
	color: #cb871a;
	}
#Content ul {
	margin: 5px 10px 5px 35px;
	padding: 0;
	list-style: disc;
	}
	
#Content ol {
	margin: 5px 10px 5px 35px;
	padding: 0;
	}

ol.lalpha {list-style-type: lower-alpha}
ol.lroman {list-style-type: lower-roman}

#Content li {
	padding: 0px 0 5px 0;
	}
	
#Content p {
	margin: 0 0 7px 0;
	}	
#Content .excluding {
	padding: 20px 20px 20px 20px;	
	background-color: #efefef ;
	border: 1px solid #999;
}
	