body
{
background-color: #F2F1EF;
font-family: 'Open Sans', sans-serif;
font-size: 12px;
}

.HeaderPiece
{
color: #999999;
padding-top: 20px;
font-size: 14px;
}

.headerrow
{
width: 100%;
border-bottom: 1px solid #cccccc;	
margin-top: 30px;
margin-bottom: 30px;
}

@media only screen and (max-width: 992px) { 
.bodytext
{
padding-top: 20px;
}

}
.paddingrow
{
width: 100%;
margin-top: 30px;
margin-bottom: 30px;
}

.footerimages
{
padding-left: 50px;
text-align: center;
}


.firstbox
	{
		float: left;
		width: 25%;
	}

.secondbox
{
	float: left;
	width: 38%;	
}

.thirdbox
{	float: left;
	width: 24%;
}


@media only screen and (max-width: 480px ) { 
.firstbox
	{
		float: left;
		width: 100%;
	}
.secondbox
	{
		float: left;
		width: 100%;

	}
.thirdbox
	{
		float: left;
		width: 100%;
	}
}


