/*
      ELCHC Color Chart
	  
	  Green= #00A261
	  Dark Green= #006633
	  Red= #FA3026
	  Yellow/Orange= #FFCC33
	  White= #FFFFFF
	  Blue= #71C4FF
	  Dark Blue= #003366
	  
*/
/*
#################################################
# Content Titles
# 
#################################################
*/
.Content_Title {
	font-style:italic;
	font-size:20px;
	font-weight:bold;
	color:#006633;
	width:520px;
	border-bottom:3px solid #00A261;
	margin:0px 0px 5px 0px;
	padding:0px 0px 3px 0px;
}
/*
#################################################
# Content Text
# 
#################################################
*/


/*
#################################################
# Bullets Styles
# 
#################################################
*/
.Green_Sub_Title {
	font-style:italic;
	font-size:16px;
	font-weight:bold;
	color:#006633;
	width:520px;
	border-bottom:3px solid #00A261;
	margin:0px 0px 5px 0px;
	padding:0px 0px 3px 0px;
}
.Red_Sub_Title {
	font-style:italic;
	font-size:14px;
	font-weight:bold;
	color:#FA3026;
	width:520px;
	border-bottom:1px solid #FA3026;
	margin:0px 0px 5px 0px;
	padding:0px 0px 3px 0px;
}
.Red_Sub_Head {
	font-size:14px;
	font-weight:bold;
	color:#FA3026;
	width:520px;
	margin:0px 0px 5px 0px;
	padding:0px 0px 3px 0px;
}

.Bullet_Green {
	list-style-type: disc;
	margin-left: 0px;
	text-decoration: none;
	color: #00A261;
	padding: 0px;
}
	
.Bullet_Yellow {
	list-style-type: disc;
	margin-left: 0px;
	text-decoration: none;
	color: #FFCC33;
	padding: 0px;
}

.Bullet_Blue {
	list-style-type: disc;
	margin-left: 0px;
	text-decoration: none;
	color: #71C4FF;
	padding: 0px;
}

.Bullet_Red {
	list-style-type: disc;
	margin-left: 0px;
	text-decoration: none;
	color: #FA3026;
	padding: 0px;
	size:5px;
}
/*
#################################################
# Drop MultiCultural (Red, Green, Blue, Yellow) Bullets
# 
#################################################
*/
.dropcap_yellow {
	float:left;
	color:#FFCC33;
	font-size:100px;
	line-height:70px;
	padding-top:2px;
	font-family: Times, serif, Georgia;
} 
.dropcap_green {
	float:left;
	color: #00A261;
	font-size:100px;
	line-height:70px;
	padding-top:2px;
	font-family: Times, serif, Georgia;
}
.dropcap_red {
	float:left;
	color:#FA3026;
	font-size:100px;
	line-height:70px;
	padding-top:2px;
	font-family: Times, serif, Georgia;
}
.dropcap_blue {
	float:left;
	color:#71C4FF;
	font-size:100px;
	line-height:70px;
	padding-top:2px;
	font-family: Times, serif, Georgia;
}
/*
#################################################
# Left Column MultiCultural (Red, Green, Blue, Yellow) Bullets
# 
#################################################
*/
 .leftcolumn ul {
	list-style-type: none;
	padding-left: 0;
	margin-left: 0;
	}
 .leftcolumn li {
	
	padding-left: 20px;
	margin-bottom: 0px;
	}