#content {
    padding: 40px 0 50px;
}
.HomeSection {
    float: left;
    margin: 0 45px 0 0;
    position: relative;
    width: 290px;
	height: 210px;
	text-align: justify;
}
.HomeSection.AltHomeSection {
    margin: 0;
}
.AltHomeSection {
    margin: 0;
}
.ExpandedSection {
    height: auto;
}
    .HomeSection h2 {
		border-bottom: none;
		font-size: 2.3em;
		font-weight: normal;
		
	}
	.HomeSection h2 a{
		width: 290px;
		height: 52px;
		display: block;
		color: #fff;
		text-align: center;
		padding: 7px 0 0 0;
	}
	.HomeSection h2.SectionTitle01 a{
		color: #fff;
		background: url(../images/section01-bg.gif) no-repeat;
	}
	.HomeSection h2.SectionTitle02 a {
		color: #fff;
		background: url(../images/section02-bg.gif) no-repeat;
	}
	.HomeSection h2.SectionTitle03 a {
		color: #fff;
		background: url(../images/section03-bg.gif) no-repeat;
	}

    .HomeSection p {
		color: #4D4D4D;
		font-size: 1.2em;
		line-height: 1.6em;
		padding: 0px 0 0;
	}
    .HomeSection a.ExploreLnk {
		display: block;
		padding: 0px 0;
        color: #666;
        font-size: 1.2em;
		font-weight: bold;
		position: absolute;
		bottom: -20px;
		right: 10px;
    }
    .HomeSection a.ExploreLnkAlt {
        color: #f3711e;
        font-size: 1em;
    }
    .HomeSection a.ExploreLnk:hover {
        text-decoration: underline;
    }
    .HomeSection ul.NewsList {
        width: 100%;
        overflow: hidden;
    }
        .HomeSection ul.NewsList li {
            border-top: 1px dotted #595959;
            padding: 5px 0;
        }
        .HomeSection ul.NewsList li.FirstNews {
            border-top: none;
            
        }
		
		.HomeSection ul.NewsList li a {
			font-size: 1.2em;
			color: #595959;
		}
		
		
            .HomeSection ul.NewsList li p {
                padding: 0;
            }
            .HomeSection ul.NewsList li p.Date {
                font-size: 1em;
            }
            .HomeSection ul.NewsList li p.Headline {
                line-height: 1.2em;
            }
                .HomeSection ul.NewsList li p.Headline a {
                    color: #4d4d4d;
                    font-size: 1em;
                }
                .HomeSection ul.NewsList li p.Headline a:hover {
                }