/** styles for the home page */
.homeLeft
{
   float: left; 
   width: 30%;
}

.homeRight
{
   float: left;
   width: 66%;
   margin-left: 2%;
}

.titleLink
{
   font-size: x-large;
   font-weight: bold;
   margin: 0;	
}

.titleLink a:link, .titleLink a:visited, .titleLink a:active
{
	text-decoration: none;
	color: #4d4d4d;
}

.titleLink a:hover
{
	color:  #75AE61;
}

.contentBlock
{
   border: 1px solid #ccc;
   margin-bottom: 0.5em;
   padding: 0.3em 0.3em 0 0.3em;
}

.frontCharityLogo
{
   text-align: center;
}
