/*
This style sheet contains specific styles for the 
ELC pages and is a secondary style sheet. The 
primary style sheet is usually default.css
*/
.SectionHeader {
	text-align: left; 
	background-color: rgb(165, 170, 98); 
	color: rgb(32, 54, 101);
	font-weight: bold; 
	font-style: italic;
}
.Title {
	text-align: left;
	text-decoration: underline;
}
.BodyText {
	text-align: left;
	margin-left: 40px;
}
.SideBar {
	width: 186;
	vertical-align: top;
	background-color: #336699;
}

