.divIslandLeft
{
	float: left;
	width: 289px;
	height: 428px;
	background-repeat: no-repeat;
	background-image: url('../Images/Island_Brown.png');
	margin: 30px 0 0 26px;	
}
.divIslandMiddle
{
	float: left;
	width: 289px;
	height: 428px;
	background-repeat: no-repeat;
	background-image: url('../Images/Island_Green.png');
	margin: 30px 16px 0 16px;	
}
.divIslandRight
{
	float: left;
	width: 289px;
	height: 428px;
	background-repeat: no-repeat;
	background-image: url('../Images/Island_Purple.png');
	margin: 30px 0 0 0;	
}
.divIslandLeft h1, .divIslandMiddle h1, .divIslandRight h1
{
	margin: 0;
	padding: 0;
	text-align: left;
	font-size: 1.6em;
	line-height: 38px;
	height: 38px;
	width: 225px;
	color: #ffffff;
	font-weight: bold;
	margin-left: 10px;
}
.divIslandLeft p, .divIslandMiddle p, .divIslandRight p
{
	font-size: 1.2em;
	line-height: 20px;
	color: #000000;
	font-weight: normal;
}
.divIslandContent
{
	text-align: left;
	padding: 4px 10px 4px 10px;
}
.divIslandContent a
{
	color: #000000;
}
.divIslandContent a:hover
{
	color: #6e6e6e;
}
.divBody
{
	height: 570px;
	background-image: url('../Images/Body_Home.png');
	background-repeat: no-repeat;
	text-align: center;
}
.divSearch
{
	text-align: left;
	padding: 10px 0 0 13px;
	margin: -5px 13px 0 0;
	background-image: url('../Images/Community.png');
	background-repeat: no-repeat;
	background-position: bottom right;
}
.lblSearch
{
	font-family: Trebuchet MS, Arial, Sans-Serif;
	letter-spacing: 1px;
	font-size: 1.1em;
	color: #0073ae;
	text-decoration: none;
}
.txtSearch
{
	margin-left: 3px;
	margin-right: 3px;
	font-size: 1.1em;
	
}
.btnSearch
{
}
