
.homeH1 {
	font-size: 1.8em;
	font-weight:bolder;
	/*line-height: 28px;*/
	color:#cb0000;
	margin-top:0px;
	text-shadow: 0 2px 4px #c1c1c1;
}

.homeH2 {
	font-size: 1.3em;
	font-weight:bolder;
	text-align:justify;
	color:#5e6c78;
        text-shadow: 0 2px 4px #e6e6fa;

}

.bulletItem {
	font-size: 1em;
	margin-bottom:2px;
}

.homeLeft {
 float:left;
 width:290px;
 margin:10px;
 margin-bottom:0px;
}
.homeRight{
 float:right;
 width:340px;
}



.homeLeft h3 {
 color:#b22424;
        text-shadow: 0 2px 4px #c1c1c1;

}
.homeRight h3 {
 color:#b22424;
        text-shadow: 0 2px 4px #c1c1c1;

}

.homeLeft p {
 font-size: 0.9em;
}
.homeRight p {
 font-size: 0.9em;
}

#divider2{
margin-top:15px;
margin-left:5px;
padding:0px;
background:#eaedf0;
border-top: 2px solid #c6c7c7;
border-bottom: 2px solid #c6c7c7;
font-weight:bolder;
font-size: 1.4em;
text-align:center;
color:#333333;
}
