

/* ------------------------------------------------------------------------------------------------------*/
/* STYLES SPECIFIC TO THE HOME PAGE  ----------------------------------------------------------------*/


.twoColumnBlock .col1{
	width: 200px;
	margin: 0;
	padding: 0;
	float: left;
}

.twoColumnBlock .col2{
	width: 300px;
	padding: 0 0 0 0;
	float: right;
}

#home #mainContent h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 34px;
	font-weight: normal;
	color: #7E8d44;
	line-height: 40px;
	margin: 0 0 22px 0;
}

#home #mainContent p {
	margin: 0 0 20px 0;
	font-size: 19px;
	line-height: 27px;
	color: #555555;
}

/* Added for spacing adjustment */
#home #mainContent p.yesSpace {
	clear: both;
	margin: 0 0 20px 0;
	padding: 15px 0 0 0;
	font-size: 19px;
	line-height: 27px;
	color: #555555;
}

/* Added for spacing adjustment */
#home #mainContent p.noSpace {
	margin: 0 0 0 0;
	font-size: 19px;
	line-height: 27px;
	color: #555555;
}

#home #mainContent ul {
 	list-style-type: none;
	margin: 0 0 18px 0;
	font-size: 19px;
	line-height: 24px;
	color: #555555;
}

#home #mainContent li {
	margin: 8px 0 6px 0;
	background: url(../images/shared/listBullet.gif) no-repeat 0 .45em;
	padding-left: 13px;
}
