hr {
border: none 0; 
border-top: 1px solid #c53736;/*the border*/ 
height: 1px;/*whatever the total width of the border-top and border-bottom equal*/ 
}

.container p {line-height:1.5em;padding:.5em 0;}
h2.subject {
	font-size: 20px;
	margin:0;
	font-weight: normal;
	padding:0 0 10px 0;
	color:#333;
	}
	
div.subject_features {font-size:90%;}

div.subject_features h3 {
	margin: 5px 0 5px 0;
	padding: 0; 
	font-size: 17px;
	color: #c53736;
	border-bottom: 1px dashed #978E65;
}

div.subject_features ul li { 
	border-bottom:1px dotted #39464E; 
	padding: 5px 0;	
	line-height: 15px;
}

div.subject_features ul li.odd { 
background-color: #eaeaea;
}

div.subject_features ul li img { 
	margin: 1px 5px 0 5px; 
	border: 1px solid #E5E5E5; 
}

div.subject_features a:link { color: #003466; text-decoration: none; font-weight:bold;}
div.subject_features a:hover { color: #36628C; text-decoration: none; }
div.subject_features a:visited { color: #939; text-decoration: none;}

