﻿div.home-info-section
{
	float: left; width: 200px; margin-right: 20px;
}

div.home-info-section-last
{
	margin-right: 0px;
}

div.home-info-section h2, div.home-info-section h2 a
{
	text-align: center;
	font-weight: bold;
	font-size: 11pt;
	color: rgb(74, 138, 11);
}

div.home-info-section p
{
	display: block;
	height: 130px;
	margin-top: 10px;
}

p a 
{
	text-decoration: none;
	color: rgb(74, 138, 11);
	font-weight: bold;
}

p a:hover
{
	text-decoration: underline;
}