#homeGrantsBox {
		width: 333px;
	}
	#homeGrantsBoxTabs {
		height: 26px;
		width: 335px;
	}
	.grantsTab {
		height: 26px;
		float: left;
	}
	
	#grantsNew {
		width: 112px;
		border-bottom: 1px solid #DFF0FA;
	}
	#grantsTips {
		width: 152px;
		border-bottom: 1px solid #B2C4D0;
	}
	#grantsFirst {
		width: 50px;
		border-bottom: 1px solid #B2C4D0;
	}
	#grantsLast {
		width: 20px;
		border-bottom: 1px solid #B2C4D0;
	}
	#homeGrantsBoxContent {
		clear: both;
		width: 333px;
		height: 308px;
		border-left: 1px solid #B2C4D0;
		border-right: 1px solid #B2C4D0;
		border-bottom: 1px solid #B2C4D0;
	}
	#homeGrantsNewContent {
		background-color: #DFF0FA;
		height: 288px;
		padding: 10px;
		font-size: .9em;
	}
	#homeGrantsTipsContent {
		background-color: #FFF8C4;
		height: 288px;
		padding: 10px;
	}
	#homeGrantsNewContent h4 {
		color: #083167;
		font-family: "Arial Narrow";
		font-size: 1.2em;
		padding-top: 0px;
		margin-top: 0px;
		margin-bottom: 0px;
	}
	#homeGrantsNewContent p {
		color: #083167;
		font-family: arial;
		line-height: 1.3em;
		margin: 4px 0px 4px 0px;
	}
	#homeGrantsNewContent > ul {
		margin-bottom: 4px;
		margin-top: 0px;
		padding-top: 0px;
	}
	#homeGrantsNewContent li {
		margin-top: 0px;
		font-family: arial;
		list-style-type: none;
	}
	#homeGrantsTipsContent h4 {
		color: #000;
		font-family: "Arial Narrow";
		font-size: 1.2em;
		padding-top: 0px;
		margin-top: 0px;
	}
	#homeGrantsTipsContent p {
		color: #000;
		font-family: arial;
		font-size: 0.9em;
	}
	#homeGrantsTipsContent ol li {
		font-family: arial;
		font-size: 0.9em;
		margin-bottom: 10px;
	}
	#homeGrantsTipsContent table tr td {
		color: #000;
		font-family: arial;
		font-size: 0.9em;
	}